* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / start.s
1 .text
2 .globl _start
3 _start:
4 .long data
5 .section .debug_info
6 .long 0
7 .long text
This page took 0.043911 seconds and 4 git commands to generate.