mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
and .l2.data.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-09-04 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
|
* emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
|
||||||
|
and .l2.data.
|
||||||
|
|
||||||
2009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
|
2009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||||
|
|
||||||
* scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch
|
* scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch
|
||||||
|
@ -14,9 +14,18 @@ OTHER_READONLY_SECTIONS="
|
|||||||
${RELOCATING+__ROFIXUP_END__ = .;}
|
${RELOCATING+__ROFIXUP_END__ = .;}
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
# 0xff700000, 0xff800000, 0xff900000 and 0xffa00000 are also used in
|
# 0xfeb00000, 0xfec00000, 0xff700000, 0xff800000, 0xff900000
|
||||||
# Dynamic linker and linux kernel. They need to be keep synchronized.
|
# 0xffa00000 are also used in Dynamic linker and linux kernel.
|
||||||
|
# They need to be kept synchronized.
|
||||||
OTHER_SECTIONS="
|
OTHER_SECTIONS="
|
||||||
|
.l2.text 0xfeb00000 :
|
||||||
|
{
|
||||||
|
*(.l2.text)
|
||||||
|
}
|
||||||
|
.l2.data 0xfec00000 :
|
||||||
|
{
|
||||||
|
*(.l2.data)
|
||||||
|
}
|
||||||
.l1.data 0xff700000 :
|
.l1.data 0xff700000 :
|
||||||
{
|
{
|
||||||
*(.l1.data)
|
*(.l1.data)
|
||||||
|
Reference in New Issue
Block a user