]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add missing parameters.
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Dec 1997 21:53:11 +0000 (21:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Dec 1997 21:53:11 +0000 (21:53 +0000)
sysdeps/alpha/dl-machine.h

index bc93087066fb4b5ae046bba82965193932f0799d..cd4f86a69ca91fce1b3c9ec2c73421d5c228dfa1 100644 (file)
@@ -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.