summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-06-05 22:29:02 +0000
committerJim Blandy <jimb@codesourcery.com>2003-06-05 22:29:02 +0000
commit1a70c16589f289b78f1a7dc2bc187b1747833538 (patch)
treeaed41b21e59978e00526abc892c203ef46eefd81
parent64ea49d5a42df7b0545202909d4ebeb49b76cded (diff)
downloadgdb-1a70c16589f289b78f1a7dc2bc187b1747833538.tar.gz
Revert patch for revision.
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/config/powerpc/tm-linux.h5
-rw-r--r--gdb/ppc-linux-tdep.c4
3 files changed, 0 insertions, 17 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b02f23f9926..ebe8238129e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -4,14 +4,6 @@
* configure.tgt (powerpc64-*-linux*): Build gdbserver, please.
* regformats/reg-ppc64.dat: New file.
- Use gdbarch methods for solib stuff on PowerPC Linux.
- * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
- SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
- show through.
- * ppc-linux-tdep.c (ppc_linux_init_abi): Register
- IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
- giving the same effect as the #definitions above.
-
2003-05-28 Jim Blandy <jimb@redhat.com>
* ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h
index eba57c0f411..d69dfc1f5bf 100644
--- a/gdb/config/powerpc/tm-linux.h
+++ b/gdb/config/powerpc/tm-linux.h
@@ -26,11 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#undef SKIP_TRAMPOLINE_CODE
#include "config/tm-linux.h"
-/* We've multi-arched these. (Note that this completely undoes the
- effect of config/tm-linux.h #including config/tm-sysv4.h.) */
-#undef IN_SOLIB_CALL_TRAMPOLINE
-#undef SKIP_TRAMPOLINE_CODE
-
/* We can single step on linux */
#undef SOFTWARE_SINGLE_STEP
#define SOFTWARE_SINGLE_STEP(p,q) internal_error (__FILE__, __LINE__, "Will never execute!")
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c
index 44a5b81367f..9284751fd0c 100644
--- a/gdb/ppc-linux-tdep.c
+++ b/gdb/ppc-linux-tdep.c
@@ -746,10 +746,6 @@ ppc_linux_init_abi (struct gdbarch_info info,
set_solib_svr4_fetch_link_map_offsets
(gdbarch, ppc_linux_svr4_fetch_link_map_offsets);
}
-
- /* Shared library handling. */
- set_gdbarch_in_solib_call_trampoline (gdbarch, in_plt_section);
- set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
}
void