projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee473c9
)
* scripttempl/armpe.sc: Always start code at 0x401000, even
author
Steve Chamberlain
<sac@cygnus>
Wed, 16 Aug 1995 23:29:18 +0000
(23:29 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Wed, 16 Aug 1995 23:29:18 +0000
(23:29 +0000)
ld/scripttempl/armpe.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/armpe.sc
b/ld/scripttempl/armpe.sc
index 11a3a1a08fc1b29c02f3154b408c3137831d34a1..2f642ac8ccb1e6a3107aaa90aa5e5a9d3fe3b84d 100644
(file)
--- 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)