aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mep/mep1.ld
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2007-02-05 20:16:32 +0000
committerDave Brolley <brolley@redhat.com>2007-02-05 20:16:32 +0000
commit19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1 (patch)
tree6a17865e1429e3e76f8c4f2bd7a374f34499c64b /ld/testsuite/ld-mep/mep1.ld
parent280d71bf40a544853567763c706e03334d6fd950 (diff)
downloadgdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.zip
gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.gz
gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.bz2
Support for Toshiba MeP.
Diffstat (limited to 'ld/testsuite/ld-mep/mep1.ld')
-rw-r--r--ld/testsuite/ld-mep/mep1.ld8
1 files changed, 8 insertions, 0 deletions
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) }
+}