2005-02-08 Andrew Cagney <cagney@gnu.org>

* ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
	no longer needed.
This commit is contained in:
Andrew Cagney 2005-02-08 22:31:53 +00:00
parent 8f13581218
commit 179f02be24
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2005-02-08 Andrew Cagney <cagney@gnu.org>
* ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
no longer needed.
* ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
PT_FPSCR breakage.

View File

@ -1106,9 +1106,6 @@ ppc_linux_init_abi (struct gdbarch_info info,
(gdbarch, ppc64_linux_convert_from_func_ptr_addr);
set_gdbarch_skip_trampoline_code (gdbarch, ppc64_skip_trampoline_code);
/* PPC64 malloc's entry-point is called ".malloc". */
set_gdbarch_name_of_malloc (gdbarch, ".malloc");
/* Trampolines. */
tramp_frame_prepend_unwinder (gdbarch, &ppc64_linux_sigaction_tramp_frame);
tramp_frame_prepend_unwinder (gdbarch, &ppc64_linux_sighandler_tramp_frame);