diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-05-19 23:45:29 -0700 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-05-19 23:45:29 -0700 |
commit | b4f5b984e5e771e75cee43942e56455531a02e68 (patch) | |
tree | 96802febfde466fa2fcd75e21de86c8ef660c48f /binutils/ChangeLog | |
parent | 43cc5389bc4662b31cad02a9f13358bd367d0ab3 (diff) | |
download | gdb-b4f5b984e5e771e75cee43942e56455531a02e68.zip gdb-b4f5b984e5e771e75cee43942e56455531a02e68.tar.gz gdb-b4f5b984e5e771e75cee43942e56455531a02e68.tar.bz2 |
binutils: remove sparc64/mips64 workaround in objcopy build notes merge code
This patch removes a workaround recently installed in objcopy that
avoided removing duplicated notes in targets for which the number of
internal relocations may be bigger than the number of external
relocations. With the recent fixes in sparc64 and mips64, this
workaround is no longer necessary.
2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
* objcopy.c (merge_gnu_build_notes): Remove workaround that
prevented deleting relocations in duplicated notes in mips64 and
sparc.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 59e3bb3..60a199a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com> + + * objcopy.c (merge_gnu_build_notes): Remove workaround that + prevented deleting relocations in duplicated notes in mips64 and + sparc. + 2017-05-19 Maciej W. Rozycki <macro@imgtec.com> * testsuite/binutils-all/mips/mips-note-2.d: New test. |