mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add missing parameters.
This commit is contained in:
parent
1a5bb722c3
commit
49f3765caf
@ -204,8 +204,8 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
|
||||
TRAMPOLINE_TEMPLATE (_dl_runtime_profile, profile_fixup, #nop);
|
||||
#else
|
||||
#define ELF_MACHINE_RUNTIME_TRAMPOLINE \
|
||||
TRAMPOLINE_TEMPLATE (_dl_runtime_resolve, fixup); \
|
||||
strong_alias (_dl_runtime_resolve, _dl_runtime_profile);
|
||||
TRAMPOLINE_TEMPLATE (_dl_runtime_resolve, fixup, imb); \
|
||||
strong_alias (_dl_runtime_resolve, _dl_runtime_profile, #nop);
|
||||
#endif
|
||||
|
||||
/* Initial entry point code for the dynamic linker.
|
||||
|
Loading…
Reference in New Issue
Block a user