diff options
Diffstat (limited to 'ld/testsuite/ld-pe/orphana_nu.s')
-rw-r--r-- | ld/testsuite/ld-pe/orphana_nu.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pe/orphana_nu.s b/ld/testsuite/ld-pe/orphana_nu.s new file mode 100644 index 0000000..618789c --- /dev/null +++ b/ld/testsuite/ld-pe/orphana_nu.s @@ -0,0 +1,10 @@ + .globl _mainCRTStartup + .globl mainCRTStartup + .globl start + .text +_mainCRTStartup: +mainCRTStartup: +start: + + .section .foo,"b" + .space 16 |