diff options
author | Cary Coutant <ccoutant@google.com> | 2010-01-19 23:17:57 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-01-19 23:17:57 +0000 |
commit | a37a68dd3c92bce56562837040b75eb371e65edd (patch) | |
tree | 297a3acef4468278dac1640392035edb9f15ca07 /bfd/ChangeLog | |
parent | 2952bad40b71632c874c076e4c16f39a09b89857 (diff) | |
download | gdb-a37a68dd3c92bce56562837040b75eb371e65edd.zip gdb-a37a68dd3c92bce56562837040b75eb371e65edd.tar.gz gdb-a37a68dd3c92bce56562837040b75eb371e65edd.tar.bz2 |
* dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f68528..75574a7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-01-19 Cary Coutant <ccoutant@google.com> + + * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8. + 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com> Alan Modra <amodra@gmail.com> |