public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, COMMITTED] [AArch64] Fix typo in abi-lp64_be-options
@ 2014-01-20 18:12 Marcus Shawcroft
  0 siblings, 0 replies; only message in thread
From: Marcus Shawcroft @ 2014-01-20 18:12 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: libc-ports

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

On 20 January 2014 16:13, Joseph S. Myers <joseph@codesourcery.com> wrote:

> The committed patch has
>
> +abi-lp64_be-options := -D__AARCH6464EB__
>
> which looks like a typo to me ("6464").


Fixed with the attached patch.
/Marcus

[-- Attachment #2: glibc-typo.txt --]
[-- Type: text/plain, Size: 1149 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-20 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20 18:12 [PATCH, COMMITTED] [AArch64] Fix typo in abi-lp64_be-options Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).