Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / h8300sxelf.sh
index 18f82f64f433ea09c23f22df4450e5ebc3071df5..c0b715f0ba9016330125b5cbce6b54f949e90cb8 100644 (file)
@@ -1,3 +1,16 @@
 . ${srcdir}/emulparams/h8300elf.sh
 ARCH="h8300:h8300sx"
 STACK_ADDR=0x2fefc
+TINY_READONLY_SECTION=".tinyrodata :
+  {
+       *(.tinyrodata)
+  } =0"
+TINY_DATA_SECTION=".tinydata   0xff8000 :
+  {
+       *(.tinydata)
+       ${RELOCATING+ _tinydata = .; }
+  }"
+TINY_BSS_SECTION=".tinybss     : AT (_tinydata)
+  {
+       *(.tinybss)
+  }"
This page took 0.023097 seconds and 4 git commands to generate.