* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / static.s
CommitLineData
3a921b77
L
1 .section .data.exit,"aw"
2data:
3 .section .text.exit,"aw"
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.131023 seconds and 4 git commands to generate.