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.16-ports-merge-651-g57241e2


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  57241e26e544e44bcb7b96ae41f0c62488d89020 (commit)
      from  60e8270d6ca19ddb351fb78e979ae908076e2d4b (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=57241e26e544e44bcb7b96ae41f0c62488d89020

commit 57241e26e544e44bcb7b96ae41f0c62488d89020
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Thu Nov 8 08:19:30 2012 +0000

    Adjust comment above AArch64 relocs.

diff --git a/ChangeLog b/ChangeLog
index bfccf93..ee9857f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+	* elf/elf.h: Update comment before AArch64 relocations.
+
 2012-11-07  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
diff --git a/elf/elf.h b/elf/elf.h
index 5a9b13f..1effa07 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2310,7 +2310,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define SHT_ARM_ATTRIBUTES	(SHT_LOPROC + 3) /* ARM attributes section.  */
 
 
-/* AArch64 specific declarations.  */
+/* AArch64 relocs.  */
 
 #define R_AARCH64_NONE            0	/* No relocation.  */
 #define R_AARCH64_ABS64         257	/* Direct 64 bit. */

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

Summary of changes:
 ChangeLog |    4 ++++
 elf/elf.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


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]