summaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-03 17:13:48 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-03 17:13:48 +0000
commit50010e6d194bc5c54f6e1afb0ac1126a7fe773b5 (patch)
treeb1b4b5167fa6ce0f167f262af3f5c87677a4aa63 /gdb/config/i386
parentd5ca91a422d52ce509083b48aff8fa3068ea2640 (diff)
downloadgdb-50010e6d194bc5c54f6e1afb0ac1126a7fe773b5.tar.gz
Index: ChangeLog
2004-09-03 Andrew Cagney <cagney@gnu.org> * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete. * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete. * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete. * config/tm-linux.h (SVR4_SHARED_LIBS): Delete. * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete. * config/nm-linux.h (SVR4_SHARED_LIBS): Delete. * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete. * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. Index: doc/ChangeLog 2004-09-03 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/nm-i386sco5.h1
-rw-r--r--gdb/config/i386/tm-linux64.h7
2 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/i386/nm-i386sco5.h b/gdb/config/i386/nm-i386sco5.h
index 5c656b0837d..aa9a910c87e 100644
--- a/gdb/config/i386/nm-i386sco5.h
+++ b/gdb/config/i386/nm-i386sco5.h
@@ -29,7 +29,6 @@
#include "i386/nm-i386sco.h"
/* ... but it can do a lot of SVR4 type stuff too. */
-#define SVR4_SHARED_LIBS
#include "solib.h" /* Pick up shared library support. */
/* SCO is unlike other SVR4 systems in that it has SVR4 style shared
diff --git a/gdb/config/i386/tm-linux64.h b/gdb/config/i386/tm-linux64.h
index c3ff3521ea8..1aad06575c9 100644
--- a/gdb/config/i386/tm-linux64.h
+++ b/gdb/config/i386/tm-linux64.h
@@ -24,13 +24,6 @@
#ifndef TM_LINUX64_H
#define TM_LINUX64_H
-/* We define SVR4_SHARED_LIBS unconditionally, on the assumption that
- link.h is available on all linux platforms. For I386 and SH3/4, we
- hard-code the information rather than use link.h anyway (for the
- benefit of cross-debugging). We may move to doing that for other
- architectures as well. */
-
-#define SVR4_SHARED_LIBS
#include "solib.h" /* Support for shared libraries. */
#endif /* tm-linux64.h */