* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / exit.s
1 .globl data
2 .section .data.exit,"aw"
3 data:
4 .globl text
5 .section .text.exit,"aw"
6 text:
This page took 0.043423 seconds and 4 git commands to generate.