From 19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Feb 2007 20:16:32 +0000 Subject: Support for Toshiba MeP. --- ld/testsuite/ld-mep/mep1.ld | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ld/testsuite/ld-mep/mep1.ld (limited to 'ld/testsuite/ld-mep/mep1.ld') diff --git a/ld/testsuite/ld-mep/mep1.ld b/ld/testsuite/ld-mep/mep1.ld new file mode 100644 index 0000000..d0a4104 --- /dev/null +++ b/ld/testsuite/ld-mep/mep1.ld @@ -0,0 +1,8 @@ +SECTIONS +{ + /* This is beyond the normal range of a PCREL24 (bsr) relocation. */ + . = 0x100000; + .text1 : { *(.text1) } + . = 0x900000; + .text2 : { *(.text2) } +} -- cgit v1.1