forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NaCl: Use allocate_code_data after dyncode_create
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
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,10 @@ | ||
2015-11-20 Roland McGrath <[email protected]> | ||
|
||
* sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use | ||
__glibc_likely instead of __builtin_expect. After falling back to | ||
dyncode_create in a non-ET_DYN case, use the allocate_code_data | ||
system interface to register the code pages as occupied. | ||
|
||
2015-11-20 Joseph Myers <[email protected]> | ||
|
||
* sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to | ||
|
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