diff options
author | Pedro Alves <palves@redhat.com> | 2007-10-08 23:06:20 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-10-08 23:06:20 +0000 |
commit | a269972030123e801b2ac6590852ec9682629eee (patch) | |
tree | b77b31b0518316b18eb3d22cd4576c35b9e59f1e /gdb/ChangeLog | |
parent | e05ebff47d470d3a827742d736542b53aa24ab74 (diff) | |
download | gdb-a269972030123e801b2ac6590852ec9682629eee.zip gdb-a269972030123e801b2ac6590852ec9682629eee.tar.gz gdb-a269972030123e801b2ac6590852ec9682629eee.tar.bz2 |
2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
* stabsread.c (read_huge_number): Fix handling of octal
representation when the bit width is known.
(read_range_type): Record unsigned integral types with their size,
when the type size is known.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 206c0ba..05d9688 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt> + + * stabsread.c (read_huge_number): Fix handling of octal + representation when the bit width is known. + (read_range_type): Record unsigned integral types with their size, + when the type size is known. + 2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com> * MAINTAINERS (Write After Approval): Add self. |