* sparc-linux-tdep.c (sparc32_linux_init_abi): Remove

long double size override, Linux does use 128-bit now.
This commit is contained in:
David S. Miller
2008-05-11 22:43:53 +00:00
parent e8467b5ac5
commit de0c3d9d6e
2 changed files with 3 additions and 4 deletions

View 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.

View 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);