OSDN Git Service

gcc:
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Mar 2010 20:12:34 +0000 (20:12 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:14:06 +0000 (14:14 +0900)
PR target/38085
* config/i386/i386.c (x86_function_profiler)
[!NO_PROFILE_COUNTERS]: Fix typo.
* config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
instead of callq.

libgcc:
PR target/38085
* config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
MULTILIB_CFLAGS.
($(T)gcrt1.o): Likewise.
($(T)crt1.o): Likewise.
($(T)crti.o): Likewise.
($(T)crtn.o): Likewise.

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

gcc/ChangeLog
libgcc/ChangeLog

index 6b9ea0e..67f099e 100644 (file)
@@ -1,3 +1,11 @@
+2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/38085
+       * config/i386/i386.c (x86_function_profiler)
+       [!NO_PROFILE_COUNTERS]: Fix typo.
+       * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
+       instead of callq.
+
 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
            Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
 
 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
            Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
 
index 3a3844d..db348ba 100644 (file)
@@ -1,39 +1,3 @@
-2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
-
-       * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
-
-2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-       * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
-       alpha-dec-osf5.0* support.
-
-2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
-
-       * config.host: Add lm32-*-rtems*.
-
-2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-           Uros Bizjak <ubizjak@gmail.com>
-
-       PR target/39048
-       * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
-       like other remaining 32-bit x86 OSes.
-       * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
-       assembler syntax.
-       * config/i386/libgcc-sol2.ver: New file.
-       * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
-
-2010-03-30  Jack Howarth <howarth@bromo.med.uc.edu>
-
-       PR c/43553
-       * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
-       * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
-       is used and substitute set_use_emutls.
-       * configure: Regenerated.
-
-2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
-
-       * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
-
 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR target/38085
 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR target/38085