diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-26 14:44:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-26 14:44:00 +0000 |
commit | e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa (patch) | |
tree | c46cd02eaea0f691a7f1cf2ec02fc77bc5d75b7c /gdb/config | |
parent | c5115f39aae0544aacbdb57ff94eafa7573d0a68 (diff) | |
download | gdb-e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa.zip gdb-e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa.tar.gz gdb-e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa.tar.bz2 |
2004-10-26 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
* mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
(mips_gdbarch_init): Update.
(mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 9ee0024..8ef4ce5 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 SKIP_TRAMPOLINE_CODE #undef IGNORE_HELPER_CALL /* GNU/Linux MIPS has __SIGRTMAX == 127. */ |