mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* scripttempl/armpe.sc: Always start code at 0x401000, even
This commit is contained in:
@ -71,14 +71,20 @@ SECTIONS
|
|||||||
*(.reloc)
|
*(.reloc)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drectve BLOCK (0x1000) :
|
||||||
|
{
|
||||||
|
${RELOCATING+ *(.drectve); }
|
||||||
|
}
|
||||||
.junk BLOCK(0x1000) :
|
.junk BLOCK(0x1000) :
|
||||||
{
|
{
|
||||||
*(.debug\$S)
|
*(.debug\$S)
|
||||||
*(.debug\$T)
|
*(.debug\$T)
|
||||||
*(.debug\$F)
|
*(.debug\$F)
|
||||||
*(.drectve)
|
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.bss BLOCK(0x1000) :
|
.bss BLOCK(0x1000) :
|
||||||
{
|
{
|
||||||
*(.bss)
|
*(.bss)
|
||||||
|
Reference in New Issue
Block a user