mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* scripttempl/armpe.sc: Always start code at 0x401000, even
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user