* config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 10 Nov 2010 18:00:42 +0000 (18:00 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 10 Nov 2010 18:00:42 +0000 (18:00 +0000)
From-SVN: r166549

gcc/ChangeLog
gcc/config/alpha/osf5.h

index 54da307227178a764dd38831a91ab0687eaf4e3c..cad87164fe7f7eefcb9f122827e86a93e8da5450 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
+
 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR tree-optimization/45971
index 759b4e799eca5d7cd0b8b01f7c518e9e1ff0da9e..4f639e2137b8b6576026bc5c8aa04ec048f71a8e 100644 (file)
@@ -127,12 +127,11 @@ along with GCC; see the file COPYING3.  If not see
    it always means that we get slightly larger than necessary object files
    if the user does not specify -g.  If we don't pass -g, then mips-tfile
    will need to be fixed to work in this case.  Pass -O0 since some
-   optimization are broken and don't help us anyway.  Pass -nocpp because
-   there's no point in running CPP on our assembler output.  */
+   optimization are broken and don't help us anyway.  */
 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0
-#define ASM_SPEC "%{malpha-as:-g " ASM_OLDAS_SPEC " -nocpp %{pg} -O0}"
+#define ASM_SPEC "%{malpha-as:-g " ASM_OLDAS_SPEC " %{pg} -O0}"
 #else
-#define ASM_SPEC "%{!mgas:-g " ASM_OLDAS_SPEC " -nocpp %{pg} -O0}"
+#define ASM_SPEC "%{!mgas:-g " ASM_OLDAS_SPEC " %{pg} -O0}"
 #endif
 
 /* Specify to run a post-processor, mips-tfile after the assembler