diff options
Diffstat (limited to 'gdb/config/powerpc/tm-ppc-eabi.h')
-rw-r--r-- | gdb/config/powerpc/tm-ppc-eabi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h index a90543b..5b85be8 100644 --- a/gdb/config/powerpc/tm-ppc-eabi.h +++ b/gdb/config/powerpc/tm-ppc-eabi.h @@ -75,5 +75,8 @@ extern CORE_ADDR ppc_push_return_address PARAMS ((CORE_ADDR, CORE_ADDR)); #undef CALL_DUMMY_START_OFFSET #define CALL_DUMMY_START_OFFSET 0 +/* The value of symbols of type N_SO and N_FUN maybe null when + it shouldn't be. */ +#define SOFUN_ADDRESS_MAYBE_MISSING #endif /* TM_PPC_EABI_H */ |