This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/18082] New: Typo in dl-machine.h comments


https://sourceware.org/bugzilla/show_bug.cgi?id=18082

            Bug ID: 18082
           Summary: Typo in dl-machine.h comments
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com

sysdeps/alpha/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve
sysdeps/arm/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/hppa/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/i386/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/ia64/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/m68k/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/microblaze/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not
be allowed to resolve to one
sysdeps/nios2/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/powerpc/powerpc32/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE
should not be allowed to resolve to one
sysdeps/powerpc/powerpc64/dl-machine.h:/* ELF_RTYPE_CLASS_NOCOPY iff TYPE
should not be allowed to resolve to
sysdeps/s390/s390-32/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not
be allowed to resolve to one
sysdeps/s390/s390-64/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not
be allowed to resolve to one
sysdeps/sh/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/sparc/sparc32/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should
not be allowed to resolve to one
sysdeps/sparc/sparc64/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should
not be allowed to resolve to one
sysdeps/tile/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one
sysdeps/x86_64/dl-machine.h:   ELF_RTYPE_CLASS_NOCOPY iff TYPE should not be
allowed to resolve to one

There is no such a thing for ELF_RTYPE_CLASS_NOCOPY.  It should be
ELF_RTYPE_CLASS_COPY.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]