diff options
author | Cary Coutant <ccoutant@google.com> | 2014-02-05 10:29:24 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2014-02-06 08:38:03 -0800 |
commit | 926c538512b17e87d94ea193d7dd10e012347ff0 (patch) | |
tree | e00a9f141be87e13a96bcfdc4ec26ba0709060e1 /binutils/ChangeLog | |
parent | 62a0f7233525099a718f61eca2ea7d89a8cad6f7 (diff) | |
download | gdb-926c538512b17e87d94ea193d7dd10e012347ff0.zip gdb-926c538512b17e87d94ea193d7dd10e012347ff0.tar.gz gdb-926c538512b17e87d94ea193d7dd10e012347ff0.tar.bz2 |
Add readelf support for dumping gold version note sections.
binutils/
PR binutils/16444
* readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
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 6f107e1..6758413 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2014-02-06 Cary Coutant <ccoutant@google.com> + + PR binutils/16444 + * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION. + 2014-01-08 H.J. Lu <hongjiu.lu@intel.com> * version.c (print_version): Update copyright year to 2014. |