From: Jim Blandy Date: Thu, 12 Jun 2003 21:05:18 +0000 (+0000) Subject: Revert call to set_gdbarch_long_double_bit; rs6000-tdep.c handles this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39472609df061f075736571cfcfbd1f3f695e4b2;p=thirdparty%2Fbinutils-gdb.git Revert call to set_gdbarch_long_double_bit; rs6000-tdep.c handles this correctly. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eab6e25dcb5..0b0177d9467 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -15,9 +15,6 @@ (ppc_linux_init_abi): Register it as the CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI. - * ppc-linux-tdep.c (ppc_linux_init_abi): long doubles are 16 bytes - long. - * arch-utils.c (always_use_struct_convention): New function. * arch-utils.h (always_use_struct_convention): New prototype. * alpha-tdep.c (alpha_use_struct_convention): Delete. diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 532b338d0de..270bc4b74e1 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1060,8 +1060,6 @@ ppc_linux_init_abi (struct gdbarch_info info, if (tdep->wordsize == 8) { - set_gdbarch_long_double_bit (gdbarch, 16 * TARGET_CHAR_BIT); - /* Handle PPC64 Linux function pointers (which are really function descriptors). */ set_gdbarch_convert_from_func_ptr_addr