Fix a typo in the linker documentation: The COFF section .build-id should be .buildid.
authorNick Clifton <nickc@redhat.com>
Thu, 3 Sep 2015 11:55:57 +0000 (12:55 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 3 Sep 2015 11:55:57 +0000 (12:55 +0100)
ld/ChangeLog
ld/ld.texinfo

index 222ef3d160a75272bef3e5c6e9565c363f79f724..d79c9e74c4be37bb33890be72bdd973bc1453091 100644 (file)
@@ -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.
index cf3b586a0e2df99497711122b2e6c2b6f47bfc60..1c2c3f431e5737755b383462bf969e42431c3c67 100644 (file)
@@ -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,
This page took 0.031718 seconds and 4 git commands to generate.