From 3c3bdf30e42268e6193693acd1dc66d2d1792536 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 30 Oct 2001 15:20:14 +0000 Subject: Add MMIX support --- ld/testsuite/ld-mmix/start2.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ld/testsuite/ld-mmix/start2.s (limited to 'ld/testsuite/ld-mmix/start2.s') diff --git a/ld/testsuite/ld-mmix/start2.s b/ld/testsuite/ld-mmix/start2.s new file mode 100644 index 0000000..3398788 --- /dev/null +++ b/ld/testsuite/ld-mmix/start2.s @@ -0,0 +1,5 @@ + .text + SWYM 1 + .global _start +_start: + SWYM 2 -- cgit v1.1