diff options
author | Olivier Hainque <hainque@adacore.com> | 2024-04-22 02:50:28 -0300 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-04-23 08:53:42 -0700 |
commit | 9b441c415c556e608e22cb9d16b500992a972b0c (patch) | |
tree | 04f7e511284b7fc02c96a31e709f0b349ff1bb08 | |
parent | 6c2119acf78b4a48caa918c1d63aac7a64a19c82 (diff) | |
download | gdb-9b441c415c556e608e22cb9d16b500992a972b0c.zip gdb-9b441c415c556e608e22cb9d16b500992a972b0c.tar.gz gdb-9b441c415c556e608e22cb9d16b500992a972b0c.tar.bz2 |
bfd: Remove duplicate word in elf-vxworks.c
PR ld/31652
* elf-vxworks.c (elf_vxworks_emit_relocs): Drop duplicate word.
-rw-r--r-- | bfd/elf-vxworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c index 36e5540..5d91913 100644 --- a/bfd/elf-vxworks.c +++ b/bfd/elf-vxworks.c @@ -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 |