diff options
author | Andreas Schwab <schwab@suse.de> | 2002-02-04 19:11:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-02-04 19:11:17 +0000 |
commit | dbf45e2e3b66e9d386bdef20b0e93e788169cac1 (patch) | |
tree | 29f7c937a6a0f62cf9e72537fc76cc53828c4860 | |
parent | bc6c5224ea72df7d0f0cfbdbb4045adfc5395c99 (diff) | |
download | gdb-dbf45e2e3b66e9d386bdef20b0e93e788169cac1.tar.gz |
* config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
* config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/ia64/linux.mh | 7 | ||||
-rw-r--r-- | gdb/config/ia64/linux.mt | 1 |
3 files changed, 5 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dce8cbc1cc7..fc78e544813 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +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. + 2002-02-04 Richard Earnshaw <rearnsha@arm.com> * gdbarch.sh (copyright): Update years in generated header. diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index 0405d81ce2b..65f30284e1c 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -8,10 +8,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o gcore.o \ 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 diff --git a/gdb/config/ia64/linux.mt b/gdb/config/ia64/linux.mt index c9a5c3cd173..188265dfeba 100644 --- a/gdb/config/ia64/linux.mt +++ b/gdb/config/ia64/linux.mt @@ -4,4 +4,3 @@ TDEPFILES= ia64-tdep.o ia64-aix-tdep.o ia64-linux-tdep.o \ TM_FILE= tm-linux.h GDBSERVER_DEPFILES= low-linux.o -GDBSERVER_LIBS= -lc -lnss_dns -lnss_files -lresolv -lc |