1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

_dl_start: Remove internal_function attribute

The i386 startup code needs adjusting because it calls the function
and the ABI has changed.
This commit is contained in:
Florian Weimer
2017-08-14 12:29:21 +02:00
parent 9fa7449b35
commit 630bf4916f
3 changed files with 10 additions and 2 deletions

View File

@@ -439,7 +439,7 @@ _dl_start_final (void *arg, struct dl_start_final_info *info)
return start_addr;
}
static ElfW(Addr) __attribute_used__ internal_function
static ElfW(Addr) __attribute_used__
_dl_start (void *arg)
{
#ifdef DONT_USE_BOOTSTRAP_MAP