Put .comments into .data section, otherwise 88k can't exec the image.
This commit is contained in:
parent
b715d5b4aa
commit
e31bed36c6
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ SECTIONS
|
|||
{
|
||||
*(.data)
|
||||
CONSTRUCTORS;
|
||||
*(.comment)
|
||||
_edata = .;
|
||||
}
|
||||
.bss SIZEOF(.data) + ADDR(.data) :
|
||||
|
|
Loading…
Reference in a new issue