From b7b71993bb1610399448d6db66076b3019c6ae2c Mon Sep 17 00:00:00 2001 From: brobecke Date: Thu, 13 Jan 2011 16:22:39 +0000 Subject: [PATCH] [ia64] Add a big-endian version of the ia64-ext floatformat ia64-tdep.c defines a floatformats_ia64_ext that should contain both the little-endian and the big-endian version of the float format used in the ia64 registers (an 82bit float format). Right now, both entries point to the same little-endian definition. A big-endian definition is now necessary for the ia64-hpux port. gdb/ChangeLog: * ia64-tdep.c (floatformat_ia64_ext_little): Renames floatformat_ia64_ext. (floatformat_ia64_ext_big): New static const. (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4e2d120a18..c548a19f9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-01-13 Joel Brobecker + + * ia64-tdep.c (floatformat_ia64_ext_little): Renames + floatformat_ia64_ext. + (floatformat_ia64_ext_big): New static const. + (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big. + 2011-01-12 Tom Tromey * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error -- 2.11.0