mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Include solib.h.
This commit is contained in:
parent
045f55a687
commit
e01e171deb
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user