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-124-gc0c5945


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  c0c5945b52394859e3f9fa26e3f446073f30e048 (commit)
      from  04e3cfbc1559048ea33321948b34c53004b48d99 (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=c0c5945b52394859e3f9fa26e3f446073f30e048

commit c0c5945b52394859e3f9fa26e3f446073f30e048
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue Mar 27 14:29:13 2012 -0700

    Merge sysdeps/alpha/elf/ into sysdeps/alpha/.

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 500e227..c25d3f1 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,15 @@
+2012-03-27  Richard Henderson  <rth@twiddle.net>
+
+	* sysdeps/alpha/elf/configure.in: Move to ...
+	* sysdeps/alpha/configure.in: ... here.  Update comment.
+	* sysdeps/alpha/configure: Regenerate.
+	* sysdeps/alpha/elf/crti.S: Move to ...
+	* sysdeps/alpha/crti.S: ... here.
+	* sysdeps/alpha/elf/crtn.S: Move to ...
+	* sysdeps/alpha/crtn.S: ... here.
+	* sysdeps/alpha/elf/start.S: Move to ...
+	* sysdeps/alpha/start.S: ... here.
+
 2012-03-21  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
diff --git a/sysdeps/alpha/elf/configure b/sysdeps/alpha/configure
similarity index 98%
rename from sysdeps/alpha/elf/configure
rename to sysdeps/alpha/configure
index 5da9875..1d0daf5 100644
--- a/sysdeps/alpha/elf/configure
+++ b/sysdeps/alpha/configure
@@ -81,7 +81,7 @@ $as_echo X/"$0" |
 }
 
 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
- # Local configure fragment for sysdeps/alpha/elf.
+ # Local configure fragment for sysdeps/alpha.
 
 # Check for support of thread-local storage handling in assembler and linker.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Alpha TLS support" >&5
diff --git a/sysdeps/alpha/elf/configure.in b/sysdeps/alpha/configure.in
similarity index 97%
rename from sysdeps/alpha/elf/configure.in
rename to sysdeps/alpha/configure.in
index 75fff53..bf8e926 100644
--- a/sysdeps/alpha/elf/configure.in
+++ b/sysdeps/alpha/configure.in
@@ -1,5 +1,5 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/alpha/elf.
+# Local configure fragment for sysdeps/alpha.
 
 # Check for support of thread-local storage handling in assembler and linker.
 AC_CACHE_CHECK(for Alpha TLS support, libc_cv_alpha_tls, [dnl
diff --git a/sysdeps/alpha/elf/crti.S b/sysdeps/alpha/crti.S
similarity index 100%
rename from sysdeps/alpha/elf/crti.S
rename to sysdeps/alpha/crti.S
diff --git a/sysdeps/alpha/elf/crtn.S b/sysdeps/alpha/crtn.S
similarity index 100%
rename from sysdeps/alpha/elf/crtn.S
rename to sysdeps/alpha/crtn.S
diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/start.S
similarity index 100%
rename from sysdeps/alpha/elf/start.S
rename to sysdeps/alpha/start.S

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

Summary of changes:
 ChangeLog.alpha                      |   12 ++++++++++++
 sysdeps/alpha/{elf => }/configure    |    2 +-
 sysdeps/alpha/{elf => }/configure.in |    2 +-
 sysdeps/alpha/{elf => }/crti.S       |    0
 sysdeps/alpha/{elf => }/crtn.S       |    0
 sysdeps/alpha/{elf => }/start.S      |    0
 6 files changed, 14 insertions(+), 2 deletions(-)
 rename sysdeps/alpha/{elf => }/configure (98%)
 rename sysdeps/alpha/{elf => }/configure.in (97%)
 rename sysdeps/alpha/{elf => }/crti.S (100%)
 rename sysdeps/alpha/{elf => }/crtn.S (100%)
 rename sysdeps/alpha/{elf => }/start.S (100%)


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]