From 2a782c52ee25dcad5966c76476b062d5b5356b4b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Apr 2004 00:38:36 +0000 Subject: [PATCH] * gcc.c (default_compilers): Add missing initializers. From-SVN: r80538 --- gcc/ChangeLog | 2 ++ gcc/gcc.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 782543623ce..7aef7fc5f74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-04-08 Ian Lance Taylor + * gcc.c (default_compilers): Add missing initializers. + * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address): Return 1 if file was successfully mapped. diff --git a/gcc/gcc.c b/gcc/gcc.c index 3ab4dd95d87..e004697431e 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -951,7 +951,7 @@ static const struct compiler default_compilers[] = %W{o*:--output-pch=%*}%V}}}}}}", 0, 0, 0}, {".i", "@cpp-output", 0, 1, 0}, {"@cpp-output", - "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0}, + "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 1, 0}, {".s", "@assembler", 0, 1, 0}, {"@assembler", "%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}", 0, 1, 0}, -- 2.30.2