From d70c5fc7c56fa9915f594aca8de15b478f3ab5b0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 17 Feb 2006 14:36:28 +0000 Subject: Add support for the Infineon XC16X. --- ld/testsuite/ld-xc16x/offset.s | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ld/testsuite/ld-xc16x/offset.s (limited to 'ld/testsuite/ld-xc16x/offset.s') diff --git a/ld/testsuite/ld-xc16x/offset.s b/ld/testsuite/ld-xc16x/offset.s new file mode 100644 index 0000000..b3aad19 --- /dev/null +++ b/ld/testsuite/ld-xc16x/offset.s @@ -0,0 +1,13 @@ + .global _start +_start: + mov r8,#0xf + jmps #seg:.12,#sof:.12 + mov r9,#0xf +.12: + mov r5,#0xf + mov r7,#0xf + calls #seg:.13,#sof:.13 +.13: + mov r6,#0xf + mov r8,#0xf + \ No newline at end of file -- cgit v1.1