diff options
Diffstat (limited to 'ld/testsuite/ld-cris/locref1.s')
-rw-r--r-- | ld/testsuite/ld-cris/locref1.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/locref1.s b/ld/testsuite/ld-cris/locref1.s new file mode 100644 index 000000000000..7a2984176590 --- /dev/null +++ b/ld/testsuite/ld-cris/locref1.s @@ -0,0 +1,3 @@ +y: + move.d expfn:GOTOFF,$r10 + move.d expobj:GOTOFF,$r11 |