* c-exp.y (parse_number): Change high_bit to unsigned.
authorFred Fish <fnf@specifix.com>
Wed, 3 Mar 1993 02:09:02 +0000 (02:09 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 3 Mar 1993 02:09:02 +0000 (02:09 +0000)
commit45364c8a2a8b0bbdac88b937f30459281fc4f00d
treec765dd97caffd7ec2f24294b919cb874099118d7
parent312bef9d216edd079836fb258a0c234f169f65ca
* c-exp.y (parse_number):  Change high_bit to unsigned.
* demangle.c:  Change all references to cfront to ARM, since the
actual algorithm is the one specified in the Annotated Reference
Manual.  This was confusing users into thinking that full cfront
support was implemented.
* dwarfread.c (CFRONT_PRODUCER):  Remove, was never really used.
* eval.c (evaluate_subexp):  For STRUCTOP_PTR pass the arg type
directly to lookup_struct_elt_type, which will do the
dereferencing itself.
* gdbtypes.c (lookup_struct_elt_type):  Expand comments.  Fix
NULL dereferencing bug for unnamed structs, comment out
questionable code.
gdb/ChangeLog
gdb/NEWS
gdb/c-exp.y
gdb/demangle.c
gdb/dwarfread.c
gdb/gdbtypes.c