public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Kito Cheng <kito@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1040] RISC-V: Pass -mno-relax to assembler
Date: Tue, 25 May 2021 13:28:50 +0000 (GMT)	[thread overview]
Message-ID: <20210525132850.6AA833857010@sourceware.org> (raw)

https://gcc.gnu.org/g:3b0a7d624e64eeb81e4d5e8c62c46d86ef521857

commit r12-1040-g3b0a7d624e64eeb81e4d5e8c62c46d86ef521857
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Tue May 25 21:26:12 2021 +0800

    RISC-V: Pass -mno-relax to assembler
    
    gcc/ChangeLog:
            * config/riscv/riscv.h (ASM_SPEC): Pass -mno-relax.

Diff:
---
 gcc/config/riscv/riscv.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h
index f3e85723c85..f47d5b40a66 100644
--- a/gcc/config/riscv/riscv.h
+++ b/gcc/config/riscv/riscv.h
@@ -98,6 +98,7 @@ extern const char *riscv_default_mtune (int argc, const char **argv);
 %{" FPIE_OR_FPIC_SPEC ":-fpic} \
 %{march=*} \
 %{mabi=*} \
+%{mno-relax} \
 %{mbig-endian} \
 %{mlittle-endian} \
 %(subtarget_asm_spec)" \


                 reply	other threads:[~2021-05-25 13:28 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=20210525132850.6AA833857010@sourceware.org \
    --to=kito@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).