diff options
author | Nick Clifton <nickc@redhat.com> | 2017-05-02 16:54:53 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-05-02 16:55:31 +0100 |
commit | 1395c6ce47510babad3dcb9892f6f2517a3f2b59 (patch) | |
tree | 675f764a25ddd1a9cbb36f53ad38eaa4ee2391e2 /binutils/ChangeLog | |
parent | 73ec947d59c511411377ad51ef792a5fcdd3f0cc (diff) | |
download | gdb-1395c6ce47510babad3dcb9892f6f2517a3f2b59.zip gdb-1395c6ce47510babad3dcb9892f6f2517a3f2b59.tar.gz gdb-1395c6ce47510babad3dcb9892f6f2517a3f2b59.tar.bz2 |
Don't merge notes when the relocs associated with them cannot be reliably deleted.
* objcopy.c (merge_gnu_build_notes): Disable merge if there are
more internal relocs than external relocs.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aef436d..d13dbb6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2017-05-02 Nick Clifton <nickc@redhat.com> + + * objcopy.c (merge_gnu_build_notes): Disable merge if there are + more internal relocs than external relocs. + 2017-05-02 Maciej W. Rozycki <macro@imgtec.com> * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the |