comparison gcc/configure @ 38:27e6f95b2c21

mearge hgtags
author e075725
date Tue, 05 Jan 2010 17:33:06 +0900
parents 11a6cbe2d14c 855418dad1a3
children 326d9e06c2e3
comparison
equal deleted inserted replaced
35:3f5886e153cb 38:27e6f95b2c21
21684 echo "${ECHO_T}$gcc_cv_as_cfi_personality_directive" >&6 21684 echo "${ECHO_T}$gcc_cv_as_cfi_personality_directive" >&6
21685 21685
21686 21686
21687 cat >>confdefs.h <<_ACEOF 21687 cat >>confdefs.h <<_ACEOF
21688 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes; 21688 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes;
21689 then echo 1; else echo 0; fi`
21690 _ACEOF
21691
21692
21693 echo "$as_me:$LINENO: checking assembler for cfi sections directive" >&5
21694 echo $ECHO_N "checking assembler for cfi sections directive... $ECHO_C" >&6
21695 if test "${gcc_cv_as_cfi_sections_directive+set}" = set; then
21696 echo $ECHO_N "(cached) $ECHO_C" >&6
21697 else
21698 gcc_cv_as_cfi_sections_directive=no
21699 if test x$gcc_cv_as != x; then
21700 echo ' .text
21701 .cfi_sections .debug_frame, .eh_frame
21702 .cfi_startproc
21703 .cfi_endproc' > conftest.s
21704 if { ac_try='$gcc_cv_as -o conftest.o conftest.s >&5'
21705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21706 (eval $ac_try) 2>&5
21707 ac_status=$?
21708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21709 (exit $ac_status); }; }
21710 then
21711 gcc_cv_as_cfi_sections_directive=yes
21712 else
21713 echo "configure: failed program was" >&5
21714 cat conftest.s >&5
21715 fi
21716 rm -f conftest.o conftest.s
21717 fi
21718 fi
21719 echo "$as_me:$LINENO: result: $gcc_cv_as_cfi_sections_directive" >&5
21720 echo "${ECHO_T}$gcc_cv_as_cfi_sections_directive" >&6
21721
21722
21723 cat >>confdefs.h <<_ACEOF
21724 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes;
21689 then echo 1; else echo 0; fi` 21725 then echo 1; else echo 0; fi`
21690 _ACEOF 21726 _ACEOF
21691 21727
21692 21728
21693 # GAS versions up to and including 2.11.0 may mis-optimize 21729 # GAS versions up to and including 2.11.0 may mis-optimize