diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/alloca-arm.S | 1 | ||||
| -rw-r--r-- | lib/alloca86.S | 4 | ||||
| -rw-r--r-- | lib/alloca86_64-bt.S | 4 | ||||
| -rw-r--r-- | lib/alloca86_64.S | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/lib/alloca-arm.S b/lib/alloca-arm.S index 9deae63..02c554e 100644 --- a/lib/alloca-arm.S +++ b/lib/alloca-arm.S @@ -8,4 +8,3 @@ alloca: mov r0, sp mov pc, lr .size alloca, .-alloca - .section .note.GNU-stack,"",%progbits diff --git a/lib/alloca86.S b/lib/alloca86.S index a17e07f..ec1e185 100644 --- a/lib/alloca86.S +++ b/lib/alloca86.S @@ -28,8 +28,4 @@ p3: push %edx ret -/* mark stack as nonexecutable */ -#if defined __ELF__ && defined __linux__ - .section .note.GNU-stack,"",@progbits -#endif /* ---------------------------------------------- */ diff --git a/lib/alloca86_64-bt.S b/lib/alloca86_64-bt.S index 1f196bb..9b6c3c6 100644 --- a/lib/alloca86_64-bt.S +++ b/lib/alloca86_64-bt.S @@ -53,8 +53,4 @@ p3: ret #endif -/* mark stack as nonexecutable */ -#if defined __ELF__ && defined __linux__ - .section .note.GNU-stack,"",@progbits -#endif /* ---------------------------------------------- */ diff --git a/lib/alloca86_64.S b/lib/alloca86_64.S index 4a74104..e4ca15e 100644 --- a/lib/alloca86_64.S +++ b/lib/alloca86_64.S @@ -35,8 +35,4 @@ p3: push %rdx ret -/* mark stack as nonexecutable */ -#if defined __ELF__ && defined __linux__ - .section .note.GNU-stack,"",@progbits -#endif /* ---------------------------------------------- */ |
