Browse Source
* ld-pe/orphan_nu.d: New test for --no-leading-underscore. * ld-pe/orphana_nu.s: New file. * ld-pe/pe.exp: Add orphan_nu test.gdb_7_2-branch
4 changed files with 28 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
#source: orphana_nu.s |
|||
#source: orphanb.s |
|||
#source: orphand.s |
|||
#source: orphane.s |
|||
#ld: --file-align 1 --section-align 1 --no-leading-underscore |
|||
#objdump: -h --wide |
|||
|
|||
#... |
|||
+0 +\.text .* |
|||
+1 +\.foo +0+20 .* |
|||
+2 +\.foo +0+20 .* |
|||
+3 +\.idata .* |
|||
#pass |
|||
@ -0,0 +1,8 @@ |
|||
.globl mainCRTStartup |
|||
.globl start |
|||
.text |
|||
mainCRTStartup: |
|||
start: |
|||
|
|||
.section .foo,"b" |
|||
.space 16 |
|||
Loading…
Reference in new issue