* elf/dl-runtime.c (reloc_offset): Define.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Mar 2009 00:26:14 +0000 (00:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Mar 2009 00:26:14 +0000 (00:26 +0000)
commita42ad61bae4d378f290df67015b14dec1236545f
tree0f54f403ebb0b74474046310d0cf9484e3ff4fdf
parent1f7c90a722f7a4cde0a47be1968dee4e1ad876a4
* elf/dl-runtime.c (reloc_offset): Define.

(reloc_index): Define.
(_dl_fixup): Rename reloc_offset parameter to reloc_arg.
(_dl_fixup_profile): Likewise.  Use reloc_index instead of
computing index from reloc_offset.
(_dl_call_pltexit): Likewise.
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
the relocation index to _dl_fixup.
(_dl_runtime_profile): Likewise for _dl_fixup_profile and
_dl_call_pltexit.
* sysdeps/x86_64/dl-runtime.c: New file.
ChangeLog
elf/dl-runtime.c
sysdeps/x86_64/dl-runtime.c [new file with mode: 0644]
sysdeps/x86_64/dl-trampoline.S