linker: add .note.GNU-stack to arc linker
When building for ARC this new section appears with gcc 8.2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8f47802d73
commit
9e75a1a872
1 changed files with 1 additions and 0 deletions
|
@ -300,4 +300,5 @@ SECTIONS {
|
||||||
KEEP(*(.gnu.attributes))
|
KEEP(*(.gnu.attributes))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/DISCARD/ : { *(.note.GNU-stack) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue