Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288641
b: refs/heads/master
c: e89cef1
h: refs/heads/master
i:
  288639: 04077cd
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Feb 6, 2012
1 parent bf9d0fc commit 5e4aa68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ddf146f70a44ed4133dea4d377b172605a1cfa5
refs/heads/master: e89cef136a8b56eef1acf702591fd3039fc3385d
7 changes: 7 additions & 0 deletions trunk/tools/perf/bench/mem-memset-x86-64-asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
#define Lmemset_c globl memset_c; memset_c
#define Lmemset_c_e globl memset_c_e; memset_c_e
#include "../../../arch/x86/lib/memset_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

0 comments on commit 5e4aa68

Please sign in to comment.