diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-12-03 21:17:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-12-03 21:17:49 +0000 |
commit | e01e171debcd3764b36a01cc95db03f667e61e56 (patch) | |
tree | dc05c2efb16ff606602fa81eba76b564f49187da /gdb/config/powerpc | |
parent | 045f55a687792c820922c9f00a2ea5a6ec9625d2 (diff) | |
download | gdb-e01e171debcd3764b36a01cc95db03f667e61e56.zip gdb-e01e171debcd3764b36a01cc95db03f667e61e56.tar.gz gdb-e01e171debcd3764b36a01cc95db03f667e61e56.tar.bz2 |
Include solib.h.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/tm-macos.h | 3 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-ppc-eabi.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/powerpc/tm-macos.h b/gdb/config/powerpc/tm-macos.h index 8be3df9..00029f2 100644 --- a/gdb/config/powerpc/tm-macos.h +++ b/gdb/config/powerpc/tm-macos.h @@ -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 diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h index f0410b7..8830504 100644 --- a/gdb/config/powerpc/tm-ppc-eabi.h +++ b/gdb/config/powerpc/tm-ppc-eabi.h @@ -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 */ |