public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] arc: Update default target CPU to match GCC defaults
@ 2023-07-04 10:26 Claudiu Zissulescu
  0 siblings, 0 replies; only message in thread
From: Claudiu Zissulescu @ 2023-07-04 10:26 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=abe9e556ae5d3a9151d745d305b3c1f91a5a9930

commit abe9e556ae5d3a9151d745d305b3c1f91a5a9930
Author: Claudiu Zissulescu <claziss@gmail.com>
Date:   Tue Jul 4 12:41:44 2023 +0300

    arc: Update default target CPU to match GCC defaults
    
    Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>

Diff:
---
 gas/config/tc-arc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c
index 8d16cb57088..d9b13a0388e 100644
--- a/gas/config/tc-arc.c
+++ b/gas/config/tc-arc.c
@@ -49,7 +49,7 @@
 			  && (SUB_OPCODE (x) == 0x28))
 
 #ifndef TARGET_WITH_CPU
-#define TARGET_WITH_CPU "arc700"
+#define TARGET_WITH_CPU "hs38_linux"
 #endif /* TARGET_WITH_CPU */
 
 #define ARC_GET_FLAG(s)   	(*symbol_get_tc (s))

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

only message in thread, other threads:[~2023-07-04 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 10:26 [binutils-gdb] arc: Update default target CPU to match GCC defaults Claudiu Zissulescu

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