]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix objcopy --merge-notes dependency on qsort implementation behavior. users/roland/2.34/objcopy-merge-notes-qsort
authorRoland McGrath <mcgrathr@google.com>
Mon, 27 Jan 2020 19:14:33 +0000 (11:14 -0800)
committerRoland McGrath <mcgrathr@google.com>
Mon, 27 Jan 2020 19:15:01 +0000 (11:15 -0800)
commit3828695c134afca84c30cdd333a68c7f1529c1cf
tree80742ded623af7e4d2b926a2c2a85ce159b87cff
parent2cd7b00eb1337e427fa6149779157d8638eb57d9
Fix objcopy --merge-notes dependency on qsort implementation behavior.

binutils/
* objcopy.c (compare_gnu_build_notes): Fix comparison results
for overlapping ranges so that (A == B) == (B == A) holds.

(cherry picked from commit 82ef9cad78b74ee9176e059e8c8dec1bdb4a1efe)
binutils/ChangeLog
binutils/objcopy.c