-
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.
src/rtld/dl-open.c: Change to work with older compilers
2016-08-17 Mark Hatle <[email protected]> * src/rtld/dl-open.c: Change to work with older compilers Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information
Mark Hatle
committed
Aug 17, 2016
1 parent
33be255
commit e09997c
Showing
3 changed files
with
12 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,6 @@ | ||
2016-08-17 Mark Hatle <[email protected]> | ||
* src/rtld/dl-open.c: Change to work with older compilers | ||
|
||
2016-06-03 Dave Lerner <[email protected]> | ||
* src/exec.c: New check_reorder_needed, section_reorder_fix functions | ||
|
||
|
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,6 @@ | ||
2016-08-17 Mark Hatle <[email protected]> | ||
* dl-open.c: Change function to work with older compilers | ||
|
||
2016-03-18 Donn Seeley <[email protected]> | ||
* rtld.c: rewrite build_local_scope to ensure breadth-first | ||
processing | ||
|
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