From 82c02215ce32f5f3e77ccce6d6ab8124f60c28b3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 27 Sep 2002 08:29:54 +0000 Subject: * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove unneeded TLS cases. --- sysdeps/x86_64/dl-machine.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/x86_64/dl-machine.h b/sysdeps/x86_64/dl-machine.h index 6179bba3f7..b55523649b 100644 --- a/sysdeps/x86_64/dl-machine.h +++ b/sysdeps/x86_64/dl-machine.h @@ -289,12 +289,11 @@ _dl_start_user:\n\ ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be allowed to resolve to one of the main executable's symbols, as for a COPY reloc. */ #ifdef USE_TLS -# define elf_machine_type_class(type) \ - ((((type) == R_X86_64_JUMP_SLOT - || (type) == R_X86_64_DTPMOD64 - || (type) == R_X86_64_DTPOFF64 || (type) == R_X86_64_DTPOFF32 - || (type) == R_X86_64_TPOFF64 || (type) == R_X86_64_TPOFF32) - * ELF_RTYPE_CLASS_PLT) \ +# define elf_machine_type_class(type) \ + ((((type) == R_X86_64_JUMP_SLOT \ + || (type) == R_X86_64_DTPMOD64 \ + || (type) == R_X86_64_DTPOFF64 || (type) == R_X86_64_TPOFF64) \ + * ELF_RTYPE_CLASS_PLT) \ | (((type) == R_X86_64_COPY) * ELF_RTYPE_CLASS_COPY)) #else # define elf_machine_type_class(type) \ -- cgit v1.2.3