diff options
author | Alan Modra <amodra@gmail.com> | 2003-10-30 09:50:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-10-30 09:50:02 +0000 |
commit | 482e2e37264aa14b39ae188213296d7f9ff12feb (patch) | |
tree | d53c1064d402222256dfba80affc273153b6a7b3 /bfd/ChangeLog | |
parent | 325fab4e4e60d4b0218fab6af233f2afc3e92152 (diff) | |
download | gdb-482e2e37264aa14b39ae188213296d7f9ff12feb.zip gdb-482e2e37264aa14b39ae188213296d7f9ff12feb.tar.gz gdb-482e2e37264aa14b39ae188213296d7f9ff12feb.tar.bz2 |
* dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
Add "val" and "sval" fields.
(DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete.
(read_attribute_value): Expand and adjust DW_* occurrences.
(scan_unit_for_functions, parse_comp_unit): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b3d0363..05e8f13 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-10-30 Alan Modra <amodra@bigpond.net.au> + + * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr". + Add "val" and "sval" fields. + (DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete. + (read_attribute_value): Expand and adjust DW_* occurrences. + (scan_unit_for_functions, parse_comp_unit): Likewise. + 2003-10-30 Phil Edwards <phil@codesourcery.com> * config.bfd (arm-*-vxworks): Remove separate stanza; merge with |