aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-09-03 12:55:57 +0100
committerNick Clifton <nickc@redhat.com>2015-09-03 12:55:57 +0100
commit6033bf41cc1ca3f19323452f9bf78061dc42e30b (patch)
treef7060a5b2b1a2a379eea115e667b77202cfe02d9 /ld/ld.texinfo
parent77697d411ef33c3e603275b905ae965ff555400d (diff)
downloadfsf-binutils-gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.zip
fsf-binutils-gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.tar.gz
fsf-binutils-gdb-6033bf41cc1ca3f19323452f9bf78061dc42e30b.tar.bz2
Fix a typo in the linker documentation: The COFF section .build-id should be .buildid.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index cf3b586..1c2c3f4 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2271,7 +2271,7 @@ enable other tradeoffs in future versions of the linker.
@item --build-id
@itemx --build-id=@var{style}
Request the creation of a @code{.note.gnu.build-id} ELF note section
-or a @code{.build-id} COFF section. The contents of the note are
+or a @code{.buildid} COFF section. The contents of the note are
unique bits identifying this linked file. @var{style} can be
@code{uuid} to use 128 random bits, @code{sha1} to use a 160-bit
@sc{SHA1} hash on the normative parts of the output contents,