M68K TLS support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / static.s
CommitLineData
3a921b77
L
1 .section .data.exit,"aw"
2data:
ea16ac83 3 .section .text.exit,"ax"
3a921b77 4text:
19c7c582
AM
5 .text
6 .globl _start
3a921b77
L
7_start:
8 .long data
9 .section .debug_info
878a9190 10 .long 0
3a921b77 11 .long text
This page took 0.303553 seconds and 4 git commands to generate.