aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-03-03 02:09:02 +0000
committerFred Fish <fnf@specifix.com>1993-03-03 02:09:02 +0000
commit45364c8a2a8b0bbdac88b937f30459281fc4f00d (patch)
treec765dd97caffd7ec2f24294b919cb874099118d7 /gdb/NEWS
parent312bef9d216edd079836fb258a0c234f169f65ca (diff)
downloadfsf-binutils-gdb-45364c8a2a8b0bbdac88b937f30459281fc4f00d.zip
fsf-binutils-gdb-45364c8a2a8b0bbdac88b937f30459281fc4f00d.tar.gz
fsf-binutils-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a6cde82..86d0ad2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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