This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH ARM/NetBSD detect a.out-style shared libs


This tiny little patch fixes about 90 testsuite failures (only 450 to go 
now :-)

R.

2002-02-18  Richard Earnshaw  <rearnsha@arm.com>

	* config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.

? gdbarch.log
Index: config/arm/nbsd.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/nbsd.mt,v
retrieving revision 1.2
diff -p -r1.2 nbsd.mt
*** nbsd.mt	2002/02/15 13:35:27	1.2
--- nbsd.mt	2002/02/18 18:31:09
***************
*** 1,3 ****
  # Target: ARM running NetBSD
! TDEPFILES= arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o
  TM_FILE= tm-nbsd.h
--- 1,3 ----
  # Target: ARM running NetBSD
! TDEPFILES= arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o solib-sunos.o
  TM_FILE= tm-nbsd.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]