From 5c6ab9f9c592add68b3f915d1f3ee1962e6e53d5 Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Wed, 19 May 2004 02:20:11 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 5 +++++ gdb/config/pa/tm-linux.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b90c140add..0e5b77cf82 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 d59f20771a..e8b31c57f3 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 */ -- 2.11.0