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.
This commit is contained in:
Randolph Chung 2004-05-19 02:20:11 +00:00
parent 090ccbb714
commit 6310063290
2 changed files with 8 additions and 0 deletions

View 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

View 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 */