src/gdb ChangeLog stabsread.c
guitton@sourceware.org
guitton@sourceware.org
Mon Dec 13 15:57:00 GMT 2004
CVSROOT: /cvs/src
Module name: src
Changes by: guitton@sourceware.org 2004-12-13 15:56:48
Modified files:
gdb : ChangeLog stabsread.c
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6723&r2=1.6724
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&r1=1.77&r2=1.78
More information about the Gdb-cvs
mailing list