/sysdeps/powerpc/powerpc64/ |
A D | Makefile | 19 no-special-regs := $(sort $(foreach n,40 41 50 51 60 61 62 63 \ 31 no-special-regs += -mabi=ibmlongdouble 36 CFLAGS-dl-runtime.os = $(no-special-regs) 37 CFLAGS-dl-lookup.os = $(no-special-regs) 38 CFLAGS-dl-misc.os = $(no-special-regs) 39 CFLAGS-rtld-mempcpy.os = $(no-special-regs) 40 CFLAGS-rtld-memmove.os = $(no-special-regs) 41 CFLAGS-rtld-memchr.os = $(no-special-regs) 42 CFLAGS-rtld-strnlen.os = $(no-special-regs) 53 CFLAGS-mcount.c += $(no-special-regs)
|
A D | configure.ac | 6 libc_cv_overlapping_opd=no 25 # We check if compiler supports @notoc generation since there is no 35 libc_cv_ppc64_notoc=no
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | configure.ac | 15 libc_cv_mlong_double_128ibm=no) 18 if test "$libc_cv_mlong_double_128ibm" = no; then 29 libc_cv_mabi_ibmlongdouble=no) 39 LIBC_LINKER_FEATURE([--no-tls-get-addr-optimize], [-Wl,--no-tls-get-addr-optimize], 40 [libc_cv_tls_get_addr_optimize=yes], [libc_cv_tls_get_addr_optimize=no])
|
A D | configure | 30 libc_cv_mlong_double_128ibm=no 38 if test "$libc_cv_mlong_double_128ibm" = no; then 64 libc_cv_mabi_ibmlongdouble=no 79 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports --no-tls-get-addr-optimi… 80 $as_echo_n "checking for linker that supports --no-tls-get-addr-optimize... " >&6; } 81 libc_linker_feature=no 87 -Wl,--no-tls-get-addr-optimize -nostdlib -nostartfiles 103 libc_cv_tls_get_addr_optimize=no
|
/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
A D | configure.ac | 12 ], libc_cv_ppc64_elfv2_abi=yes, libc_cv_ppc64_elfv2_abi=no)]) 25 ], libc_cv_ppc64_def_call_elf=yes, libc_cv_ppc64_def_call_elf=no)]) 26 if test $libc_cv_ppc64_def_call_elf = no; then 36 ], arch_minimum_kernel=3.10.0, libc_cv_ppc64_le=no)])
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | configure.ac | 7 libc_cv_riscv_int_abi=no 12 if test $libc_cv_riscv_int_abi = no; then 20 libc_cv_riscv_float_abi=no 29 if test "$libc_cv_riscv_float_abi" = no; then
|
/sysdeps/sparc/sparc32/ |
A D | configure.ac | 10 ], libc_cv_sparcv8=yes, libc_cv_sparcv8=no)]) 11 if test $libc_cv_sparcv8 = no; then 12 AC_MSG_ERROR([no support for pre-v8 sparc]) 27 libc_cv_cas_uses_libatomic=no
|
/sysdeps/x86/ |
A D | configure.ac | 4 if test $enable_cet != no; then 16 libc_cv_x86_cet_available=no 23 if test $enable_cet != no; then 33 libc_cv_x86_cet_as=no 36 if test $libc_cv_x86_cet_as = no; then 100 libc_cv_include_x86_isa_level=no 112 libc_cv_have_x86_lahf_sahf=no 121 libc_cv_have_x86_movbe=no
|
A D | configure | 4 if test $enable_cet != no; then 24 libc_cv_x86_cet_available=no 34 if test $enable_cet != no; then 52 libc_cv_x86_cet_as=no 58 if test $libc_cv_x86_cet_as = no; then 128 libc_cv_include_x86_isa_level=no 152 libc_cv_have_x86_lahf_sahf=no 173 libc_cv_have_x86_movbe=no
|
/sysdeps/arc/ |
A D | Makefile | 21 long-double-fcts = no
|
A D | configure.ac | 5 libc_cv_have_sdata_section=no 19 ], libc_cv_arc_be=yes, libc_cv_arc_be=no)])
|
/sysdeps/powerpc/powerpc64/le/ |
A D | Makefile | 8 no-gnu-attribute-CFLAGS = 12 no-gnu-attribute-CFLAGS = -mno-gnu-attribute 25 sysdep-CFLAGS += -mabi=ieeelongdouble -Wno-psabi $(no-gnu-attribute-CFLAGS) 30 $(filter-out $(no-gnu-attribute-CFLAGS),$(compile.c)) -o $(basename $@).o 64 $(foreach suf,$(all-object-suffixes),%f128$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-attri… 65 $(foreach suf,$(all-object-suffixes),%f128_r$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-att… 120 $(foreach suf,$(all-object-suffixes),%f128$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-attri… 121 $(foreach suf,$(all-object-suffixes),%f128_l$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-att… 122 $(foreach suf,$(all-object-suffixes),%f128_nan$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-a… 164 CFLAGS-difftime.c += $(no-gnu-attribute-CFLAGS) [all …]
|
A D | configure.ac | 15 [libc_cv_target_power8_ok=no])]) 28 [libc_cv_no_gnu_attr_ok=no])]) 49 [libc_cv_compiler_powerpc64le_ice=no]) 64 [libc_cv_compiler_powerpc64le_ldbl128_mabi=no]) 66 AS_IF([test "$libc_cv_compiler_powerpc64le_ldbl128_mabi" == "no"],
|
/sysdeps/i386/ |
A D | configure.ac | 4 # We no longer support i386 since it lacks the atomic instructions 17 # no such work has been done to enable this. Even with NPTL disabled you still 18 # have no atomic.h implementation. Given the declining use of i386 we disable 21 # the builtin __sync_val_compare_and_swap. If it does then we should have no 27 [libc_cv_unsupported_i386=no], 44 libc_cv_ld_static_pie=no 46 if $READELF -r conftest | grep 'There are no relocations in this file.' > /dev/null; then
|
A D | configure | 4 # We no longer support i386 since it lacks the atomic instructions 17 # no such work has been done to enable this. Even with NPTL disabled you still 18 # have no atomic.h implementation. Given the declining use of i386 we disable 21 # the builtin __sync_val_compare_and_swap. If it does then we should have no 25 libc_compiler_builtin_inlined=no 43 libc_cv_unsupported_i386=no 66 libc_cv_ld_static_pie=no 73 if $READELF -r conftest | grep 'There are no relocations in this file.' > /dev/null; then
|
/sysdeps/s390/s390-32/ |
A D | sub_n.S | 36 .L0: l %r6,0(%r1,%r3) # .L0 -> no carry from last sub 42 slr %r2,%r2 # no last carry to return 47 slr %r6,%r0 # no carry yet, add carry from last sub
|
A D | add_n.S | 37 .L0: l %r6,0(%r1,%r3) # .L0 -> no carry from last add 43 slr %r2,%r2 # no last carry to return 48 alr %r6,%r0 # no carry yet, add carry from last add
|
/sysdeps/s390/s390-64/ |
A D | sub_n.S | 34 .L0: lg %r6,0(%r1,%r3) # .L0 -> no carry from last sub 40 slgr %r2,%r2 # no last carry to return 45 slgr %r6,%r0 # no carry yet, add carry from last sub
|
A D | add_n.S | 37 .L0: lg %r6,0(%r1,%r3) # .L0 -> no carry from last add 43 slgr %r2,%r2 # no last carry to return 48 algr %r6,%r0 # no carry yet, add carry from last add
|
/sysdeps/ieee754/ldbl-opt/ |
A D | configure.ac | 15 [libc_cv_mlong_double_128=no]) 17 if test "$libc_cv_mlong_double_128" = no; then
|
/sysdeps/s390/ |
A D | configure.ac | 25 libc_cv_gcc_builtin_tbegin=no 29 if test "$libc_cv_gcc_builtin_tbegin" = no ; then 30 …critic_missing="$critic_missing The used GCC has no support for __builtin_tbegin, which is needed … 50 libc_cv_asm_s390_vx=no 74 libc_cv_gcc_s390_vx=no 102 libc_cv_asm_s390_arch13=no 131 libc_cv_asm_s390_min_z10_zarch=no 157 libc_cv_asm_s390_min_z196_zarch=no 185 libc_cv_asm_s390_min_z13_zarch=no 211 libc_cv_asm_s390_min_arch13_zarch=no [all …]
|
/sysdeps/nios2/ |
A D | Makefile | 22 long-double-fcts = no
|
/sysdeps/mach/ |
A D | configure.ac | 48 ]])], [libc_cv_mach_task_creation_time=yes], [libc_cv_mach_task_creation_time=no])]) 49 if test $libc_cv_mach_task_creation_time = no; then 54 dnl The Darwin variant no longer has <mach/mach.defs> 79 libc_cv_mach_host_page_size=no)]) 93 libc_cv_mach_i386_ioports=no)]) 102 libc_cv_mach_i386_gdt=no)]) 124 hurd_cv_mig_retcode=no
|
/sysdeps/unix/sysv/linux/mips/ |
A D | configure.ac | 90 LIBC_TRY_CC_OPTION([-mfp64], [libc_cv_mips_fp64=yes], [libc_cv_mips_fp64=no]) 91 …C_TRY_CC_OPTION([-Werror -modd-spreg], [libc_cv_mips_modd_spreg=yes], [libc_cv_mips_modd_spreg=no]) 104 [libc_mips_mode_switch=no]) 111 #endif], libc_cv_mips_nan2008=yes, libc_cv_mips_nan2008=no)]) 146 libc_cv_mips_force_execstack=no 163 libc_mips_has_gnustack=no
|
/sysdeps/aarch64/ |
A D | configure.ac | 23 ], libc_cv_aarch64_be=yes, libc_cv_aarch64_be=no)]) 38 libc_cv_aarch64_bti=no 54 # it in assembly code unconditionally, but there is no 61 libc_cv_aarch64_pac_ret=no 85 libc_cv_aarch64_variant_pcs=no 102 libc_cv_aarch64_sve_asm=no
|