* stabsread.c (read_huge_number): Add support for reading octal
authorJerome Guitton <guitton@adacore.com>
Mon, 13 Dec 2004 15:56:47 +0000 (15:56 +0000)
committerJerome Guitton <guitton@adacore.com>
Mon, 13 Dec 2004 15:56:47 +0000 (15:56 +0000)
commit94e10a2220867475418f3cb1526e2de6dd3e7488
tree181c8fb2b1a16fdd78de6373e54eff86caf073cb
parent1f0f3e9b89d0a2be5d400541202204f5adf83df5
* 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.
gdb/ChangeLog
gdb/stabsread.c