aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorT. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>2003-09-19 08:24:34 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2003-09-19 06:24:34 +0000
commit04b67900da6e86b3218c3e64c94c12d9779e7039 (patch)
tree26f6ccbe4c951566b2f8dfafd54277cd50387a6b
parente7ab53ea69feee18ce98ade07d272d16534e89d8 (diff)
downloadgcc-04b67900da6e86b3218c3e64c94c12d9779e7039.zip
gcc-04b67900da6e86b3218c3e64c94c12d9779e7039.tar.gz
gcc-04b67900da6e86b3218c3e64c94c12d9779e7039.tar.bz2
re PR target/12166 (Profiled programs crash if PROFDIR is set)
PR target/12166 * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1. Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr> From-SVN: r71559
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/sparc/sol2-c1.asm4
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a27b12..b14cf7c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-19 T. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+ Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR target/12166
+ * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1.
+
2003-09-18 Mike Stump <mrs@apple.com>
* c-ppoutput.c (print): Use fileline typedef for field 'line'.
diff --git a/gcc/config/sparc/sol2-c1.asm b/gcc/config/sparc/sol2-c1.asm
index 894a8c3..a1cc68d 100644
--- a/gcc/config/sparc/sol2-c1.asm
+++ b/gcc/config/sparc/sol2-c1.asm
@@ -92,6 +92,10 @@ _start:
! access those data anyway. Instead, go straight to main:
mov %l0, %o0 ! argc
mov %l1, %o1 ! argv
+#ifdef GCRT1
+ setn(___Argv, %o4, %o3)
+ stn %o1, [%o3] ! *___Argv
+#endif
! Skip argc words past argv, to env:
sll %l0, CPTRSHIFT, %o2
add %o2, CPTRSIZE, %o2