diff options
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/crange-2c.s')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crange-2c.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/sh64/crange-2c.s b/ld/testsuite/ld-sh/sh64/crange-2c.s new file mode 100644 index 000000000000..fcc350d7c3b0 --- /dev/null +++ b/ld/testsuite/ld-sh/sh64/crange-2c.s @@ -0,0 +1,16 @@ +! First part of crange-2b.s, but in section .text.mixed. + + .section .text.mixed,"ax" + .mode SHmedia + .align 2 +sec1: + nop + nop + nop + nop +sec2: + .long 41 + .long 43 + .long 42 + .long 43 + .long 42 |