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-123-g04e3cfb


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

commit 04e3cfbc1559048ea33321948b34c53004b48d99
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Mar 27 21:10:20 2012 +0000

    Merge sysdeps/mips/elf/ into sysdeps/mips/.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 44667cd..e838547 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,11 @@
+2012-03-27  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/mips/elf/start.S: Moved to ...
+	* sysdeps/mips/start.S: ...here.
+	* sysdeps/mips/elf/configure.in: Moved to ...
+	* sysdeps/mips/configure.in: ...here.  Update comment.
+	* sysdeps/mips/configure: New generated file.
+
 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
diff --git a/sysdeps/mips/elf/configure b/sysdeps/mips/configure
similarity index 98%
rename from sysdeps/mips/elf/configure
rename to sysdeps/mips/configure
index 3cf02e0..e80f0a0 100644
--- a/sysdeps/mips/elf/configure
+++ b/sysdeps/mips/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/mips/elf.
+ # Local configure fragment for sysdeps/mips.
 
 # Check for support of thread-local storage handling in assembler and
 # linker.
diff --git a/sysdeps/mips/elf/configure.in b/sysdeps/mips/configure.in
similarity index 94%
rename from sysdeps/mips/elf/configure.in
rename to sysdeps/mips/configure.in
index 5cb5a74..ed92d29 100644
--- a/sysdeps/mips/elf/configure.in
+++ b/sysdeps/mips/configure.in
@@ -1,5 +1,5 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/mips/elf.
+# Local configure fragment for sysdeps/mips.
 
 # Check for support of thread-local storage handling in assembler and
 # linker.
diff --git a/sysdeps/mips/elf/start.S b/sysdeps/mips/start.S
similarity index 100%
rename from sysdeps/mips/elf/start.S
rename to sysdeps/mips/start.S

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

Summary of changes:
 ChangeLog.mips                      |    8 ++++++++
 sysdeps/mips/{elf => }/configure    |    2 +-
 sysdeps/mips/{elf => }/configure.in |    2 +-
 sysdeps/mips/{elf => }/start.S      |    0
 4 files changed, 10 insertions(+), 2 deletions(-)
 rename sysdeps/mips/{elf => }/configure (98%)
 rename sysdeps/mips/{elf => }/configure.in (94%)
 rename sysdeps/mips/{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]