OSDN Git Service

2004-05-18 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Wed, 19 May 2004 02:20:11 +0000 (02:20 +0000)
committerRandolph Chung <tausq@debian.org>
Wed, 19 May 2004 02:20:11 +0000 (02:20 +0000)
* config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
Undefine these so we can overide them using gdbarch.

gdb/ChangeLog
gdb/config/pa/tm-linux.h

index b90c140..0e5b77c 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2004-05-18  Randolph Chung <tausq@debian.org>
 
        * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
index d59f207..e8b31c5 100644 (file)
@@ -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 */