OSDN Git Service

* stabsread.c (read_huge_number): Add support for reading octal
authorguitton <guitton>
Mon, 13 Dec 2004 15:56:43 +0000 (15:56 +0000)
committerguitton <guitton>
Mon, 13 Dec 2004 15:56:43 +0000 (15:56 +0000)
commit66a592787693aa4bbb26d93fcb1c5731aa8a5ce4
treef8defc4b743f858fd5fee79a17cb387af04d307f
parentfb2bad85fa2da8aaaf824eb2ddb8ab85579eb9f3
* 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