diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 21d73d8..11368fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-02-19 Jeff Johnston <jjohnstn@redhat.com> + + * printcmd.c (print_scalar_formatted): Do not check for sizeof + type being greater than sizeof of host's LONGEST. Always use + unpack_long() unless format 'f' chosen. + 2004-02-19 Joel Brobecker <brobecker@gnat.com> Committed by Elena Zannoni <ezannoni@redhat.com> |