]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jan 2011 18:46:24 +0000 (18:46 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jan 2011 18:46:24 +0000 (18:46 +0000)
* config/mips/mips.h (CC1_SPEC): Likewise.

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

gcc/ChangeLog
gcc/config/microblaze/microblaze.h
gcc/config/mips/mips.h

index 0b1d4b56d0838d16f60a02b0354333aeac2f3cd1..31fb47fd68bd2e04c777e8ad1ff2d9655d7aa853 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
+       * config/mips/mips.h (CC1_SPEC): Likewise.
+
 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
 
        * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
index 5c9a97c64f98e4c7171ccd3880474742dce941a6..4e94df907b33706164fcbb9ec47304ca1c04e875 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler for Xilinx MicroBlaze.
-   Copyright 2009, 2010 Free Software Foundation, Inc.
+   Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
 
    Contributed by Michael Eager <eager@eagercon.com>.
 
@@ -94,7 +94,6 @@ extern enum pipeline_type microblaze_pipe;
 #ifndef CC1_SPEC
 #define CC1_SPEC " \
 %{G*} %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
-%{save-temps: } \
 %(subtarget_cc1_spec) \
 %{mxl-multiply-high:-mcpu=v6.00.a} \
 "
index e39aa6c9e4e15841d1f842540fe3d33e8b29585d..4d4bef56aa40a89d8d498ca8245b3c7280648aaf 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS version.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
+   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by A. Lichnewsky (lich@inria.inria.fr).
    Changed by Michael Meissner (meissner@osf.org).
@@ -1170,7 +1170,6 @@ enum mips_code_readable_setting {
 #define CC1_SPEC "\
 %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
 %{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} \
-%{save-temps: } \
 %(subtarget_cc1_spec)"
 
 /* Preprocessor specs.  */