sort_gnu_build_notes fix
* objcopy.c (sort_gnu_build_notes): Correct sort of deleted note2.
This commit is contained in:
parent
25294a18fd
commit
1cc3da765d
2 changed files with 6 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue