Fix adddi3 problem from wilson; make sol-ci.asm assemble with new gas
[gcc.git] / gcc / config / rs6000 / sol-ci.asm
index 2c9a4d855cef465733d8e1198956a193d616bbbd..d0eced3a09cde7181a5cc39e9e84f52ca5d4e986 100644 (file)
@@ -96,6 +96,9 @@ __fini:       stwu    %r1,-16(%r1)
        mflr    %r31
 
 # _environ and its evil twin environ, pointing to the environment
-       .comm   _environ,4,4
+       .section ".sdata","aw"
+       .align 2
+       .globl _environ
+       .space 4
        .weak   environ
        .set    environ,_environ