diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2015-09-29 16:09:58 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2015-09-29 16:09:58 +0000 |
| commit | 96cdb0ab9d6d89d47c14f239933391a1f7d465c7 (patch) | |
| tree | 6f88f0773e9f00f362b1ad72de44af830fd0278b /libexec/rtld-elf/arm | |
| parent | 3e10dd104940dc186fe48668029f6e74ef8b5f80 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/arm')
| -rw-r--r-- | libexec/rtld-elf/arm/rtld_start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/arm/rtld_start.S b/libexec/rtld-elf/arm/rtld_start.S index c48280815c33..431ea4801b7e 100644 --- a/libexec/rtld-elf/arm/rtld_start.S +++ b/libexec/rtld-elf/arm/rtld_start.S @@ -97,3 +97,4 @@ _rtld_bind_start: ldmia sp!,{r0-r5,sl,fp,lr} /* restore the stack */ mov pc, ip /* jump to the new address */ + .section .note.GNU-stack,"",%progbits |
