mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +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)
|
||||
CONSTRUCTORS;
|
||||
*(.comment)
|
||||
_edata = .;
|
||||
}
|
||||
.bss SIZEOF(.data) + ADDR(.data) :
|
||||
|
Reference in New Issue
Block a user