diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/a.s')
-rw-r--r-- | ld/testsuite/ld-mmix/a.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/a.s b/ld/testsuite/ld-mmix/a.s new file mode 100644 index 00000000000..20e571b37e3 --- /dev/null +++ b/ld/testsuite/ld-mmix/a.s @@ -0,0 +1,5 @@ +* The symbol "a" is found here. + .text + .global a +a: + SET $253,4 |