This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.22-214-g522e02a


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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;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>.

diff --git a/ChangeLog b/ChangeLog
index 76bbb73..1db8e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2015-09-04  Joseph Myers  <joseph@codesourcery.com>
+
+	[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>.
+
 2015-09-04  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #18635]
diff --git a/include/link.h b/include/link.h
index 7e7eb79..e44110c 100644
--- a/include/link.h
+++ b/include/link.h
@@ -39,7 +39,7 @@ extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid,
 
 #include <stdint.h>
 #include <stddef.h>
-#include <bits/linkmap.h>
+#include <linkmap.h>
 #include <dl-fileid.h>
 #include <dl-lookupcfg.h>
 #include <tls.h>
diff --git a/sysdeps/aarch64/bits/linkmap.h b/sysdeps/aarch64/linkmap.h
similarity index 100%
rename from sysdeps/aarch64/bits/linkmap.h
rename to sysdeps/aarch64/linkmap.h
diff --git a/sysdeps/arm/bits/linkmap.h b/sysdeps/arm/linkmap.h
similarity index 100%
rename from sysdeps/arm/bits/linkmap.h
rename to sysdeps/arm/linkmap.h
diff --git a/bits/linkmap.h b/sysdeps/generic/linkmap.h
similarity index 100%
rename from bits/linkmap.h
rename to sysdeps/generic/linkmap.h
diff --git a/sysdeps/hppa/bits/linkmap.h b/sysdeps/hppa/linkmap.h
similarity index 100%
rename from sysdeps/hppa/bits/linkmap.h
rename to sysdeps/hppa/linkmap.h
diff --git a/sysdeps/ia64/bits/linkmap.h b/sysdeps/ia64/linkmap.h
similarity index 100%
rename from sysdeps/ia64/bits/linkmap.h
rename to sysdeps/ia64/linkmap.h
diff --git a/sysdeps/mips/bits/linkmap.h b/sysdeps/mips/linkmap.h
similarity index 100%
rename from sysdeps/mips/bits/linkmap.h
rename to sysdeps/mips/linkmap.h
diff --git a/sysdeps/s390/bits/linkmap.h b/sysdeps/s390/linkmap.h
similarity index 100%
rename from sysdeps/s390/bits/linkmap.h
rename to sysdeps/s390/linkmap.h
diff --git a/sysdeps/sh/bits/linkmap.h b/sysdeps/sh/linkmap.h
similarity index 100%
rename from sysdeps/sh/bits/linkmap.h
rename to sysdeps/sh/linkmap.h
diff --git a/sysdeps/x86/bits/linkmap.h b/sysdeps/x86/linkmap.h
similarity index 100%
rename from sysdeps/x86/bits/linkmap.h
rename to sysdeps/x86/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%)


hooks/post-receive
-- 
GNU C Library master sources


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