* elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
authorRichard Henderson <rth@redhat.com>
Sat, 28 May 2005 23:40:09 +0000 (23:40 +0000)
committerRichard Henderson <rth@redhat.com>
Sat, 28 May 2005 23:40:09 +0000 (23:40 +0000)
commit685896ef5aeb2ff0c98954af91a7459313555a8c
tree8bd4765f6f00160bc82bb635a8411b1abae7ab15
parent3597225d0f7195df628c7dc2e97aaf9f008e4bf8
    * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
        * sysdeps/alpha/dl-dtprocnum.h: New file.
        * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
        (elf_machine_load_address): Simplify to rely on gprel relocations.
        (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
        Remove thread safety workaround for binutils 2.6.
        (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
        * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
        (_dl_runtime_profile_new): New.
        (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
        (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
        typo in _dl_call_pltexit argument loading.

        * sysdeps/alpha/div_libc.h (funcnoplt): New.
        * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S: Use it.
        * sysdeps/alpha/divqu.S, sysdeps/alpha/reml.S: Likewise.
        * sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S: Likewise.
sysdeps/alpha/div_libc.h
sysdeps/alpha/divl.S
sysdeps/alpha/divq.S
sysdeps/alpha/divqu.S
sysdeps/alpha/dl-dtprocnum.h [new file with mode: 0644]
sysdeps/alpha/dl-machine.h
sysdeps/alpha/dl-trampoline.S
sysdeps/alpha/reml.S
sysdeps/alpha/remq.S
sysdeps/alpha/remqu.S