This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] i386: Do not set internal_function


On Mon, Aug 14, 2017 at 4:36 AM, Florian Weimer <fweimer@redhat.com> wrote:
> 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.
>
> 2017-08-14  Florian Weimer  <fweimer@redhat.com>
>
>         i386: Do not set internal_function.
>         * config.h.in (USE_REGPARMS, internal_function): Remove.
>         * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
>         * sysdeps/i386/configure (USE_REGPARMS): Likewise.
>

Does include/libc-symbols.h still define internal_function?


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]