public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1040] RISC-V: Pass -mno-relax to assembler
@ 2021-05-25 13:28 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2021-05-25 13:28 UTC (permalink / raw)
  To: gcc-cvs

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)" \


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

only message in thread, other threads:[~2021-05-25 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 13:28 [gcc r12-1040] RISC-V: Pass -mno-relax to assembler Kito Cheng

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