mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
bfd: Remove duplicate word in elf-vxworks.c
PR ld/31652 * elf-vxworks.c (elf_vxworks_emit_relocs): Drop duplicate word.
This commit is contained in:
@@ -186,7 +186,7 @@ elf_vxworks_emit_relocs (bfd *output_bfd,
|
|||||||
library. We are creating a definition in the output
|
library. We are creating a definition in the output
|
||||||
file but it does not come from any of our normal (.o)
|
file but it does not come from any of our normal (.o)
|
||||||
files. ie. a PLT stub. Normally this would be a
|
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.
|
the PLT stub. This upsets the VxWorks loader.
|
||||||
Convert it to a section-relative relocation. This
|
Convert it to a section-relative relocation. This
|
||||||
gets some other symbols (for instance .dynbss), but
|
gets some other symbols (for instance .dynbss), but
|
||||||
|
|||||||
Reference in New Issue
Block a user