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 b90c140add52fdb83e9f2a401542560a229e30fc..0e5b77cf8265d3009816d3c1d5c9f7813d24bb71 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 d59f20771abeaa4836c38649707aea5fc06b5e57..e8b31c57f3b795d941cc08d6e2a056c0539465a9 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 */
This page took 0.029127 seconds and 4 git commands to generate.