public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] libgloss/epiphany: Fix move instruction in crt0.S
@ 2023-03-08 19:28 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2023-03-08 19:28 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=59de8167157ed300f06fd93cccf5d5ba98a77a70

commit 59de8167157ed300f06fd93cccf5d5ba98a77a70
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Wed Mar 8 14:07:07 2023 +0100

    libgloss/epiphany: Fix move instruction in crt0.S
    
    This patch relates to bug report:
    
    https://sourceware.org/bugzilla/show_bug.cgi?id=30212

Diff:
---
 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 b0d9ecbab..fcbba1e65 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)

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

only message in thread, other threads:[~2023-03-08 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 19:28 [newlib-cygwin] libgloss/epiphany: Fix move instruction in crt0.S Jeff Johnston

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).