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] Typo in dl-machine.h comments


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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  209826bcf2e5d1634adf5672e265eec5e5c07e83 (commit)
      from  8bff5aab5bce71b4d8b92cb9dc575054ae68b9db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=209826bcf2e5d1634adf5672e265eec5e5c07e83

commit 209826bcf2e5d1634adf5672e265eec5e5c07e83
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Mar 5 08:26:21 2015 -0800

    Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY

    ELF_RTYPE_CLASS_NOCOPY in comments is a typo.  It should be
    ELF_RTYPE_CLASS_COPY.

        [BZ #18082]
        * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
        ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
        * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
        Likewise.
        * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
        * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |   29 +++++++++++++++++++++++++++++
 sysdeps/alpha/dl-machine.h             |    2 +-
 sysdeps/arm/dl-machine.h               |    2 +-
 sysdeps/hppa/dl-machine.h              |    2 +-
 sysdeps/i386/dl-machine.h              |    2 +-
 sysdeps/ia64/dl-machine.h              |    2 +-
 sysdeps/m68k/dl-machine.h              |    2 +-
 sysdeps/microblaze/dl-machine.h        |    2 +-
 sysdeps/nios2/dl-machine.h             |    2 +-
 sysdeps/powerpc/powerpc32/dl-machine.h |    2 +-
 sysdeps/powerpc/powerpc64/dl-machine.h |    2 +-
 sysdeps/s390/s390-32/dl-machine.h      |    2 +-
 sysdeps/s390/s390-64/dl-machine.h      |    2 +-
 sysdeps/sh/dl-machine.h                |    2 +-
 sysdeps/sparc/sparc32/dl-machine.h     |    2 +-
 sysdeps/sparc/sparc64/dl-machine.h     |    2 +-
 sysdeps/tile/dl-machine.h              |    2 +-
 sysdeps/x86_64/dl-machine.h            |    2 +-
 18 files changed, 46 insertions(+), 17 deletions(-)

-- 
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]