ld: Add -z separate-code test for zero size section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14170a.s
1
2 .global start /* Used by SH targets. */
3 start:
4 .global _start
5 _start:
6 .global __start
7 __start:
8 .global main /* Used by HPPA targets. */
9 main:
10
11 .data
12 .dc.a foo
13 .dc.a bar
This page took 0.060982 seconds and 4 git commands to generate.