From: Steve Chamberlain Date: Fri, 8 Nov 1991 05:55:19 +0000 (+0000) Subject: Put .comments into .data section, otherwise 88k can't exec the image. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e31bed36c6d5765eb6abb25eaeaceb1c6fd7c0ed;p=binutils-gdb.git Put .comments into .data section, otherwise 88k can't exec the image. --- diff --git a/ld/ldm88k.sc b/ld/ldm88k.sc index 408cfde0430..cb88b2a9501 100755 --- a/ld/ldm88k.sc +++ b/ld/ldm88k.sc @@ -31,6 +31,7 @@ SECTIONS { *(.data) CONSTRUCTORS; + *(.comment) _edata = .; } .bss SIZEOF(.data) + ADDR(.data) :