ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / refdbglib.s
1 .text
2 .global foo
3 .data
4 .align 2
5 .type foo, @object
6 .size foo, 4
7 foo:
8 .long 1
This page took 0.028953 seconds and 4 git commands to generate.