libgcc-5.4.0 initial commit
git-svn-id: svn://kolibrios.org@6515 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
10
contrib/toolchain/gcc/5x/libgcc/enable-execute-stack-empty.c
Normal file
10
contrib/toolchain/gcc/5x/libgcc/enable-execute-stack-empty.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Dummy implementation of __enable_execute_stack. */
|
||||
|
||||
extern void __enable_execute_stack (void *);
|
||||
|
||||
/* Attempt to turn on execute permission for the stack. */
|
||||
|
||||
void
|
||||
__enable_execute_stack (void *addr __attribute__((__unused__)))
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user