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.16-ports-merge-544-g4172907


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  4172907b3db346812189e81330d05b93e4b78fc6 (commit)
       via  55e64efadf820d2b8c70e04b2396bbb925af1110 (commit)
      from  94ce799f82a1d3b7453b1942016f91334c838b85 (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=4172907b3db346812189e81330d05b93e4b78fc6

commit 4172907b3db346812189e81330d05b93e4b78fc6
Merge: 55e64ef 94ce799
Author: Steve Ellcey <sellcey@mips.com>
Date:   Mon Oct 29 11:41:36 2012 -0700

    Merge branch 'master' of ssh://sourceware.org/git/glibc


http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=55e64efadf820d2b8c70e04b2396bbb925af1110

commit 55e64efadf820d2b8c70e04b2396bbb925af1110
Author: Steve Ellcey <sellcey@mips.com>
Date:   Mon Oct 29 11:40:31 2012 -0700

    2012-10-29  Steve Ellcey  <sellcey@mips.com>
    
    	* sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
    	* sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
    	* sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
    	* sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
    	* sysdeps/unix/sysv/linux/mips/configure: Regenerate.
    	* sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
    	(abi-variants): Add hard and soft float versions.
    	(abi-o32-options): Remove.
    	(abi-o32-condition): Remove.
    	(abi-n32-options): Remove.
    	(abi-n32-condition): Remove.
    	(abi-n64-options): Remove.
    	(abi-n64-condition): Remove.
    	(abi-o32_soft-options): New.
    	(abi-o32_soft-condition): New.
    	(abi-o32_hard-options): New.
    	(abi-o32_hard-condition): New.
    	(abi-n32_soft-options): New.
    	(abi-n32_soft-condition): New.
    	(abi-n32_hard-options): New.
    	(abi-n32_hard-condition): New.
    	(abi-n64_soft-options): New.
    	(abi-n64_soft-condition): New.
    	(abi-n64_hard-options): New.
    	(abi-n64_hard-condition): New.

diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile
deleted file mode 100644
index 77e9121..0000000
--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := o32
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile
deleted file mode 100644
index 2368c40..0000000
--- a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := n32
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile
deleted file mode 100644
index fed17ba..0000000
--- a/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := n64

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

Summary of changes:
 ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile |    1 -
 .../unix/sysv/linux/mips/mips64/n32/Makefile       |    1 -
 .../unix/sysv/linux/mips/mips64/n64/Makefile       |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
 delete mode 100644 ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile
 delete mode 100644 ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile
 delete mode 100644 ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile


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]