From: Randolph Chung Date: Wed, 19 May 2004 02:20:11 +0000 (+0000) Subject: 2004-05-18 Randolph Chung X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6310063290de939118a68260fe1c4eda461f3bc7;p=binutils-gdb.git 2004-05-18 Randolph Chung * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE) Undefine these so we can overide them using gdbarch. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b90c140add5..0e5b77cf826 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-05-18 Randolph Chung + + * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE) + Undefine these so we can overide them using gdbarch. + 2004-05-18 Randolph Chung * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub diff --git a/gdb/config/pa/tm-linux.h b/gdb/config/pa/tm-linux.h index d59f20771ab..e8b31c57f3b 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 */