summaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/tm-ppc-eabi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/powerpc/tm-ppc-eabi.h')
-rw-r--r--gdb/config/powerpc/tm-ppc-eabi.h3
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 a90543bbab8..5b85be8dcd9 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 */