mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/xm-linux.h: Move include of solib.h and #define of
SVR4_SHARED_LIBS from here ... * config/nm-linux.h: ...to here.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
|
* 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 <fnf@cygnus.com>
|
Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
|
* configure.in (AC_CHECK_HEADERS): Check for sys/procfs.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. */
|
/* Need R_OK etc, but USG isn't defined. */
|
||||||
#include <unistd.h>
|
#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 */
|
#endif /* #ifndef XM_LINUX_H */
|
||||||
|
Reference in New Issue
Block a user