(.nope): Really store into environ.
authorRichard Stallman <rms@gnu.org>
Wed, 9 Sep 1992 09:03:13 +0000 (09:03 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 9 Sep 1992 09:03:13 +0000 (09:03 +0000)
From-SVN: r2088

gcc/config/sparc/sol2-c1.asm

index bae625804954f448eea2dcb6fbf9e4cbaadfdeae..38ef8df17ffa65eb53e816f8e48fef1ed8dbbaf5 100644 (file)
@@ -71,7 +71,8 @@ _start:
        sll     %l0, 2, %o2
        add     %o2, 4, %o2
        add     %l1, %o2, %o2   ! env
-       set     _environ, %o3   ! *_environ
+       set     _environ, %o3
+       st      %o2, [%o3]      ! *_environ
        call    main, 4
        nop   
        call    exit, 0