Browse Source
* testsuite/ld-x86-64/ilp32-12.d: New file. * testsuite/ld-x86-64/ilp32-12.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run ilp32-12.binutils-2_37-branch
4 changed files with 19 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
#as: --x32 |
|||
#ld: -shared -melf32_x86_64 |
|||
#readelf: -SW |
|||
|
|||
#... |
|||
+\[ [0-9]\] .debug_loclists .* |
|||
#pass |
|||
@ -0,0 +1,5 @@ |
|||
.section .rodata |
|||
.L1: |
|||
.byte 0 |
|||
.section .debug_loclists,"",@progbits |
|||
.long .L1 - 0x1dfae |
|||
Loading…
Reference in new issue