diff options
author | Nick Clifton <nickc@redhat.com> | 2023-12-05 15:18:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-12-05 15:18:40 +0000 |
commit | e60675a228a8ecd2cfdc7e45cb315a1838b91f74 (patch) | |
tree | db6dc8b4df4319dae001e4c28b0e89c69ab9edc7 /bfd/ChangeLog | |
parent | 3381781151c60cc70a9fb44856e2dd5611465a73 (diff) | |
download | gdb-e60675a228a8ecd2cfdc7e45cb315a1838b91f74.zip gdb-e60675a228a8ecd2cfdc7e45cb315a1838b91f74.tar.gz gdb-e60675a228a8ecd2cfdc7e45cb315a1838b91f74.tar.bz2 |
Fix: strip --strip-debug breaks relocations
PR 31106
* elfcode.h (elf_write_relocs): Do not convert a relocation against a zero-value absolute symbol into a relocation without a symbol if the symbol is being used for a complex relocation.
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 e9f571a..1cc8d3a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2023-12-05 Nick Clifton <nickc@redhat.com> + + PR 31106 + * elfcode.h (elf_write_relocs): Do not convert a relocation + against a zero-value absolute symbol into a relocation without a + symbol if the symbol is being used for a complex relocation. + 2023-11-21 Nick Clifton <nickc@redhat.com> PR 31067 |