acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.

gcc/
	* acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
	* configure: Regenerate.

From-SVN: r176248
This commit is contained in:
Thomas Schwinge 2011-07-13 21:17:21 +02:00 committed by Thomas Schwinge
parent b4d80e5681
commit dddc67624e
3 changed files with 80 additions and 75 deletions

View File

@ -1,3 +1,8 @@
2011-07-13 Thomas Schwinge <thomas@schwinge.name>
* acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
* configure: Regenerate.
2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/spu.c (TARGET_ASM_FILE_START): Do not define. * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.

View File

@ -1,4 +1,4 @@
dnl Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. dnl Copyright (C) 2005, 2006, 2007, 2008, 2011 Free Software Foundation, Inc.
dnl dnl
dnl This file is part of GCC. dnl This file is part of GCC.
dnl dnl
@ -583,7 +583,7 @@ AC_CACHE_CHECK([assembler for $1], [$2],
if test $in_tree_gas = yes; then if test $in_tree_gas = yes; then
gcc_GAS_VERSION_GTE_IFELSE($3, [[$2]=yes]) gcc_GAS_VERSION_GTE_IFELSE($3, [[$2]=yes])
el])if test x$gcc_cv_as != x; then el])if test x$gcc_cv_as != x; then
echo ifelse(m4_substr([$5],0,1),[$], "[$5]", '[$5]') > conftest.s AS_ECHO([ifelse(m4_substr([$5],0,1),[$], "[$5]", '[$5]')]) > conftest.s
if AC_TRY_COMMAND([$gcc_cv_as $gcc_cv_as_flags $4 -o conftest.o conftest.s >&AS_MESSAGE_LOG_FD]) if AC_TRY_COMMAND([$gcc_cv_as $gcc_cv_as_flags $4 -o conftest.o conftest.s >&AS_MESSAGE_LOG_FD])
then then
ifelse([$6],, [$2]=yes, [$6]) ifelse([$6],, [$2]=yes, [$6])

146
gcc/configure vendored
View File

