diff options
Diffstat (limited to 'ld/testsuite/ld-cris/expdref1.s')
-rw-r--r-- | ld/testsuite/ld-cris/expdref1.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/expdref1.s b/ld/testsuite/ld-cris/expdref1.s new file mode 100644 index 000000000000..58faa60aee8e --- /dev/null +++ b/ld/testsuite/ld-cris/expdref1.s @@ -0,0 +1,6 @@ + .text +x: + move.d expobj:GOT,$r10 + move.d expobj:PLT,$r10 + move.d expfn:GOT,$r10 + move.d expfn:PLT,$r10 |