-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 287452 b: refs/heads/master c: 7a0153e h: refs/heads/master v: v3
- Loading branch information
Jiri Olsa
authored and
Arnaldo Carvalho de Melo
committed
Feb 6, 2012
1 parent
42e540c
commit ee77d04
Showing
2 changed files
with
7 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 84f2b9b2edc09595569c7397cc3c888764ffd78b | ||
refs/heads/master: 7a0153ee15575a4d07b5da8c96b79e0b0fd41a12 |
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,2 +1,8 @@ | ||
|
||
#include "../../../arch/x86/lib/memcpy_64.S" | ||
/* | ||
* We need to provide note.GNU-stack section, saying that we want | ||
* NOT executable stack. Otherwise the final linking will assume that | ||
* the ELF stack should not be restricted at all and set it RWX. | ||
*/ | ||
.section .note.GNU-stack,"",@progbits |