From: Fred Fish Date: Sun, 28 Jan 1996 22:52:53 +0000 (+0000) Subject: * config/xm-linux.h: Move include of solib.h and #define of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa9f58403a22bccf475d72b50d135880b41dd516;p=binutils-gdb.git * config/xm-linux.h: Move include of solib.h and #define of SVR4_SHARED_LIBS from here ... * config/nm-linux.h: ...to here. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e6e7546939e..bd233a122be 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sun Jan 28 15:50:42 1996 Fred Fish + + * config/xm-linux.h: Move include of solib.h and #define of + SVR4_SHARED_LIBS from here ... + * config/nm-linux.h: ...to here. + Sat Jan 27 10:34:05 1996 Fred Fish * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h. diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h index 3fbd88bba01..f63d8fc3f47 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 - -/* - * 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 */