]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: Remove duplicate word in elf-vxworks.c
authorOlivier Hainque <hainque@adacore.com>
Mon, 22 Apr 2024 05:50:28 +0000 (02:50 -0300)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Apr 2024 15:53:42 +0000 (08:53 -0700)
PR ld/31652
* elf-vxworks.c  (elf_vxworks_emit_relocs): Drop duplicate word.

bfd/elf-vxworks.c

index 36e5540f9c045ee7860f0e4a65ef450391946edf..5d91913f097fdcbfbc14d607b304a3da26280fe4 100644 (file)
@@ -186,7 +186,7 @@ elf_vxworks_emit_relocs (bfd *output_bfd,
                     library.  We are creating a definition in the output
                     file but it does not come from any of our normal (.o)
                     files. ie. a PLT stub.  Normally this would be a
-                    relocation against against SHN_UNDEF with the VMA of
+                    relocation against SHN_UNDEF with the VMA of
                     the PLT stub.  This upsets the VxWorks loader.
                     Convert it to a section-relative relocation.  This
                     gets some other symbols (for instance .dynbss), but