diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-07 15:04:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-07 15:04:59 +0000 |
commit | a19c41a7dca12421143a3e7b8cb2dfed2bd8c48d (patch) | |
tree | ca0d0c494adf087e0c2a33aa8ea634ef1fda0e45 /binutils/ChangeLog | |
parent | 1e1f659128ccffb5681f566fcd3ecd626dcecd46 (diff) | |
download | gdb-a19c41a7dca12421143a3e7b8cb2dfed2bd8c48d.zip gdb-a19c41a7dca12421143a3e7b8cb2dfed2bd8c48d.tar.gz gdb-a19c41a7dca12421143a3e7b8cb2dfed2bd8c48d.tar.bz2 |
* dwarf.c (get_TAG_name): Use get_DW_TAG_name.
(get_FORM_name): Use get_DW_FORM_name.
(get_AT_name): Use get_DW_AT_name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f3310cb..64be0a1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-05-07 Tom Tromey <tromey@redhat.com> + + * dwarf.c (get_TAG_name): Use get_DW_TAG_name. + (get_FORM_name): Use get_DW_FORM_name. + (get_AT_name): Use get_DW_AT_name. + 2012-05-07 Alan Modra <amodra@gmail.com> * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. |