glibc/include
Adhemerval Zanella 1abdb38135 math: Handle fabsf128 !__USE_EXTERN_INLINES
Work around the clang limitation wrt inline function and attribute
definition, where it does not allow to 'add' new attribute if a
function is already defined:

clang on x86_64 fails to build s_fabsf128.c with:

../sysdeps/ieee754/float128/../ldbl-128/s_fabsl.c:32:1: error: attribute declaration must precede definition [-Werror,-Wignored-attributes]
   32 | libm_alias_ldouble (__fabs, fabs)
      | ^
../sysdeps/generic/libm-alias-ldouble.h:63:38: note: expanded from macro 'libm_alias_ldouble'
   63 | #define libm_alias_ldouble(from, to) libm_alias_ldouble_r (from, to, )
      |                                      ^
../sysdeps/ieee754/float128/float128_private.h:133:43: note: expanded from macro 'libm_alias_ldouble_r'
  133 | #define libm_alias_ldouble_r(from, to, r) libm_alias_float128_r (from, to, r)
      |                                           ^
../sysdeps/ieee754/float128/s_fabsf128.c:5:3: note: expanded from macro 'libm_alias_float128_r'
    5 |   static_weak_alias (from ## f128 ## r, to ## f128 ## r);       \
      |   ^
./../include/libc-symbols.h:166:46: note: expanded from macro 'static_weak_alias'
  166 | #  define static_weak_alias(name, aliasname) weak_alias (name, aliasname)
      |                                              ^
./../include/libc-symbols.h:154:38: note: expanded from macro 'weak_alias'
  154 | # define weak_alias(name, aliasname) _weak_alias (name, aliasname)
      |                                      ^
./../include/libc-symbols.h:156:52: note: expanded from macro '_weak_alias'
  156 |   extern __typeof (name) aliasname __attribute__ ((weak, alias (#name))) \
      |                                                    ^
../include/math.h:134:1: note: previous definition is here
  134 | fabsf128 (_Float128 x)

If compiler does not support __USE_EXTERN_INLINES we need to route
fabsf128 call to an internal symbol.
2025-11-17 11:17:07 -03:00
..
arpa
bits
gnu
net
netinet
programs
protocols
rpc
rpcsvc
sys
aio.h
aliases.h
alloc_buffer.h
alloca.h elf: early conversion of elf p_flags to mprotect flags 2025-08-27 10:45:45 -03:00
allocate_once.h
ar.h
argp-fmtstream.h argp: Move attribute_hidden to argp-fmtstream.h 2025-10-29 12:54:00 -03:00
argp.h
argz.h
array_length.h include/array_length.h: add array_foreach[_const] macros 2025-06-17 09:57:40 -03:00
assert.h
atomic.h Revert __HAVE_64B_ATOMICS configure check 2025-11-14 14:05:20 -03:00
atomic_wide_counter.h Revert __HAVE_64B_ATOMICS configure check 2025-11-14 14:05:20 -03:00
byteswap.h
clone_internal.h
complex.h
cpio.h
ctype.h
des.h
dirent.h
dlfcn.h
dso_handle.h
elf.h elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088] 2025-07-01 03:44:52 +08:00
endian.h
envz.h
err.h
errno.h
error.h
execinfo.h
fcntl.h
features-time64.h
features.h Add feature test macros for POSIX.1-2024. 2025-11-04 18:00:57 -08:00
fenv.h math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
file_change_detection.h
filename.h
float.h
fmtmsg.h
fnmatch.h
fpu_control.h
fstab.h
fts.h
ftw.h
gconv.h
getopt.h
getopt_int.h
glob.h
gmp.h
gnu-versions.h
grp-merge.h
grp.h
gshadow.h
iconv.h
idx.h
ifaddrs.h
ifreq.h
ifunc-impl-list.h
inline-hashtab.h
intprops-internal.h include: Sync gnulib intprops 2025-10-29 12:53:50 -03:00
intprops.h include: Sync gnulib intprops 2025-10-29 12:53:50 -03:00
inttypes.h
langinfo.h
lastlog.h
libc-diag.h Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
libc-internal.h
libc-misc.h
libc-pointer-arith.h
libc-symbols.h elf: Suppress unused function clang warning for __ifunc_resolver 2025-10-21 09:26:04 -03:00
libgen.h
libintl.h
limits.h
link.h elf: Restore support for _r_debug interpositions and copy relocations 2025-07-05 20:15:12 +02:00
list.h
list_t.h
locale.h
loop_unroll.h
malloc.h
math-narrow-eval.h
math.h math: Handle fabsf128 !__USE_EXTERN_INLINES 2025-11-17 11:17:07 -03:00
mcheck.h
memory.h
mntent.h
monetary.h
mqueue.h
netdb.h
netgroup.h
nl_types.h
nss.h
nss_dns.h
nss_files.h
nsswitch.h
obstack.h
plural-exp.h
poll.h
printf.h
printf_buffer.h
pthread.h
pty.h
pwd.h
random-bits.h
re_comp.h
regex.h
regexp.h
register-atfork.h
resolv.h
rounding-mode.h
rtld-malloc.h
sched.h
scratch_buffer.h
search.h
set-freeres.h
setjmp.h support: add check_mem_access function 2025-09-15 09:47:41 +01:00
sgtty.h
shadow.h
shlib-compat.h
shm-directory.h shm-directory: Truncated struct member name length 2025-10-01 14:49:10 -03:00
signal.h
spawn.h
stab.h
stackinfo.h elf: early conversion of elf p_flags to mprotect flags 2025-08-27 10:45:45 -03:00
stap-probe.h
stdbit.h
stdc-predef.h
stdint.h Undef __INT64_C/__UINT64_C for glibc build and test 2025-08-22 18:18:38 -07:00
stdio.h htl: move {,_IO_}f{,un,try}lockfile implementation into libc 2025-11-13 23:01:07 +01:00
stdio_ext.h
stdlib.h
string.h string: Check if attribute can declared after function declaration 2025-11-10 08:57:56 -03:00
strings.h
struct___timeb64.h
struct___timespec64.h
struct___timeval64.h
stubs-prologue.h
syscall.h
sysexits.h
syslog.h
tar.h
termios.h termios: add new baud_t interface, defined to be explicitly numeric 2025-06-17 09:11:38 -03:00
tgmath.h
time.h
ttyent.h
uchar.h
ucontext.h
ulimit.h
unistd.h io: replace local_isatty() with a proper function __isatty_nostatus() 2025-06-17 09:11:38 -03:00
unistd_ext.h
utime.h
utmp.h
values.h
verify.h
wait.h
wchar.h
wctype.h
wordexp.h