diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-11-01 00:01:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-11-01 00:01:11 +0000 |
commit | 96693b3af8a5d580792846796186a854583e23f9 (patch) | |
tree | c095e90161ebeb113d8f0e5c7f90b63a5db74900 /gdb/config/pa | |
parent | b978c863e31303768b84ae38263c0d9bd4226898 (diff) | |
download | gdb-96693b3af8a5d580792846796186a854583e23f9.zip gdb-96693b3af8a5d580792846796186a854583e23f9.tar.gz gdb-96693b3af8a5d580792846796186a854583e23f9.tar.bz2 |
2004-10-31 Andrew Cagney <cagney@gnu.org>
* config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
* config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
(in_plt_section): Delete.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/tm-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-linux.h b/gdb/config/pa/tm-linux.h index e8b31c5..acbd46e 100644 --- a/gdb/config/pa/tm-linux.h +++ b/gdb/config/pa/tm-linux.h @@ -24,7 +24,6 @@ #include "pa/tm-hppa.h" #include "config/tm-linux.h" -#undef IN_SOLIB_CALL_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #endif /* #ifndef TM_LINUX_H */ |