From f167e25de439ff2a737c9d35736760be9a8d15f2 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 9 Sep 1992 09:03:13 +0000 Subject: [PATCH] (.nope): Really store into environ. From-SVN: r2088 --- gcc/config/sparc/sol2-c1.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/sparc/sol2-c1.asm b/gcc/config/sparc/sol2-c1.asm index bae62580495..38ef8df17ff 100644 --- a/gcc/config/sparc/sol2-c1.asm +++ b/gcc/config/sparc/sol2-c1.asm @@ -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 -- 2.30.2