diff options
author | Jerome Guitton <guitton@adacore.com> | 2004-12-13 15:56:47 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2004-12-13 15:56:47 +0000 |
commit | 94e10a2220867475418f3cb1526e2de6dd3e7488 (patch) | |
tree | 181c8fb2b1a16fdd78de6373e54eff86caf073cb /gdb/ChangeLog | |
parent | 1f0f3e9b89d0a2be5d400541202204f5adf83df5 (diff) | |
download | gdb-94e10a2220867475418f3cb1526e2de6dd3e7488.zip gdb-94e10a2220867475418f3cb1526e2de6dd3e7488.tar.gz gdb-94e10a2220867475418f3cb1526e2de6dd3e7488.tar.bz2 |
* stabsread.c (read_huge_number): Add support for reading octal
signed number in twos complement, based on the size of this
number.
(read_range_type): Add support for reading octal signed bounds
in twos complements, based on the size of the type.
(read_type_number, read_cpp_abbrev, read_member_functions,
read_cpp_abbrev, read_one_struct_field, read_baseclasses,
read_struct_type, read_array_type, read_enum_type,
read_sun_builtin_type, read_sun_floating_type): Update calls to
read_huge_number.
(read_type): Update call to read_range_type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2b3c362..f47019e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2004-12-13 Jerome Guitton <guitton@gnat.com> + + * stabsread.c (read_huge_number): Add support for reading octal + signed number in twos complement, based on the size of this + number. + (read_range_type): Add support for reading octal signed bounds + in twos complements, based on the size of the type. + (read_type_number, read_cpp_abbrev, read_member_functions, + read_cpp_abbrev, read_one_struct_field, read_baseclasses, + read_struct_type, read_array_type, read_enum_type, + read_sun_builtin_type, read_sun_floating_type): Update calls to + read_huge_number. + (read_type): Update call to read_range_type. + 2004-12-13 Randolph Chung <tausq@debian.org> * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call |