diff options
author | Fangrui Song <i@maskray.me> | 2022-03-16 09:38:37 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-03-16 09:40:13 -0700 |
commit | 260ecdcec427146f760836092a040f957427760b (patch) | |
tree | d39a6d1d1fdadea58209cace8779773271d38dec /binutils/ChangeLog | |
parent | Reimplement array concatenation for Ada and D (diff) | |
download | binutils-gdb-260ecdcec427146f760836092a040f957427760b.tar.gz binutils-gdb-260ecdcec427146f760836092a040f957427760b.tar.bz2 binutils-gdb-260ecdcec427146f760836092a040f957427760b.zip |
objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbols
PR binutils/28926
* objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols
* NEWS: Mention feature.
* testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test.
* testsuite/binutils-all/weaken-gnu-unique.s: New.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 127ee5c50d1..f84323953d6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2022-03-16 Fangrui Song <maskray@google.com> + + PR binutils/28926 + * objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols + * NEWS: Mention feature. + * testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test. + * testsuite/binutils-all/weaken-gnu-unique.s: New. + 2022-03-16 Martin Storsjö <martin@martin.st> PR 28885 |