OSDN Git Service

gcc:
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Apr 2010 14:48:46 +0000 (14:48 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:52:06 +0000 (09:52 +0900)
PR target/43643
* config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.

gcc/testsuite:
PR target/43643
* gcc.dg/pr43643.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158130 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr43643.c

index e23b3fb..0d9eb6d 100644 (file)
@@ -1,5 +1,10 @@
 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
+       PR target/43643
+       * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
+
+2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
        * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
        (Specific, *-*-solaris2*): Likewise.
        Don't prefer Sun as over GNU as.
index d46f375..738ee29 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/43643
+       * gcc.dg/pr43643.c: New test.
+
 2010-04-08  Tobias Burnus  <burnus@net-b.de>
 
        * gfortran.dg/iso_fortran_env_6.f90: Add more checks.
index b0c57c0..7fbbfc2 100644 (file)
@@ -3,7 +3,6 @@
 /* { dg-do run } */
 /* { dg-require-profiling "-pg" } */
 /* { dg-options "-O2 -pg" } */
-/* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
 
 extern char *strdup (const char *);