]> git.ipfire.org Git - thirdparty/glibc.git/commit
i386: Do not set internal_function
authorFlorian Weimer <fweimer@redhat.com>
Mon, 14 Aug 2017 11:03:34 +0000 (13:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 14 Aug 2017 13:08:48 +0000 (15:08 +0200)
commitfbdc1e3e8de7f49e439b6e274d3e7e07da78416e
treebd3815984855006dfdb547703a24a3f6607bd733
parentb3f85fd2e43b1d69384396a6d99fa2135dbf46e3
i386: Do not set internal_function

All calls to functions with the internal_function attribute
have been removed from assembler implementations, which means that
the definition of internal_function can be changed at the C level
without causing ABI issues with assembler code.

_dl_fixup still uses a regparm calling convention on i386, but this
is controlled through ARCH_FIXUP_ATTRIBUTE, not internal_function.
ChangeLog
config.h.in
sysdeps/i386/configure
sysdeps/i386/configure.ac