diff options
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/crange-1.s')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crange-1.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/sh64/crange-1.s b/ld/testsuite/ld-sh/sh64/crange-1.s new file mode 100644 index 000000000000..5dfae882061c --- /dev/null +++ b/ld/testsuite/ld-sh/sh64/crange-1.s @@ -0,0 +1,8 @@ +! Support file for .cranges tests to resolve all references for +! non-partial-link tests. + .section .init,"ax" + .mode SHmedia + .global start + .align 2 +start: + nop |