mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Put .comments into .data section, otherwise 88k can't exec the image.
This commit is contained in:
@ -31,6 +31,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
CONSTRUCTORS;
|
CONSTRUCTORS;
|
||||||
|
*(.comment)
|
||||||
_edata = .;
|
_edata = .;
|
||||||
}
|
}
|
||||||
.bss SIZEOF(.data) + ADDR(.data) :
|
.bss SIZEOF(.data) + ADDR(.data) :
|
||||||
|
Reference in New Issue
Block a user