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 | c5115f39aae0544aacbdb57ff94eafa7573d0a68 (patch) | |
tree | 4ddec47f2a1d279e779aea7ad4dbe1db5c2433c6 /gdb/config/arm | |
parent | 0d0266c631018f5eecc0486d1d83fdeffe08faac (diff) | |
download | gdb-c5115f39aae0544aacbdb57ff94eafa7573d0a68.zip gdb-c5115f39aae0544aacbdb57ff94eafa7573d0a68.tar.gz gdb-c5115f39aae0544aacbdb57ff94eafa7573d0a68.tar.bz2 |
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/arm')
-rw-r--r-- | gdb/config/arm/tm-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 9ae6e9f..3cc4692 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 |