various i386-aout and i386-coff target removal
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / extern.s
CommitLineData
19c7c582 1 .globl data
3a921b77
L
2 .section .data.exit,"aw"
3data:
19c7c582 4 .globl text
ea16ac83 5 .section .text.exit,"ax"
3a921b77 6text:
19c7c582
AM
7 .text
8 .globl _start
3a921b77
L
9_start:
10 .long data
11 .section .debug_info
878a9190 12 .long 0
3a921b77 13 .long text
This page took 0.688655 seconds and 4 git commands to generate.