OSDN Git Service

* configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 2007 23:58:22 +0000 (23:58 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 2007 23:58:22 +0000 (23:58 +0000)
* configure: Regenerate.

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

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index f85cc79..9e43e9e 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-20  Mike Stump  <mrs@apple.com>
+
+       * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
+       * configure: Regenerate.
+
 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
 
        Change the defaults of some parameters and options.
 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
 
        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.
        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.
        (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
        lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
        * config/spu/spu.md (umask, nmask): Define.
        (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
        lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
        intrinsics.
 
 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
        intrinsics.
 
 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
-            DJ Delorie <dj@redhat.com>
+           DJ Delorie <dj@redhat.com>
 
        PR other/30824
        * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
 
        PR other/30824
        * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
index a2abfcc..e1f72d7 100755 (executable)
@@ -12292,6 +12292,7 @@ if test "${gcc_cv_mcontext_underscores+set}" = set; then
 else
   cat >conftest.$ac_ext <<_ACEOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
 
+#include <sys/cdefs.h>
 #include <sys/signal.h>
 #include <ucontext.h>
 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
 #include <sys/signal.h>
 #include <ucontext.h>
 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
index db9a0c3..ef2249b 100644 (file)
@@ -1334,6 +1334,7 @@ case ${host} in
     AC_CACHE_CHECK([whether mcontext_t fields have underscores],
       gcc_cv_mcontext_underscores,
       AC_COMPILE_IFELSE([
     AC_CACHE_CHECK([whether mcontext_t fields have underscores],
       gcc_cv_mcontext_underscores,
       AC_COMPILE_IFELSE([
+#include <sys/cdefs.h>
 #include <sys/signal.h>
 #include <ucontext.h>
 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
 #include <sys/signal.h>
 #include <ucontext.h>
 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }