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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-13-g10fd25c


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  10fd25cc3baa3bbce2c00e66bb05e2939ad3239f (commit)
      from  5155e70cbe179919d3d10a7b8d91ba9ee775c9fc (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-ports.git;a=commitdiff;h=10fd25cc3baa3bbce2c00e66bb05e2939ad3239f

commit 10fd25cc3baa3bbce2c00e66bb05e2939ad3239f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sun Jan 8 02:01:21 2012 +0000

    Remove HAVE_ELF conditional for ARM.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 70bc540..dd88d9e 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,7 @@
+2012-01-08  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/arm/sysdep.h: Remove non-ELF support.
+
 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/arm/preconfigure: Give error for old-ABI ARM.
diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h
index 5c01ef0..62fee04 100644
--- a/sysdeps/arm/sysdep.h
+++ b/sysdeps/arm/sysdep.h
@@ -1,5 +1,6 @@
 /* Assembler macros for ARM.
-   Copyright (C) 1997, 1998, 2003, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2003, 2009, 2010, 2012
+   Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -29,8 +30,6 @@
 
 /* Syntactic details of assembler.  */
 
-#ifdef HAVE_ELF
-
 #define ALIGNARG(log2) log2
 /* For ELF we need the `.type' directive to make shared libs work right.  */
 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,%##typearg;
@@ -42,16 +41,6 @@
 
 #define PLTJMP(_x)	_x##(PLT)
 
-#else
-
-#define ALIGNARG(log2) log2
-#define ASM_TYPE_DIRECTIVE(name,type)	/* Nothing is specified.  */
-#define ASM_SIZE_DIRECTIVE(name)	/* Nothing is specified.  */
-
-#define PLTJMP(_x)	_x
-
-#endif
-
 /* APCS-32 doesn't preserve the condition codes across function call. */
 #ifdef __APCS_32__
 #define LOADREGS(cond, base, reglist...)\

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

Summary of changes:
 ChangeLog.arm        |    4 ++++
 sysdeps/arm/sysdep.h |   15 ++-------------
 2 files changed, 6 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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