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]

Remove obsolete stuff from ia64-linux configuration


The configuration files for ia64-linux contain some stuff to work around
problems with early development versions of glibc.  This is already
obsolete for a long time.

Andreas.

2002-02-04  Andreas Schwab  <schwab@suse.de>

	* config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
	* config/ia64/linux.mt: Don't set GDBSERVER_LIBS.

Index: gdb/config/ia64/linux.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/linux.mh,v
retrieving revision 1.12
diff -u -a -r1.12 gdb/config/ia64/linux.mh
--- gdb/config/ia64/linux.mh	2002/01/18 04:51:00	1.12
+++ gdb/config/ia64/linux.mh	2002/02/04 12:57:35
@@ -8,10 +8,3 @@
 	proc-service.o thread-db.o lin-lwp.o
 
 LOADLIBES = -ldl -rdynamic
-
-# Don't use gnu-regex.c; it interferes with some stuff in libc.
-REGEX=
-
-# NAT_CLIBS is a hack to be sure; I expect we'll be able to remove this
-# line in the near future
-NAT_CLIBS= -lc -lnss_dns -lnss_files -lresolv -lc
Index: gdb/config/ia64/linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/linux.mt,v
retrieving revision 1.5
diff -u -a -r1.5 gdb/config/ia64/linux.mt
--- gdb/config/ia64/linux.mt	2001/03/10 06:17:22	1.5
+++ gdb/config/ia64/linux.mt	2002/02/04 12:57:35
@@ -4,4 +4,3 @@
 TM_FILE= tm-linux.h
 
 GDBSERVER_DEPFILES= low-linux.o
-GDBSERVER_LIBS= -lc -lnss_dns -lnss_files -lresolv -lc

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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