-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prelink: Fix MIPS section header check
MIPS has added a new SHT_MIPS_ABIFLAGS section, which the prelinker did not know it could skip. Add this to the list of items to be OK to skip. 2015-10-29 Mark Hatle <[email protected]> * prelink.h: Define SHT_MIPS_ABIFLAGS if not set * prelink.c: OK to skip SHT_MIPS_ABIFLAGS optimize the loop to stop on the first bad entry adjust the error to give us more info on the bad section Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information
Mark Hatle
committed
Oct 29, 2015
1 parent
88c4a1e
commit 9f5c82e
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2015-10-29 Mark Hatle <[email protected]> | ||
* prelink.h: Define SHT_MIPS_ABIFLAGS if not set | ||
* prelink.c: OK to skip SHT_MIPS_ABIFLAGS | ||
optimize the loop to stop on the first bad entry | ||
adjust the error to give us more info on the bad section | ||
|
||
2015-10-28 Mark Hatle <[email protected]> | ||
* get.c: Sync rtld/prelink type_class values | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters