mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
sort_gnu_build_notes fix
* objcopy.c (sort_gnu_build_notes): Correct sort of deleted note2.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2019-10-26 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* objcopy.c (sort_gnu_build_notes): Correct sort of deleted
|
||||
note2.
|
||||
|
||||
2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfedit.c (elf_x86_feature): Report unknown x86 feature.
|
||||
|
@ -2067,7 +2067,7 @@ sort_gnu_build_notes (const void * data1, const void * data2)
|
||||
return -1;
|
||||
|
||||
if (is_deleted_note (pnote2)) /* 1: F 2: O D */
|
||||
return 1;
|
||||
return -1;
|
||||
|
||||
return 1; /* 1: F 2: O */
|
||||
}
|
||||
|
Reference in New Issue
Block a user