mirror of git://gcc.gnu.org/git/gcc.git
* configure: Regenerate for config/accross.m4 correction.
From-SVN: r79147
This commit is contained in:
parent
41d4b97939
commit
3beb131556
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure: Regenerate for config/accross.m4 correction.
|
||||||
|
|
||||||
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
|
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.in: Rename file to ...
|
* configure.in: Rename file to ...
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure: Regenerate for config/accross.m4 correction.
|
||||||
|
|
||||||
2004-03-08 Joel Sherrill <joel@oarcorp.com>
|
2004-03-08 Joel Sherrill <joel@oarcorp.com>
|
||||||
|
|
||||||
PR target/14480
|
PR target/14480
|
||||||
|
|
|
@ -6296,7 +6296,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
|
||||||
int main() { _ascii (); _ebcdic (); return 0; }
|
int main() { _ascii (); _ebcdic (); return 0; }
|
||||||
EOF
|
EOF
|
||||||
if test -f conftest.c ; then
|
if test -f conftest.c ; then
|
||||||
if ${CC-cc} ${CFLAGS} conftest.c -o conftest.o && test -f conftest.o ; then
|
if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
|
||||||
if test `grep -l BIGenDianSyS conftest.o` ; then
|
if test `grep -l BIGenDianSyS conftest.o` ; then
|
||||||
echo $ac_n ' big endian probe OK, ' 1>&6
|
echo $ac_n ' big endian probe OK, ' 1>&6
|
||||||
ac_cv_c_bigendian=yes
|
ac_cv_c_bigendian=yes
|
||||||
|
@ -6336,9 +6336,9 @@ cat >>confdefs.h <<_ACEOF
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
if test $ac_cv_c_bigendian = unknown; then
|
if test $ac_cv_c_bigendian = unknown; then
|
||||||
{ { echo "$as_me:$LINENO: error: unknown endianess - sorry" >&5
|
{ { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
|
||||||
echo "$as_me: error: unknown endianess - sorry" >&2;}
|
echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
|
||||||
{ (exit please pre-set ac_cv_c_bigendian); exit please pre-set ac_cv_c_bigendian; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure: Regenerate for config/accross.m4 correction.
|
||||||
|
|
||||||
2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
|
2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
|
||||||
|
|
||||||
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
|
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
|
||||||
|
|
|
@ -3491,7 +3491,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
|
||||||
int main() { _ascii (); _ebcdic (); return 0; }
|
int main() { _ascii (); _ebcdic (); return 0; }
|
||||||
EOF
|
EOF
|
||||||
if test -f conftest.c ; then
|
if test -f conftest.c ; then
|
||||||
if ${CC-cc} ${CFLAGS} conftest.c -o conftest.o && test -f conftest.o ; then
|
if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
|
||||||
if test `grep -l BIGenDianSyS conftest.o` ; then
|
if test `grep -l BIGenDianSyS conftest.o` ; then
|
||||||
echo $ac_n ' big endian probe OK, ' 1>&6
|
echo $ac_n ' big endian probe OK, ' 1>&6
|
||||||
ac_cv_c_bigendian=yes
|
ac_cv_c_bigendian=yes
|
||||||
|
@ -3527,7 +3527,7 @@ cat >> confdefs.h <<EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if test $ac_cv_c_bigendian = unknown; then
|
if test $ac_cv_c_bigendian = unknown; then
|
||||||
{ echo "configure: error: unknown endianess - sorry" 1>&2; exit 1; }
|
{ echo "configure: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" 1>&2; exit 1; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* configure: Regenerate for config/accross.m4 correction.
|
||||||
|
|
||||||
2004-03-07 Andreas Jaeger <aj@suse.de>
|
2004-03-07 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
|
* testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue