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.13-89-ge3d8f58


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  e3d8f58414eb17ccfde95311409498ac06509dd7 (commit)
      from  af190f45652742ed09a57897062bcb5109e7ba9d (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=e3d8f58414eb17ccfde95311409498ac06509dd7

commit e3d8f58414eb17ccfde95311409498ac06509dd7
Author: Richard Sandiford <richard.sandiford@linaro.org>
Date:   Tue Apr 19 09:38:42 2011 -0700

    elf.h: Define R_ARM_IRELATIVE reloc type.

diff --git a/ChangeLog b/ChangeLog
index f9c3bd4..1d17002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
+
+	* elf/elf.h (R_ARM_IRELATIVE): Define.
+
 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
 
 	* po/ru.po: Update from translation team.
diff --git a/elf/elf.h b/elf/elf.h
index acb7762..ca5abbf 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1,5 +1,5 @@
 /* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010
+   Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010,2011
 	Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -2359,6 +2359,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_ARM_TLS_LE32		108	/* 32 bit offset relative to static
 					   TLS block */
 #define	R_ARM_THM_TLS_DESCSEQ	129
+#define R_ARM_IRELATIVE		160
 #define R_ARM_RXPC25		249
 #define R_ARM_RSBREL32		250
 #define R_ARM_THM_RPC22		251

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

Summary of changes:
 ChangeLog |    4 ++++
 elf/elf.h |    3 ++-
 2 files changed, 6 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]