aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-05-19 02:20:11 +0000
committerRandolph Chung <tausq@debian.org>2004-05-19 02:20:11 +0000
commit6310063290de939118a68260fe1c4eda461f3bc7 (patch)
tree70127dfc3cbcd1c5a22bcc515aa9dea4d9b461c7 /gdb/config/pa
parent090ccbb71443641182e5276ecbf66dd0ebf19423 (diff)
downloadgdb-6310063290de939118a68260fe1c4eda461f3bc7.zip
gdb-6310063290de939118a68260fe1c4eda461f3bc7.tar.gz
gdb-6310063290de939118a68260fe1c4eda461f3bc7.tar.bz2
2004-05-18 Randolph Chung <tausq@debian.org>
* config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE) Undefine these so we can overide them using gdbarch.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/pa/tm-linux.h b/gdb/config/pa/tm-linux.h
index d59f207..e8b31c5 100644
--- a/gdb/config/pa/tm-linux.h
+++ b/gdb/config/pa/tm-linux.h
@@ -24,4 +24,7 @@
#include "pa/tm-hppa.h"
#include "config/tm-linux.h"
+#undef IN_SOLIB_CALL_TRAMPOLINE
+#undef SKIP_TRAMPOLINE_CODE
+
#endif /* #ifndef TM_LINUX_H */