diff options
author | Nick Clifton <nickc@redhat.com> | 2017-06-28 14:52:12 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-06-28 14:52:12 +0100 |
commit | 88305e1b9f4592a2ab129015ce409fcc16613ebb (patch) | |
tree | b5d5a5cfc8e893ba455d66ba5008474e43091ff0 /binutils/ChangeLog | |
parent | 65a55fbbd949868f7df3c65d39eb8d4455515132 (diff) | |
download | gdb-88305e1b9f4592a2ab129015ce409fcc16613ebb.zip gdb-88305e1b9f4592a2ab129015ce409fcc16613ebb.tar.gz gdb-88305e1b9f4592a2ab129015ce409fcc16613ebb.tar.bz2 |
Add support for version 2 of the GNU Build Attribute note specification.
* objcopy.c (merge_gnu_build_notes): Add support for version 2 notes.
* readelf.c (print_gnu_build_attribute_name): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index da3cf67..c5b8f19 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2017-06-28 Nick Clifton <nickc@redhat.com> + + * objcopy.c (merge_gnu_build_notes): Add support for version 2 notes. + * readelf.c (print_gnu_build_attribute_name): Likewise. + 2017-06-28 Maciej W. Rozycki <macro@imgtec.com> Matthew Fortune <matthew.fortune@imgtec.com> |