From 630bf4916f10bdba28a99480ef32170b977ea5fc Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 14 Aug 2017 12:29:21 +0200 Subject: _dl_start: Remove internal_function attribute The i386 startup code needs adjusting because it calls the function and the ABI has changed. --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/rtld.c b/elf/rtld.c index 1772f89ea8..d8e75c02e6 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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 -- cgit 1.4.1