diff options
author | Richard Henderson <rth@redhat.com> | 2001-11-13 23:37:41 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-11-13 23:37:41 +0000 |
commit | cf716c566378aad45fa09af18d8c2be2e66773a4 (patch) | |
tree | ff02e36713975ff9c2b2ed055653531968975dec /bfd/ChangeLog | |
parent | 81766fcaa8cc31d66f724a84247b7e7f57af0e6c (diff) | |
download | gdb-cf716c566378aad45fa09af18d8c2be2e66773a4.zip gdb-cf716c566378aad45fa09af18d8c2be2e66773a4.tar.gz gdb-cf716c566378aad45fa09af18d8c2be2e66773a4.tar.bz2 |
* dwarf2.c (read_attribute_value): New function to handle
DW_FORM_indirect.
(read_attribute): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 164dd2e..d99f9b0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-11-13 Keith Walker <keith.walker@arm.com> + + * dwarf2.c (read_attribute_value): New function to handle + DW_FORM_indirect. + (read_attribute): Use it. + 2001-11-13 Geoffrey Keating <geoffk@redhat.com> * dwarf2.c (decode_line_info): Properly deal with unknown standard |