then gcc_cv_as_balign_and_p2align=yes
fi
elif test x$gcc_cv_as != x; then
- echo '.balign 4
+ $as_echo '.balign 4
.p2align 2' > conftest.s
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
then gcc_cv_as_max_skip_p2align=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_literal16=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_subsection_m1=yes
fi
elif test x$gcc_cv_as != x; then
- echo 'conftest_label1: .word 0
+ $as_echo 'conftest_label1: .word 0
.subsection -1
conftest_label2: .word 0
.previous' > conftest.s
then gcc_cv_as_weak=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_weakref=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_nsubspa_comdat=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .SPACE $TEXT$
+ $as_echo ' .SPACE $TEXT$
.NSUBSPA $CODE$,COMDAT' > conftest.s
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
then gcc_cv_as_hidden=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .hidden foobar
+ $as_echo ' .hidden foobar
foobar:' > conftest.s
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
then gcc_cv_as_leb128=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .data
+ $as_echo ' .data
.uleb128 L2 - L1
L1:
.uleb128 1280
else
gcc_cv_as_cfi_directive=no
if test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.cfi_startproc
.cfi_offset 0, 0
.cfi_same_value 1
else
gcc_cv_as_cfi_advance_working=no
if test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.cfi_startproc
.cfi_adjust_cfa_offset 64
.skip 75040, 0
else
gcc_cv_as_cfi_personality_directive=no
if test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.cfi_startproc
.cfi_personality 0, symbol
.cfi_endproc' > conftest.s
else
gcc_cv_as_cfi_sections_directive=no
if test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.cfi_sections .debug_frame, .eh_frame
.cfi_startproc
.cfi_endproc' > conftest.s
then gcc_cv_as_eh_frame=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.LFB1:
.4byte 0
.L1:
then gcc_cv_as_shf_merge=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_shf_merge=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_comdat_group=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_comdat_group_percent=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_comdat_group_group=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_discriminator=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.file 1 "conf.c"
.loc 1 1 0 discriminator 1' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
then gcc_cv_as_tls=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_alpha_explicit_relocs=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .set nomacro
+ $as_echo ' .set nomacro
.text
extbl $3, $2, $3 !lituse_bytoff!1
ldq $2, a($29) !literal!1
then gcc_cv_as_alpha_jsrdirect_relocs=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .set nomacro
+ $as_echo ' .set nomacro
.text
ldq $27, a($29) !literal!1
jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s
then gcc_cv_as_cris_no_mul_bug=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_sparc_register_op=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_sparc_relax=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_sparc_gotdata_op=no
if test x$gcc_cv_as != x; then
- echo '.text
+ $as_echo '.text
.align 4
foo:
nop
else
gcc_cv_as_sparc_ua_pcrel=no
if test x$gcc_cv_as != x; then
- echo '.text
+ $as_echo '.text
foo:
nop
.data
else
gcc_cv_as_sparc_ua_pcrel_hidden=no
if test x$gcc_cv_as != x; then
- echo '.data
+ $as_echo '.data
.align 4
.byte 0x31
.uaword %r_disp32(foo)
else
gcc_cv_as_sparc_offsetable_lo10=no
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' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -o conftest.o conftest.s >&5'
then gcc_cv_as_comm_has_align=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_ix86_pe_secrel32=yes
fi
elif test x$gcc_cv_as != x; then
- echo '.text
+ $as_echo '.text
foo: nop
.data
.secrel32 foo' > conftest.s
then gcc_cv_as_section_has_align=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_filds=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_fildq=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_cmov_sun_syntax=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_ffreep=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_quad=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_sahf=no
if test x$gcc_cv_as != x; then
- echo '.code64
+ $as_echo '.code64
sahf' > conftest.s
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
else
gcc_cv_as_ix86_swap=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_diff_sect_delta=no
if test x$gcc_cv_as != x; then
- echo '.section .rodata
+ $as_echo '.section .rodata
.L1:
.long .L2-.L1
.long .L3-.L1
then gcc_cv_as_ix86_gotoff_in_data=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
.L0:
nop
.data
else
gcc_cv_as_ix86_rep_lock_prefix=no
if test x$gcc_cv_as != x; then
- echo 'rep movsl
+ $as_echo 'rep movsl
lock addl %edi, (%eax,%esi)
lock orl $0, (%esp)' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
else
gcc_cv_as_ix86_tlsgdplt=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_ix86_tlsldmplt=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_ia64_ltoffx_ldxmov_relocs=yes
fi
elif test x$gcc_cv_as != x; then
- echo ' .text
+ $as_echo ' .text
addl r15 = @ltoffx(x#), gp
;;
ld8.mov r16 = [r15], x#' > conftest.s
else
gcc_cv_as_machine_directive=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_mfcrf=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_popcntb=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_fprnd=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_mfpgpr=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_rel16=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_cmpb=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_dfp=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_vsx=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_popcntd=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_lwsync=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_dci=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_gnu_attribute=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_powerpc_tls_markers=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then :
fi
elif test x$gcc_cv_as != x; then
- echo ' .csect stuff[rw]
+ $as_echo ' .csect stuff[rw]
stuff:
.long 1
.extern sym
then gcc_cv_as_mips_explicit_relocs=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_mips_no_shared=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_mips_gnu_attribute=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_mips_dtprelword=yes
fi
elif test x$gcc_cv_as != x; then
- echo '.section .tdata,"awT",@progbits
+ $as_echo '.section .tdata,"awT",@progbits
x:
.word 2
.text
else
gcc_cv_as_mips_dspr1_mult=no
if test x$gcc_cv_as != x; then
- echo ' .set mips32r2
+ $as_echo ' .set mips32r2
.set nodspr2
.set dsp
madd $ac3,$4,$5
then gcc_cv_as_dwarf2_debug_line=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_dwarf2_file_buggy=no
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
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
then gcc_cv_as_gdwarf2_flag=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_gstabs_flag=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_debug_prefix_map_flag=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
else
gcc_cv_as_lcomm_with_alignment=no
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
then gcc_cv_as_gnu_unique_object=yes
fi
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'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5