Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / orphana_nu.s
1 .globl mainCRTStartup
2 .globl start
3 .text
4 mainCRTStartup:
5 start:
6
7 .section .foo,"b"
8 .space 16
This page took 0.031154 seconds and 4 git commands to generate.