From fbdc1e3e8de7f49e439b6e274d3e7e07da78416e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 14 Aug 2017 13:03:34 +0200 Subject: 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. --- sysdeps/i386/configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/i386/configure') diff --git a/sysdeps/i386/configure b/sysdeps/i386/configure index 5b55c5affe..4d6685f7c2 100644 --- a/sysdeps/i386/configure +++ b/sysdeps/i386/configure @@ -77,8 +77,5 @@ if test $libc_cv_asm_mpx = yes; then fi -$as_echo "#define USE_REGPARMS 1" >>confdefs.h - - $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h -- cgit 1.4.1