libgcc-5.4.0 initial commit

git-svn-id: svn://kolibrios.org@6515 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2016-09-08 17:51:39 +00:00
parent 640dae6ddf
commit c7fc8e91d0
357 changed files with 287131 additions and 0 deletions

View 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__)))
{
}