public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Marcus Shawcroft <marcus.shawcroft@gmail.com>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: "libc-ports@sourceware.org" <libc-ports@sourceware.org>
Subject: [PATCH, COMMITTED] [AArch64] Fix typo in abi-lp64_be-options
Date: Mon, 20 Jan 2014 18:12:00 -0000	[thread overview]
Message-ID: <CAFqB+Py8a1vXrYL1mTM_-omY-8kNZTge8QbuPh+FtfvVLMHpHg@mail.gmail.com> (raw)

[-- 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

                 reply	other threads:[~2014-01-20 18:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFqB+Py8a1vXrYL1mTM_-omY-8kNZTge8QbuPh+FtfvVLMHpHg@mail.gmail.com \
    --to=marcus.shawcroft@gmail.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).