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)
CONSTRUCTORS;
*(.comment)
_edata = .;
}
.bss SIZEOF(.data) + ADDR(.data) :