diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-05 05:09:20 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-05 05:09:20 +0000 |
commit | 98618bf78adc8b432655d41f088e66556538e5df (patch) | |
tree | 101640dfe2da3fc404fb8412cdfb25cc016ad95d /gdb/ChangeLog | |
parent | 3c7cc3b70e09a3747bf0173a228314bd1c21c3b1 (diff) | |
download | gdb-98618bf78adc8b432655d41f088e66556538e5df.zip gdb-98618bf78adc8b432655d41f088e66556538e5df.tar.gz gdb-98618bf78adc8b432655d41f088e66556538e5df.tar.bz2 |
Arrange for enumeration members to be manipulated in source code order,
since they are stored in the Dwarf info in reverse order.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5117bb..a1cabeb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 4 21:05:30 1991 Fred Fish (fnf at cygnus.com) + + * dwarfread (enum_type): Arrange for the order of enumeration + members to match the source code order; not the order in the + Dwarf information, which is explicitly reverse order. + Wed Dec 4 18:24:39 1991 John Gilmore (gnu at cygnus.com) * main.c (input_from_terminal_p): Check whether GDB has a |