From fa9b2bd6eb0252a33b05953881fd8ed9fe367eef Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 26 Oct 2004 14:24:38 +0000 Subject: 2004-10-26 Andrew Cagney * 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. --- gdb/config/arm/tm-linux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/config/arm') 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 -- cgit v1.2.1