]> Git Repo - binutils.git/blobdiff - ld/ldgld.sc
-y support
[binutils.git] / ld / ldgld.sc
index 15ff71fc383ad4c6dc3fc3a8305665ae8884742e..eb87b330ad0de1f70cefc001cc1cf9fd36420f83 100755 (executable)
@@ -21,7 +21,7 @@ SECTIONS
   .bss   SIZEOF(.data) + ADDR(.data) : 
     {                                  
       *(.bss)                          
-       [COMMON]                                
+       *(COMMON)                               
          _end = .;                             
       __end = .;                               
     }                                  
This page took 0.023774 seconds and 4 git commands to generate.