repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RS6000] rs6000_output_mi_thunk tidy
[official-gcc.git]
/
libgcc
/
enable-execute-stack-empty.c
blob
e2cc02ba1168a6c92feaa388ae038b1a65ca7ab7
1
/* Dummy implementation of __enable_execute_stack. */
2
3
extern
void
__enable_execute_stack
(
void
*);
4
5
/* Attempt to turn on execute permission for the stack. */
6
7
void
8
__enable_execute_stack
(
void
*
addr
__attribute__
((
__unused__
)))
9
{
10
}