diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-03 02:09:02 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-03 02:09:02 +0000 |
commit | 45364c8a2a8b0bbdac88b937f30459281fc4f00d (patch) | |
tree | c765dd97caffd7ec2f24294b919cb874099118d7 /gdb/NEWS | |
parent | 312bef9d216edd079836fb258a0c234f169f65ca (diff) | |
download | gdb-45364c8a2a8b0bbdac88b937f30459281fc4f00d.zip gdb-45364c8a2a8b0bbdac88b937f30459281fc4f00d.tar.gz gdb-45364c8a2a8b0bbdac88b937f30459281fc4f00d.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ (This is a prototype to remind us of things that should be announced in the next release...) +'Cfront' style demangling has had its name changed to 'ARM' style, to +emphasize that it was written from the specifications in the Annotated +Reference Manual, not to be compatible with AT&T cfront. Despite disclaimers, +it still generated too much confusion with users attempting to use gdb with +AT&T cfront. + H8/300 simulator H8/500 simulator (probably by the next release) Z8000 family simulator |