Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / refdbglib.s
CommitLineData
1448fa32
KK
1 .text
2 .global foo
3 .data
4 .align 2
5 .type foo, @object
6 .size foo, 4
7foo:
8 .long 1
This page took 0.88133 seconds and 4 git commands to generate.