about summary refs log tree commit diff
path: root/sysdeps/i386/dl-machine.h
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2022-06-15 13:02:17 -0700
committerFangrui Song <maskray@google.com>2022-06-15 13:02:17 -0700
commit686216945a7873237bf892bbe38a2eef23aadeba (patch)
tree7547a05bee9794fb358ed431421ba17a0e6964db /sysdeps/i386/dl-machine.h
parentde38b2a343e6d64b95c50004943d6107a9e380d0 (diff)
downloadglibc-686216945a7873237bf892bbe38a2eef23aadeba.tar.gz
glibc-686216945a7873237bf892bbe38a2eef23aadeba.tar.xz
glibc-686216945a7873237bf892bbe38a2eef23aadeba.zip
Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
This fixes nios2 build after commit de38b2a343e6d64b95c50004943d6107a9e380d0.
Diffstat (limited to 'sysdeps/i386/dl-machine.h')
-rw-r--r--sysdeps/i386/dl-machine.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
index a8ee594ff4..56a189fda2 100644
--- a/sysdeps/i386/dl-machine.h
+++ b/sysdeps/i386/dl-machine.h
@@ -185,10 +185,7 @@ _dl_start_user:\n\
    TLS variable, so undefined references should not be allowed to
    define the value.
    ELF_RTYPE_CLASS_COPY iff TYPE should not be allowed to resolve to one
-   of the main executable's symbols, as for a COPY reloc.
-   ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA iff TYPE describes relocation may
-   against protected data whose address be external due to copy relocation.
- */
+   of the main executable's symbols, as for a COPY reloc.  */
 # define elf_machine_type_class(type) \
   ((((type) == R_386_JMP_SLOT || (type) == R_386_TLS_DTPMOD32		      \
      || (type) == R_386_TLS_DTPOFF32 || (type) == R_386_TLS_TPOFF32	      \