OSDN Git Service

Include solib.h.
authorKevin Buettner <kevinb@redhat.com>
Mon, 3 Dec 2001 21:17:49 +0000 (21:17 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 3 Dec 2001 21:17:49 +0000 (21:17 +0000)
gdb/ChangeLog
gdb/config/powerpc/tm-macos.h
gdb/config/powerpc/tm-ppc-eabi.h

index 011d830..c56b3ff 100644 (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.
index 8be3df9..00029f2 100644 (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
index f0410b7..8830504 100644 (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 */