Include solib.h.

This commit is contained in:
Kevin Buettner 2001-12-03 21:17:49 +00:00
parent 045f55a687
commit e01e171deb
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-12-03 Kevin Buettner <kevinb@redhat.com>
* config/powerpc/tm-macos.h (solib.h): Include.
* config/powerpc/tm-ppc-eabi.h (solib.h): Include.
2001-12-03 Michael Snyder <msnyder@redhat.com>
* symtab.c (search_symbols): Make sure alloca size is big enough.

View File

@ -21,4 +21,7 @@
/* Use generic RS6000 definitions. */
#include "rs6000/tm-rs6000.h"
/* Use generic shared library machinery. */
#include "solib.h"
#define GDB_TARGET_POWERPC

View File

@ -45,4 +45,7 @@
it shouldn't be. */
#define SOFUN_ADDRESS_MAYBE_MISSING
/* Use generic shared library machinery. */
#include "solib.h"
#endif /* TM_PPC_EABI_H */