Put .comments into .data section, otherwise 88k can't exec the image.

This commit is contained in:
Steve Chamberlain
1991-11-08 05:55:19 +00:00
parent b715d5b4aa
commit e31bed36c6

View File

@ -31,6 +31,7 @@ SECTIONS
{ {
*(.data) *(.data)
CONSTRUCTORS; CONSTRUCTORS;
*(.comment)
_edata = .; _edata = .;
} }
.bss SIZEOF(.data) + ADDR(.data) : .bss SIZEOF(.data) + ADDR(.data) :