2005-02-08 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 8 Feb 2005 22:31:53 +0000 (22:31 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 8 Feb 2005 22:31:53 +0000 (22:31 +0000)
* ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
no longer needed.

gdb/ChangeLog
gdb/ppc-linux-tdep.c

index 248fcdacf378441a2950b231e8a37eae545daca2..637ac3e6a06906219a584bd761f7c0fb78f36624 100644 (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.
 
index 2eacded45c208ab31ad1a04df216771d3bd686a2..514ff4bdb866c215d1514a18721bf16997c1aca4 100644 (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);
This page took 0.036572 seconds and 4 git commands to generate.