* sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
authorDavid S. Miller <davem@redhat.com>
Sun, 11 May 2008 22:43:53 +0000 (22:43 +0000)
committerDavid S. Miller <davem@redhat.com>
Sun, 11 May 2008 22:43:53 +0000 (22:43 +0000)
long double size override, Linux does use 128-bit now.

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

index 0a25359..a3e3c07 100644 (file)
@@ -1,5 +1,8 @@
 2008-05-11  David S. Miller  <davem@davemloft.net>
 
+       * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
+       long double size override, Linux does use 128-bit now.
+
        * sparc-linux-tdep.c (PSR_SYSCALL): Define.
        (sparc_linux_write_pc): New function.
        (sparc32_linux_init_abi): Register it.
index c619ab1..a12413e 100644 (file)
@@ -264,10 +264,6 @@ sparc32_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
      prologue analysis.  */
   tdep->plt_entry_size = 12;
 
-  /* GNU/Linux doesn't support the 128-bit `long double' from the psABI.  */
-  set_gdbarch_long_double_bit (gdbarch, 64);
-  set_gdbarch_long_double_format (gdbarch, floatformats_ieee_double);
-
   /* Enable TLS support.  */
   set_gdbarch_fetch_tls_load_module_address (gdbarch,
                                              svr4_fetch_objfile_link_map);