aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-01-28 22:52:53 +0000
committerFred Fish <fnf@specifix.com>1996-01-28 22:52:53 +0000
commitfa9f58403a22bccf475d72b50d135880b41dd516 (patch)
treedb969787a658f8f4c5b36c6a28b7597b4f714d6e /gdb/config/i386
parente6b771fcc46212da00906a8377a38d62ca6a8fce (diff)
downloadgdb-fa9f58403a22bccf475d72b50d135880b41dd516.zip
gdb-fa9f58403a22bccf475d72b50d135880b41dd516.tar.gz
gdb-fa9f58403a22bccf475d72b50d135880b41dd516.tar.bz2
* config/xm-linux.h: Move include of solib.h and #define of
SVR4_SHARED_LIBS from here ... * config/nm-linux.h: ...to here.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/xm-linux.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h
index 3fbd88bb..f63d8fc 100644
--- a/gdb/config/i386/xm-linux.h
+++ b/gdb/config/i386/xm-linux.h
@@ -33,13 +33,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
-
-/*
- * We define this because with ELF we use SVR4 style shared libraries.
- */
-
-#include "solib.h" /* Support for shared libraries. */
-
-#define SVR4_SHARED_LIBS
-
#endif /* #ifndef XM_LINUX_H */