public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@redhat.com>
To: Sebastian Huber <sebastian.huber@embedded-brains.de>
Cc: newlib@sourceware.org
Subject: Re: [PATCH] libgloss/epiphany: Fix move instruction in crt0.S
Date: Wed, 8 Mar 2023 14:28:40 -0500	[thread overview]
Message-ID: <CAOox84sHi0Qc21_ZJebWyX1EMJ7mj2EVvVszx74fHREdPUFOjw@mail.gmail.com> (raw)
In-Reply-To: <20230308130707.91855-1-sebastian.huber@embedded-brains.de>

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

Patch applied.  Thanks.

-- Jeff J.

On Wed, Mar 8, 2023 at 8:07 AM Sebastian Huber <
sebastian.huber@embedded-brains.de> wrote:

> This patch relates to bug report:
>
> https://sourceware.org/bugzilla/show_bug.cgi?id=30212
> ---
>  libgloss/epiphany/crt0.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libgloss/epiphany/crt0.S b/libgloss/epiphany/crt0.S
> index b0d9ecbabe..fcbba1e65b 100644
> --- a/libgloss/epiphany/crt0.S
> +++ b/libgloss/epiphany/crt0.S
> @@ -121,7 +121,7 @@ _external_start:
>  #error "not implemented"
>  #else  /* !__STRUCT_ALIGN_64__ */
>         str     r1, [r2, 0]     ; __atexit = &__atexit0
> -       movr    r0, 1
> +       mov     r0, 1
>         str     r0, [r1, 4]     ; __atexit0._ind = 1
>         mov     r0,%low(fini)
>         movt    r0,%high(fini)
> --
> 2.35.3
>
>

      reply	other threads:[~2023-03-08 19:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 13:07 Sebastian Huber
2023-03-08 19:28 ` Jeff Johnston [this message]

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=CAOox84sHi0Qc21_ZJebWyX1EMJ7mj2EVvVszx74fHREdPUFOjw@mail.gmail.com \
    --to=jjohnstn@redhat.com \
    --cc=newlib@sourceware.org \
    --cc=sebastian.huber@embedded-brains.de \
    /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).