@ -21504,7 +21504,7 @@ else
then gcc_cv_as_balign_and_p2align=yes then gcc_cv_as_balign_and_p2align=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.balign 4 $as_echo '.balign 4
.p2align 2' > conftest.s .p2align 2' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
@ -21540,7 +21540,7 @@ else
then gcc_cv_as_max_skip_p2align=yes then gcc_cv_as_max_skip_p2align=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.p2align 4,,7' > conftest.s $as_echo '.p2align 4,,7' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -21575,7 +21575,7 @@ else
then gcc_cv_as_literal16=yes then gcc_cv_as_literal16=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.literal16' > conftest.s $as_echo '.literal16' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -21611,7 +21611,7 @@ else
then gcc_cv_as_subsection_m1=yes then gcc_cv_as_subsection_m1=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo 'conftest_label1: .word 0 $as_echo 'conftest_label1: .word 0
.subsection -1 .subsection -1
conftest_label2: .word 0 conftest_label2: .word 0
.previous' > conftest.s .previous' > conftest.s
@ -21657,7 +21657,7 @@ else
then gcc_cv_as_weak=yes then gcc_cv_as_weak=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .weak foobar' > conftest.s $as_echo ' .weak foobar' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -21692,7 +21692,7 @@ else
then gcc_cv_as_weakref=yes then gcc_cv_as_weakref=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .weakref foobar, barfnot' > conftest.s $as_echo ' .weakref foobar, barfnot' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -21727,7 +21727,7 @@ else
then gcc_cv_as_nsubspa_comdat=yes then gcc_cv_as_nsubspa_comdat=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .SPACE $TEXT$ $as_echo ' .SPACE $TEXT$
.NSUBSPA $CODE$,COMDAT' > conftest.s .NSUBSPA $CODE$,COMDAT' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
@ -21771,7 +21771,7 @@ else
then gcc_cv_as_hidden=yes then gcc_cv_as_hidden=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .hidden foobar $as_echo ' .hidden foobar
foobar:' > conftest.s foobar:' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
@ -22021,7 +22021,7 @@ else
then gcc_cv_as_leb128=yes then gcc_cv_as_leb128=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .data $as_echo ' .data
.uleb128 L2 - L1 .uleb128 L2 - L1
L1: L1:
.uleb128 1280 .uleb128 1280
@ -22073,7 +22073,7 @@ if test "${gcc_cv_as_cfi_directive+set}" = set; then :
else else
gcc_cv_as_cfi_directive=no gcc_cv_as_cfi_directive=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.cfi_startproc .cfi_startproc
.cfi_offset 0, 0 .cfi_offset 0, 0
.cfi_same_value 1 .cfi_same_value 1
@ -22146,7 +22146,7 @@ if test "${gcc_cv_as_cfi_advance_working+set}" = set; then :
else else
gcc_cv_as_cfi_advance_working=no gcc_cv_as_cfi_advance_working=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.cfi_startproc .cfi_startproc
.cfi_adjust_cfa_offset 64 .cfi_adjust_cfa_offset 64
.skip 75040, 0 .skip 75040, 0
@ -22195,7 +22195,7 @@ if test "${gcc_cv_as_cfi_personality_directive+set}" = set; then :
else else
gcc_cv_as_cfi_personality_directive=no gcc_cv_as_cfi_personality_directive=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.cfi_startproc .cfi_startproc
.cfi_personality 0, symbol .cfi_personality 0, symbol
.cfi_endproc' > conftest.s .cfi_endproc' > conftest.s
@ -22231,7 +22231,7 @@ if test "${gcc_cv_as_cfi_sections_directive+set}" = set; then :
else else
gcc_cv_as_cfi_sections_directive=no gcc_cv_as_cfi_sections_directive=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.cfi_sections .debug_frame, .eh_frame .cfi_sections .debug_frame, .eh_frame
.cfi_startproc .cfi_startproc
.cfi_endproc' > conftest.s .cfi_endproc' > conftest.s
@ -22290,7 +22290,7 @@ else
then gcc_cv_as_eh_frame=yes then gcc_cv_as_eh_frame=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.LFB1: .LFB1:
.4byte 0 .4byte 0
.L1: .L1:
@ -22391,7 +22391,7 @@ else
then gcc_cv_as_shf_merge=yes then gcc_cv_as_shf_merge=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s $as_echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -22423,7 +22423,7 @@ else
then gcc_cv_as_shf_merge=yes then gcc_cv_as_shf_merge=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section .rodata.str, "aMS", %progbits, 1' > conftest.s $as_echo '.section .rodata.str, "aMS", %progbits, 1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -22461,7 +22461,7 @@ else
then gcc_cv_as_comdat_group=yes then gcc_cv_as_comdat_group=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s $as_echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -22496,7 +22496,7 @@ else
then gcc_cv_as_comdat_group_percent=yes then gcc_cv_as_comdat_group_percent=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section .text,"axG",%progbits,.foo,comdat' > conftest.s $as_echo '.section .text,"axG",%progbits,.foo,comdat' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -22546,7 +22546,7 @@ if test "${gcc_cv_as_comdat_group_group+set}" = set; then :
else else
gcc_cv_as_comdat_group_group=no gcc_cv_as_comdat_group_group=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -22643,7 +22643,7 @@ else
then gcc_cv_as_discriminator=yes then gcc_cv_as_discriminator=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.file 1 "conf.c" .file 1 "conf.c"
.loc 1 1 0 discriminator 1' > conftest.s .loc 1 1 0 discriminator 1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
@ -23056,7 +23056,7 @@ else
then gcc_cv_as_tls=yes then gcc_cv_as_tls=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags $tls_as_opt -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags $tls_as_opt -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23399,7 +23399,7 @@ else
then gcc_cv_as_alpha_explicit_relocs=yes then gcc_cv_as_alpha_explicit_relocs=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .set nomacro $as_echo ' .set nomacro
.text .text
extbl $3, $2, $3 !lituse_bytoff!1 extbl $3, $2, $3 !lituse_bytoff!1
ldq $2, a($29) !literal!1 ldq $2, a($29) !literal!1
@ -23445,7 +23445,7 @@ else
then gcc_cv_as_alpha_jsrdirect_relocs=yes then gcc_cv_as_alpha_jsrdirect_relocs=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .set nomacro $as_echo ' .set nomacro
.text .text
ldq $27, a($29) !literal!1 ldq $27, a($29) !literal!1
jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s
@ -23485,7 +23485,7 @@ else
then gcc_cv_as_cris_no_mul_bug=yes then gcc_cv_as_cris_no_mul_bug=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.text' > conftest.s $as_echo '.text' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -no-mul-bug-abort -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -no-mul-bug-abort -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23518,7 +23518,7 @@ if test "${gcc_cv_as_sparc_register_op+set}" = set; then :
else else
gcc_cv_as_sparc_register_op=no gcc_cv_as_sparc_register_op=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.register %g2, #scratch' > conftest.s $as_echo '.register %g2, #scratch' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23549,7 +23549,7 @@ if test "${gcc_cv_as_sparc_relax+set}" = set; then :
else else
gcc_cv_as_sparc_relax=no gcc_cv_as_sparc_relax=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.text' > conftest.s $as_echo '.text' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -relax -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -relax -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23580,7 +23580,7 @@ if test "${gcc_cv_as_sparc_gotdata_op+set}" = set; then :
else else
gcc_cv_as_sparc_gotdata_op=no gcc_cv_as_sparc_gotdata_op=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.text $as_echo '.text
.align 4 .align 4
foo: foo:
nop nop
@ -23629,7 +23629,7 @@ if test "${gcc_cv_as_sparc_ua_pcrel+set}" = set; then :
else else
gcc_cv_as_sparc_ua_pcrel=no gcc_cv_as_sparc_ua_pcrel=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.text $as_echo '.text
foo: foo:
nop nop
.data .data
@ -23669,7 +23669,7 @@ if test "${gcc_cv_as_sparc_ua_pcrel_hidden+set}" = set; then :
else else
gcc_cv_as_sparc_ua_pcrel_hidden=no gcc_cv_as_sparc_ua_pcrel_hidden=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.data $as_echo '.data
.align 4 .align 4
.byte 0x31 .byte 0x31
.uaword %r_disp32(foo) .uaword %r_disp32(foo)
@ -23721,7 +23721,7 @@ if test "${gcc_cv_as_sparc_offsetable_lo10+set}" = set; then :
else else
gcc_cv_as_sparc_offsetable_lo10=no gcc_cv_as_sparc_offsetable_lo10=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.text $as_echo '.text
or %g1, %lo(ab) + 12, %g1 or %g1, %lo(ab) + 12, %g1
or %g1, %lo(ab + 12), %g1' > conftest.s or %g1, %lo(ab + 12), %g1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -o conftest.o conftest.s >&5'
@ -23795,7 +23795,7 @@ else
then gcc_cv_as_comm_has_align=yes then gcc_cv_as_comm_has_align=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.comm foo,1,32' > conftest.s $as_echo '.comm foo,1,32' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23831,7 +23831,7 @@ else
then gcc_cv_as_ix86_pe_secrel32=yes then gcc_cv_as_ix86_pe_secrel32=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.text $as_echo '.text
foo: nop foo: nop
.data .data
.secrel32 foo' > conftest.s .secrel32 foo' > conftest.s
@ -23876,7 +23876,7 @@ else
then gcc_cv_as_section_has_align=yes then gcc_cv_as_section_has_align=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section lto_test,"dr0"' > conftest.s $as_echo '.section lto_test,"dr0"' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -fatal-warnings -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -fatal-warnings -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23913,7 +23913,7 @@ if test "${gcc_cv_as_ix86_filds+set}" = set; then :
else else
gcc_cv_as_ix86_filds=no gcc_cv_as_ix86_filds=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'filds mem; fists mem' > conftest.s $as_echo 'filds mem; fists mem' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23944,7 +23944,7 @@ if test "${gcc_cv_as_ix86_fildq+set}" = set; then :
else else
gcc_cv_as_ix86_fildq=no gcc_cv_as_ix86_fildq=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'fildq mem; fistpq mem' > conftest.s $as_echo 'fildq mem; fistpq mem' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -23975,7 +23975,7 @@ if test "${gcc_cv_as_ix86_cmov_sun_syntax+set}" = set; then :
else else
gcc_cv_as_ix86_cmov_sun_syntax=no gcc_cv_as_ix86_cmov_sun_syntax=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'cmovl.l %edx, %eax' > conftest.s $as_echo 'cmovl.l %edx, %eax' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24006,7 +24006,7 @@ if test "${gcc_cv_as_ix86_ffreep+set}" = set; then :
else else
gcc_cv_as_ix86_ffreep=no gcc_cv_as_ix86_ffreep=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'ffreep %st(1)' > conftest.s $as_echo 'ffreep %st(1)' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24037,7 +24037,7 @@ if test "${gcc_cv_as_ix86_quad+set}" = set; then :
else else
gcc_cv_as_ix86_quad=no gcc_cv_as_ix86_quad=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.quad 0' > conftest.s $as_echo '.quad 0' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24068,7 +24068,7 @@ if test "${gcc_cv_as_ix86_sahf+set}" = set; then :
else else
gcc_cv_as_ix86_sahf=no gcc_cv_as_ix86_sahf=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.code64 $as_echo '.code64
sahf' > conftest.s sahf' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
@ -24100,7 +24100,7 @@ if test "${gcc_cv_as_ix86_swap+set}" = set; then :
else else
gcc_cv_as_ix86_swap=no gcc_cv_as_ix86_swap=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'movl.s %esp, %ebp' > conftest.s $as_echo 'movl.s %esp, %ebp' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24131,7 +24131,7 @@ if test "${gcc_cv_as_ix86_diff_sect_delta+set}" = set; then :
else else
gcc_cv_as_ix86_diff_sect_delta=no gcc_cv_as_ix86_diff_sect_delta=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.section .rodata $as_echo '.section .rodata
.L1: .L1:
.long .L2-.L1 .long .L2-.L1
.long .L3-.L1 .long .L3-.L1
@ -24174,7 +24174,7 @@ else
then gcc_cv_as_ix86_gotoff_in_data=yes then gcc_cv_as_ix86_gotoff_in_data=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
.L0: .L0:
nop nop
.data .data
@ -24210,7 +24210,7 @@ if test "${gcc_cv_as_ix86_rep_lock_prefix+set}" = set; then :
else else
gcc_cv_as_ix86_rep_lock_prefix=no gcc_cv_as_ix86_rep_lock_prefix=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'rep movsl $as_echo 'rep movsl
lock addl %edi, (%eax,%esi) lock addl %edi, (%eax,%esi)
lock orl $0, (%esp)' > conftest.s lock orl $0, (%esp)' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
@ -24243,7 +24243,7 @@ if test "${gcc_cv_as_ix86_tlsgdplt+set}" = set; then :
else else
gcc_cv_as_ix86_tlsgdplt=no gcc_cv_as_ix86_tlsgdplt=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'call tls_gd@tlsgdplt' > conftest.s $as_echo 'call tls_gd@tlsgdplt' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24274,7 +24274,7 @@ if test "${gcc_cv_as_ix86_tlsldmplt+set}" = set; then :
else else
gcc_cv_as_ix86_tlsldmplt=no gcc_cv_as_ix86_tlsldmplt=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo 'call tls_ld@tlsldmplt' > conftest.s $as_echo 'call tls_ld@tlsldmplt' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24312,7 +24312,7 @@ else
then gcc_cv_as_ia64_ltoffx_ldxmov_relocs=yes then gcc_cv_as_ia64_ltoffx_ldxmov_relocs=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .text $as_echo ' .text
addl r15 = @ltoffx(x#), gp addl r15 = @ltoffx(x#), gp
;; ;;
ld8.mov r16 = [r15], x#' > conftest.s ld8.mov r16 = [r15], x#' > conftest.s
@ -24354,7 +24354,7 @@ if test "${gcc_cv_as_machine_directive+set}" = set; then :
else else
gcc_cv_as_machine_directive=no gcc_cv_as_machine_directive=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .machine ppc7400' > conftest.s $as_echo ' .machine ppc7400' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24396,7 +24396,7 @@ else
then gcc_cv_as_powerpc_mfcrf=yes then gcc_cv_as_powerpc_mfcrf=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24440,7 +24440,7 @@ else
then gcc_cv_as_powerpc_popcntb=yes then gcc_cv_as_powerpc_popcntb=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24484,7 +24484,7 @@ else
then gcc_cv_as_powerpc_fprnd=yes then gcc_cv_as_powerpc_fprnd=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24528,7 +24528,7 @@ else
then gcc_cv_as_powerpc_mfpgpr=yes then gcc_cv_as_powerpc_mfpgpr=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24576,7 +24576,7 @@ else
then gcc_cv_as_powerpc_rel16=yes then gcc_cv_as_powerpc_rel16=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24620,7 +24620,7 @@ else
then gcc_cv_as_powerpc_cmpb=yes then gcc_cv_as_powerpc_cmpb=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24664,7 +24664,7 @@ else
then gcc_cv_as_powerpc_dfp=yes then gcc_cv_as_powerpc_dfp=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24708,7 +24708,7 @@ else
then gcc_cv_as_powerpc_vsx=yes then gcc_cv_as_powerpc_vsx=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24752,7 +24752,7 @@ else
then gcc_cv_as_powerpc_popcntd=yes then gcc_cv_as_powerpc_popcntd=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24794,7 +24794,7 @@ else
then gcc_cv_as_powerpc_lwsync=yes then gcc_cv_as_powerpc_lwsync=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24838,7 +24838,7 @@ else
then gcc_cv_as_powerpc_dci=yes then gcc_cv_as_powerpc_dci=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24873,7 +24873,7 @@ else
then gcc_cv_as_powerpc_gnu_attribute=yes then gcc_cv_as_powerpc_gnu_attribute=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.gnu_attribute 4,1' > conftest.s $as_echo '.gnu_attribute 4,1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24908,7 +24908,7 @@ else
then gcc_cv_as_powerpc_tls_markers=yes then gcc_cv_as_powerpc_tls_markers=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' bl __tls_get_addr(x@tlsgd)' > conftest.s $as_echo ' bl __tls_get_addr(x@tlsgd)' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -24945,7 +24945,7 @@ else
then : then :
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' .csect stuff[rw] $as_echo ' .csect stuff[rw]
stuff: stuff:
.long 1 .long 1
.extern sym .extern sym
@ -24989,7 +24989,7 @@ else
then gcc_cv_as_mips_explicit_relocs=yes then gcc_cv_as_mips_explicit_relocs=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo ' lw $4,%gp_rel(foo)($4)' > conftest.s $as_echo ' lw $4,%gp_rel(foo)($4)' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25024,7 +25024,7 @@ else
then gcc_cv_as_mips_no_shared=yes then gcc_cv_as_mips_no_shared=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo 'nop' > conftest.s $as_echo 'nop' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mno-shared -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mno-shared -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25059,7 +25059,7 @@ else
then gcc_cv_as_mips_gnu_attribute=yes then gcc_cv_as_mips_gnu_attribute=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.gnu_attribute 4,1' > conftest.s $as_echo '.gnu_attribute 4,1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25094,7 +25094,7 @@ else
then gcc_cv_as_mips_dtprelword=yes then gcc_cv_as_mips_dtprelword=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.section .tdata,"awT",@progbits $as_echo '.section .tdata,"awT",@progbits
x: x:
.word 2 .word 2
.text .text
@ -25129,7 +25129,7 @@ if test "${gcc_cv_as_mips_dspr1_mult+set}" = set; then :
else else
gcc_cv_as_mips_dspr1_mult=no gcc_cv_as_mips_dspr1_mult=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .set mips32r2 $as_echo ' .set mips32r2
.set nodspr2 .set nodspr2
.set dsp .set dsp
madd $ac3,$4,$5 madd $ac3,$4,$5
@ -25304,7 +25304,7 @@ else
then gcc_cv_as_dwarf2_debug_line=yes then gcc_cv_as_dwarf2_debug_line=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$conftest_s" > conftest.s $as_echo "$conftest_s" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25339,7 +25339,7 @@ if test "${gcc_cv_as_dwarf2_file_buggy+set}" = set; then :
else else
gcc_cv_as_dwarf2_file_buggy=no gcc_cv_as_dwarf2_file_buggy=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo ' .file 1 "foo.s" $as_echo ' .file 1 "foo.s"
.file 1 "bar.s"' > conftest.s .file 1 "bar.s"' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
@ -25379,7 +25379,7 @@ else
then gcc_cv_as_gdwarf2_flag=yes then gcc_cv_as_gdwarf2_flag=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$insn" > conftest.s $as_echo "$insn" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gdwarf2 -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gdwarf2 -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25415,7 +25415,7 @@ else
then gcc_cv_as_gstabs_flag=yes then gcc_cv_as_gstabs_flag=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$insn" > conftest.s $as_echo "$insn" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gstabs -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gstabs -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25461,7 +25461,7 @@ else
then gcc_cv_as_debug_prefix_map_flag=yes then gcc_cv_as_debug_prefix_map_flag=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo "$insn" > conftest.s $as_echo "$insn" > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags --debug-prefix-map /a=/b -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags --debug-prefix-map /a=/b -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25493,7 +25493,7 @@ if test "${gcc_cv_as_lcomm_with_alignment+set}" = set; then :
else else
gcc_cv_as_lcomm_with_alignment=no gcc_cv_as_lcomm_with_alignment=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
echo '.lcomm bar,4,16' > conftest.s $as_echo '.lcomm bar,4,16' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
@ -25537,7 +25537,7 @@ else
then gcc_cv_as_gnu_unique_object=yes then gcc_cv_as_gnu_unique_object=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
echo '.type foo, @gnu_unique_object' > conftest.s $as_echo '.type foo, @gnu_unique_object' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5