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.15-46-g3f05895


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  3f05895f120334a4500bd18e776a27eac1e7343e (commit)
      from  ecb6fb48b765007d910e3f02840a98a67bb25420 (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=3f05895f120334a4500bd18e776a27eac1e7343e

commit 3f05895f120334a4500bd18e776a27eac1e7343e
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 13:04:35 2012 -0500

    Remove Alpha support from ldsodefs.h

diff --git a/ChangeLog b/ChangeLog
index c7adea6..ff0557c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/generic/ldsodefs.h: Remove Alpha support.
+
 	* shlib-versions: Remove entries for ports architectures.
 
 	* elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 4128058..3bfde5f 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -194,8 +194,6 @@ struct La_ppc64_regs;
 struct La_ppc64_retval;
 struct La_sh_regs;
 struct La_sh_retval;
-struct La_alpha_regs;
-struct La_alpha_retval;
 struct La_s390_32_regs;
 struct La_s390_32_retval;
 struct La_s390_64_regs;
@@ -240,10 +238,6 @@ struct audit_ifaces
 				  uintptr_t *, const struct La_sh_regs *,
 				  unsigned int *, const char *name,
 				  long int *framesizep);
-    Elf64_Addr (*alpha_gnu_pltenter) (Elf64_Sym *, unsigned int, uintptr_t *,
-				      uintptr_t *, struct La_alpha_regs *,
-				      unsigned int *, const char *name,
-				      long int *framesizep);
     Elf32_Addr (*s390_32_gnu_pltenter) (Elf32_Sym *, unsigned int, uintptr_t *,
 					uintptr_t *, struct La_s390_32_regs *,
 					unsigned int *, const char *name,
@@ -287,10 +281,6 @@ struct audit_ifaces
     unsigned int (*sh_gnu_pltexit) (Elf32_Sym *, unsigned int, uintptr_t *,
 				    uintptr_t *, const struct La_sh_regs *,
 				    struct La_sh_retval *, const char *);
-    unsigned int (*alpha_gnu_pltexit) (Elf64_Sym *, unsigned int, uintptr_t *,
-				       uintptr_t *,
-				       const struct La_alpha_regs *,
-				       struct La_alpha_retval *, const char *);
     unsigned int (*s390_32_gnu_pltexit) (Elf32_Sym *, unsigned int,
 					 uintptr_t *, uintptr_t *,
 					 const struct La_s390_32_regs *,

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

Summary of changes:
 ChangeLog                  |    2 ++
 sysdeps/generic/ldsodefs.h |   10 ----------
 2 files changed, 2 insertions(+), 10 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]