summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-06-12 21:05:18 +0000
committerJim Blandy <jimb@codesourcery.com>2003-06-12 21:05:18 +0000
commitd8654adbd39596a6da58ff44437fc109765c7c96 (patch)
tree7fff03c79fcfd869a393ad667a077c414576249f
parentbd531f2ffac4a5d58ab277e81bdcc920222e9236 (diff)
downloadgdb-d8654adbd39596a6da58ff44437fc109765c7c96.tar.gz
Revert call to set_gdbarch_long_double_bit; rs6000-tdep.c handles this
correctly.
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/ppc-linux-tdep.c2
2 files changed, 0 insertions, 5 deletions
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