3 changed files with 18 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
#source: unknown2.s |
|||
#ld: -shared |
|||
#readelf: -S |
|||
|
|||
#... |
|||
\[[ 0-9]+\] \.note.foo[ \t]+NOTE[ \t]+.* |
|||
#pass |
|||
@ -0,0 +1,6 @@ |
|||
.section .note.foo,"a","note" |
|||
.space 16 |
|||
.section .data,"aw" |
|||
.space 3800 |
|||
.section .rodata,"a" |
|||
.space 4 |
|||
Loading…
Reference in new issue