mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove duplicate .note.GNU-stack section declaration.
Reported by: arundel
This commit is contained in:
parent
0cc74f144e
commit
9f2e8bdff3
2 changed files with 0 additions and 4 deletions
|
|
@ -4,5 +4,3 @@ __FBSDID("$FreeBSD$")
|
|||
/* sizeof(long) == sizeof(long long) */
|
||||
#define fn llrint
|
||||
#include "s_lrint.S"
|
||||
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
|
|
|
|||
|
|
@ -4,5 +4,3 @@ __FBSDID("$FreeBSD$")
|
|||
/* sizeof(long) == sizeof(long long) */
|
||||
#define fn llrintf
|
||||
#include "s_lrintf.S"
|
||||
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
|
|
|
|||
Loading…
Reference in a new issue