diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-26 14:24:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-26 14:24:38 +0000 |
commit | fa9b2bd6eb0252a33b05953881fd8ed9fe367eef (patch) | |
tree | 0670167bcc9f9b5e3e6c16ff4736ddc4fbbc5c8a /gdb/config | |
parent | 9e1ce8e0ff2bb94ac29a8b822823524d9c3b00bb (diff) | |
download | gdb-fa9b2bd6eb0252a33b05953881fd8ed9fe367eef.tar.gz |
2004-10-26 Andrew Cagney <cagney@gnu.org>
* config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
* config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
IN_SOLIB_RETURN_TRAMPOLINE.
* mips-tdep.c (mips_dump_tdep): Do not print
IN_SOLIB_RETURN_TRAMPOLINE.
(mips_in_solib_return_trampoline): Rename mips_in_return_stub.
(mips_gdbarch_init): Update.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/arm/tm-linux.h | 4 | ||||
-rw-r--r-- | gdb/config/mips/tm-linux.h | 1 | ||||
-rw-r--r-- | gdb/config/mips/tm-nbsd.h | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 9ae6e9f8e99..3cc4692a40d 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -29,10 +29,6 @@ /* We've multi-arched this. */ #undef IN_SOLIB_CALL_TRAMPOLINE -/* On ARM GNU/Linux, a call to a library routine does not have to go - through any trampoline code. */ -#define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) 0 - /* We've multi-arched this. */ #undef SKIP_TRAMPOLINE_CODE diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 2012fec824b..9ee002470e8 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -26,7 +26,6 @@ /* We don't want to inherit tm-mips.h's shared library trampoline code. */ -#undef IN_SOLIB_RETURN_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #undef IGNORE_HELPER_CALL diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h index 209e28e6116..90909dda0ee 100644 --- a/gdb/config/mips/tm-nbsd.h +++ b/gdb/config/mips/tm-nbsd.h @@ -27,7 +27,6 @@ /* We don't want to inherit tm-mips.h's shared library trampoline code. */ #undef IN_SOLIB_CALL_TRAMPOLINE -#undef IN_SOLIB_RETURN_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #undef DEPRECATED_IGNORE_HELPER_CALL |