diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-19 02:20:11 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-19 02:20:11 +0000 |
commit | 6310063290de939118a68260fe1c4eda461f3bc7 (patch) | |
tree | 70127dfc3cbcd1c5a22bcc515aa9dea4d9b461c7 /gdb/config | |
parent | 090ccbb71443641182e5276ecbf66dd0ebf19423 (diff) | |
download | gdb-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')
-rw-r--r-- | gdb/config/pa/tm-linux.h | 3 |
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 */ |