From ba7da42a75dcdced58f7e7478015543902d937d7 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 21 Feb 2007 23:58:22 +0000 Subject: [PATCH] configure.ac (powerpc*-*-darwin*): #include . * configure.ac (powerpc*-*-darwin*): #include . * configure: Regenerate. From-SVN: r122211 --- gcc/ChangeLog | 9 +++++++-- gcc/configure | 1 + gcc/configure.ac | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f85cc7957af..9e43e9eb9ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-02-20 Mike Stump + + * configure.ac (powerpc*-*-darwin*): #include . + * configure: Regenerate. + 2007-02-21 Trevor Smigiel Change the defaults of some parameters and options. @@ -20,7 +25,7 @@ Make sure shift and rotate instructions have valid immediate operands. * config/spu/predicates.md (spu_shift_operand): Remove. * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers. - * config/spu/constraints.md (W, O): Extend range. + * config/spu/constraints.md (W, O): Extend range. * config/spu/spu.md (umask, nmask): Define. (ashl3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti, lshr3, rotm_, lshr3_imm, rotqmbybi_, @@ -205,7 +210,7 @@ intrinsics. 2007-02-20 Manuel Lopez-Ibanez - DJ Delorie + DJ Delorie PR other/30824 * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to... diff --git a/gcc/configure b/gcc/configure index a2abfccbbc1..e1f72d78463 100755 --- a/gcc/configure +++ b/gcc/configure @@ -12292,6 +12292,7 @@ if test "${gcc_cv_mcontext_underscores+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF +#include #include #include int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; } diff --git a/gcc/configure.ac b/gcc/configure.ac index db9a0c3d02f..ef2249b4280 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1334,6 +1334,7 @@ case ${host} in AC_CACHE_CHECK([whether mcontext_t fields have underscores], gcc_cv_mcontext_underscores, AC_COMPILE_IFELSE([ +#include #include #include int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }