diff options
author | Luca Bonissi <gcc@scarsita.it> | 2023-05-10 12:08:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-05-10 12:08:28 +0100 |
commit | 8b7b3b2bf4357781439e5434c4a5942ea29e983d (patch) | |
tree | 965a8206dd4999cc4376dfa2fad1d1f5337500ea /bfd/ChangeLog | |
parent | 496917ce466c703c1ae3bf1cbbe753de1c091445 (diff) | |
download | gdb-8b7b3b2bf4357781439e5434c4a5942ea29e983d.zip gdb-8b7b3b2bf4357781439e5434c4a5942ea29e983d.tar.gz gdb-8b7b3b2bf4357781439e5434c4a5942ea29e983d.tar.bz2 |
or1k relocation truncated to fit: R_OR1K_GOT16 even when using -mcmodel=large
PR 30422
* elf32-or1k.c (or1k_elf_relocate_section): Prescan for R_OR1K_GOT_AHI16 relocs as they may occur after R_OR1K_GOT16 relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b8150d4..5cb20e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2023-05-10 Luca Bonissi <gcc@scarsita.it> + + PR 30422 + * elf32-or1k.c (or1k_elf_relocate_section): Prescan for + R_OR1K_GOT_AHI16 relocs as they may occur after R_OR1K_GOT16 + relocs. + 2023-05-05 Nick Clifton <nickc@redhat.com> PR 30354 |