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.18-806-g2bc5255


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  2bc52556b71ac068774366e08085e30c960d3c93 (commit)
      from  3a3acb6afc753475675b5724f206e619d0c9590d (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2bc52556b71ac068774366e08085e30c960d3c93

commit 2bc52556b71ac068774366e08085e30c960d3c93
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Mon Jan 20 17:45:06 2014 +0000

    [AArch64] Fix type in abi-lp64_be-options.

diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64
index f11a086..b801c73 100644
--- a/ports/ChangeLog.aarch64
+++ b/ports/ChangeLog.aarch64
@@ -1,3 +1,8 @@
+2014-01-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+	* sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64_be-options): Fix
+	type in define.
+
 2014-01-20  Tom Tromey  <tromey@redhat.com>
 
 	[BZ #16169]
diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/Makefile b/ports/sysdeps/unix/sysv/linux/aarch64/Makefile
index d3f1603..88250dd 100644
--- a/ports/sysdeps/unix/sysv/linux/aarch64/Makefile
+++ b/ports/sysdeps/unix/sysv/linux/aarch64/Makefile
@@ -34,6 +34,6 @@ abi-lp64-options := -U__AARCH64EB__
 abi-lp64-condition := !defined __AARCH64EB__
 abi-lp64-ld-soname := ld-linux-aarch64.so.1
 
-abi-lp64_be-options := -D__AARCH6464EB__
+abi-lp64_be-options := -D__AARCH64EB__
 abi-lp64_be-condition := defined __AARCH64EB__
 abi-lp64_be-ld-soname := ld-linux-aarch64_be.so.1

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

Summary of changes:
 ports/ChangeLog.aarch64                        |    5 +++++
 ports/sysdeps/unix/sysv/linux/aarch64/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 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]