Browse Source

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

gdb-4_18-branch
Steve Chamberlain 35 years ago
parent
commit
e31bed36c6
  1. 1
      ld/ldm88k.sc

1
ld/ldm88k.sc

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

Loading…
Cancel
Save