aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-linux.h
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
commitf3219c75e5e25c63696baf0b9fc94dd394c4718e (patch)
treef8d7cba4f169e99b3f85468b354ac2e08e76c68b /gdb/config/nm-linux.h
parentb8c4aecef52565e9d62b727cd297d0900cef519f (diff)
downloadgdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.zip
gdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.tar.gz
gdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.tar.bz2
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/nm-linux.h')
-rw-r--r--gdb/config/nm-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h
index c935524..870e40d 100644
--- a/gdb/config/nm-linux.h
+++ b/gdb/config/nm-linux.h
@@ -38,7 +38,6 @@ struct target_ops;
style shared libraries. */
#ifdef HAVE_LINK_H
-#define SVR4_SHARED_LIBS
#include "solib.h" /* Support for shared libraries. */
#endif