diff options
Diffstat (limited to 'ld/testsuite/ld-m68hc11/link-hc12.s')
-rw-r--r-- | ld/testsuite/ld-m68hc11/link-hc12.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-m68hc11/link-hc12.s b/ld/testsuite/ld-m68hc11/link-hc12.s new file mode 100644 index 0000000..43b97c5 --- /dev/null +++ b/ld/testsuite/ld-m68hc11/link-hc12.s @@ -0,0 +1,6 @@ +;;; Test 68HCS12 and 68HC12 mixes (compatible case) +;;; + .sect .text + .globl main +main: + rts |