aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/armpe.sc8
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/scripttempl/armpe.sc b/ld/scripttempl/armpe.sc
index 11a3a1a..2f642ac 100644
--- a/ld/scripttempl/armpe.sc
+++ b/ld/scripttempl/armpe.sc
@@ -71,14 +71,20 @@ SECTIONS
*(.reloc)
;
}
+
+ .drectve BLOCK (0x1000) :
+ {
+ ${RELOCATING+ *(.drectve); }
+ }
.junk BLOCK(0x1000) :
{
*(.debug\$S)
*(.debug\$T)
*(.debug\$F)
- *(.drectve)
;
}
+
+
.bss BLOCK(0x1000) :
{
*(.bss)