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 libc/14912] Rename non-installed bits/*.h headers


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

--- Comment #6 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  522e02ab8a7484881ca8290c6cd245d33867d5d4 (commit)
      from  b4b522f6108e2116fb806e4f29b25542062dd84b (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=522e02ab8a7484881ca8290c6cd245d33867d5d4

commit 522e02ab8a7484881ca8290c6cd245d33867d5d4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Sep 4 19:44:27 2015 +0000

    Rename bits/linkmap.h to linkmap.h (bug 14912).

    It was noted in
    <https://sourceware.org/ml/libc-alpha/2012-09/msg00305.html> that the
    bits/*.h naming scheme should only be used for installed headers.
    This patch renames bits/linkmap.h to plain linkmap.h to follow that
    convention.

    Tested for x86_64 (testsuite, and that installed stripped shared
    libraries are unchanged by the patch).

        [BZ #14912]
        * bits/linkmap.h: Move to ...
        * sysdeps/generic/linkmap.h: ...here.
        * sysdeps/aarch64/bits/linkmap.h: Move to ...
        * sysdeps/aarch64/linkmap.h: ...here.
        * sysdeps/arm/bits/linkmap.h: Move to ...
        * sysdeps/arm/linkmap.h: ...here.
        * sysdeps/hppa/bits/linkmap.h: Move to ...
        * sysdeps/hppa/linkmap.h: ...here.
        * sysdeps/ia64/bits/linkmap.h: Move to ...
        * sysdeps/ia64/linkmap.h: ...here.
        * sysdeps/mips/bits/linkmap.h: Move to ...
        * sysdeps/mips/linkmap.h: ...here.
        * sysdeps/s390/bits/linkmap.h: Move to ...
        * sysdeps/s390/linkmap.h: ...here.
        * sysdeps/sh/bits/linkmap.h: Move to ...
        * sysdeps/sh/linkmap.h: ...here.
        * sysdeps/x86/bits/linkmap.h: Move to ...
        * sysdeps/x86/linkmap.h: ...here.
        * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.

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

Summary of changes:
 ChangeLog                            |   23 +++++++++++++++++++++++
 include/link.h                       |    2 +-
 sysdeps/aarch64/{bits => }/linkmap.h |    0
 sysdeps/arm/{bits => }/linkmap.h     |    0
 {bits => sysdeps/generic}/linkmap.h  |    0
 sysdeps/hppa/{bits => }/linkmap.h    |    0
 sysdeps/ia64/{bits => }/linkmap.h    |    0
 sysdeps/mips/{bits => }/linkmap.h    |    0
 sysdeps/s390/{bits => }/linkmap.h    |    0
 sysdeps/sh/{bits => }/linkmap.h      |    0
 sysdeps/x86/{bits => }/linkmap.h     |    0
 11 files changed, 24 insertions(+), 1 deletions(-)
 rename sysdeps/aarch64/{bits => }/linkmap.h (100%)
 rename sysdeps/arm/{bits => }/linkmap.h (100%)
 rename {bits => sysdeps/generic}/linkmap.h (100%)
 rename sysdeps/hppa/{bits => }/linkmap.h (100%)
 rename sysdeps/ia64/{bits => }/linkmap.h (100%)
 rename sysdeps/mips/{bits => }/linkmap.h (100%)
 rename sysdeps/s390/{bits => }/linkmap.h (100%)
 rename sysdeps/sh/{bits => }/linkmap.h (100%)
 rename sysdeps/x86/{bits => }/linkmap.h (100%)

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