public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Earnshaw <rearnsha@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5142] arm: unified syntax for libgcc clear_cache
Date: Fri, 13 Jan 2023 13:04:54 +0000 (GMT)	[thread overview]
Message-ID: <20230113130454.CD7953858D32@sourceware.org> (raw)

https://gcc.gnu.org/g:57d104ab0f515d12ba12270a415a76f55c235574

commit r13-5142-g57d104ab0f515d12ba12270a415a76f55c235574
Author: Seija Kijin <doremylover456@gmail.com>
Date:   Fri Jan 13 13:00:39 2023 +0000

    arm: unified syntax for libgcc clear_cache
    
    The patch to convert all thumb1 code in libgcc to unified syntax
    omitted changing all swi instructions to the current name: svc.
    
    libgcc/ChangeLog:
    
            * config/arm/lib1funcs.S (clear_cache): Use SVC to conform to
            unified syntax.

Diff:
---
 libgcc/config/arm/lib1funcs.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcc/config/arm/lib1funcs.S b/libgcc/config/arm/lib1funcs.S
index 8c39c9f20a2..19fa1462ccf 100644
--- a/libgcc/config/arm/lib1funcs.S
+++ b/libgcc/config/arm/lib1funcs.S
@@ -1522,7 +1522,7 @@ LSYM(Lover12):
 	add	r7, r7, #2
 #endif
 	mov	r2, #0
-	swi	0
+	svc	0
 	do_pop	{r7}
 	RET
 	FUNC_END clear_cache

                 reply	other threads:[~2023-01-13 13:04 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=20230113130454.CD7953858D32@sourceware.org \
    --to=rearnsha@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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).