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.19-771-g6b7b14b


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  6b7b14b26f07ddcd1f292ad8de31fa1d9fc13f43 (commit)
      from  3d9eb57c55c30a6fd69b056851e3ed9f07cd97c5 (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=6b7b14b26f07ddcd1f292ad8de31fa1d9fc13f43

commit 6b7b14b26f07ddcd1f292ad8de31fa1d9fc13f43
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Jul 3 10:50:50 2014 +0100

    ARM: Define ELF_MACHINE_NO_REL
    
    Fix a -Wundef warning on ARM.
    
    ChangeLog:
    
    2014-07-04  Will Newton  <will.newton@linaro.org>
    
    	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.

diff --git a/ChangeLog b/ChangeLog
index 5f12906..e255a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-04  Will Newton  <will.newton@linaro.org>
+
+	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
+
 2014-07-03  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/unix/sysv/linux/ia64/lowlevellock.h
diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h
index c5ffc93..d6b0c52 100644
--- a/sysdeps/arm/dl-machine.h
+++ b/sysdeps/arm/dl-machine.h
@@ -279,6 +279,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
 /* ARM never uses Elf32_Rela relocations for the dynamic linker.
    Prelinked libraries may use Elf32_Rela though.  */
 #define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
+#define ELF_MACHINE_NO_REL 0
 
 /* Names of the architecture-specific auditing callback functions.  */
 #define ARCH_LA_PLTENTER arm_gnu_pltenter

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

Summary of changes:
 ChangeLog                |    4 ++++
 sysdeps/arm/dl-machine.h |    1 +
 2 files changed, 5 insertions(+), 0 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]