4 changed files with 18 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
.section ".abcxyz","ax",%progbits |
|||
.long 1 |
|||
@ -0,0 +1,2 @@ |
|||
.section ".abcxyz","",%progbits |
|||
.long 2 |
|||
@ -0,0 +1,10 @@ |
|||
#source: pr349-1.s |
|||
#source: pr349-2.s |
|||
#ld: -r |
|||
#readelf: -S |
|||
|
|||
#... |
|||
.* .abcxyz .* |
|||
#... |
|||
.* .abcxyz .* |
|||
#pass |
|||
Loading…
Reference in new issue