forked from Imagelibrary/binutils-gdb
A GNU property section is now always generated when `-z stack-size` is passed. This was probably introduced by GNU Property refactoring within elfxx-aarch64.c.
18 lines
354 B
Makefile
18 lines
354 B
Makefile
#name: nto-stack-note-2
|
|
#source: start.s
|
|
#as:
|
|
#ld: -z stack-size=0x10000 --lazy-stack -z execstack
|
|
#readelf: -n
|
|
|
|
Displaying notes found in: .note.gnu.property
|
|
.*
|
|
.*
|
|
.*
|
|
|
|
Displaying notes found in: .note
|
|
[ ]+Owner[ ]+Data size[ ]+Description
|
|
QNX 0x0000000c QNX stack
|
|
Stack Size: 0x10000
|
|
Stack allocated: 1000
|
|
Executable: yes
|