mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
1d386b48a5
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
11 lines
200 B
ArmAsm
11 lines
200 B
ArmAsm
#include <machine/asm.h>
|
|
.section .init,"ax",%progbits
|
|
ldmea fp, {fp, sp, pc}
|
|
mov pc, lr
|
|
|
|
.section .fini,"ax",%progbits
|
|
ldmea fp, {fp, sp, pc}
|
|
mov pc, lr
|
|
|
|
.section .note.GNU-stack,"",%progbits
|