Put .comments into .data section, otherwise 88k can't exec the image.
authorSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 05:55:19 +0000 (05:55 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 05:55:19 +0000 (05:55 +0000)
ld/ldm88k.sc

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