diff options
author | Nick Clifton <nickc@redhat.com> | 2015-09-03 12:55:57 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-09-03 12:55:57 +0100 |
commit | 6033bf41cc1ca3f19323452f9bf78061dc42e30b (patch) | |
tree | f7060a5b2b1a2a379eea115e667b77202cfe02d9 /ld/ChangeLog | |
parent | 77697d411ef33c3e603275b905ae965ff555400d (diff) | |
download | gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.zip gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.tar.gz gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.tar.bz2 |
Fix a typo in the linker documentation: The COFF section .build-id should be .buildid.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 222ef3d..d79c9e7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2015-09-03 Nick Clifton <nickc@redhat.com> + + * ld.texinfo (--build-id): Fix typo. The COFF/PE build-id section + is called .buildid not .build-id. + 2015-08-19 Alan Modra <amodra@gmail.com> * emultempl/aix.em: Don't set link_info.pic. |