summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-tic6x/common.ld
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/ld/testsuite/ld-tic6x/common.ld')
-rw-r--r--binutils-2.24/ld/testsuite/ld-tic6x/common.ld11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils-2.24/ld/testsuite/ld-tic6x/common.ld b/binutils-2.24/ld/testsuite/ld-tic6x/common.ld
new file mode 100644
index 0000000..5597c3f
--- /dev/null
+++ b/binutils-2.24/ld/testsuite/ld-tic6x/common.ld
@@ -0,0 +1,11 @@
+SECTIONS
+{
+ . = 0x80;
+ .far : { *(.far) *(COMMON) }
+ . = 0x100;
+ .bss : { *(.scommon) }
+
+ . = 0x10000000;
+ .text : { *(.text*) }
+ /DISCARD/ : { *(*) }
+}