[committed 2/2] arc: Update default target CPU to match GCC defaults
Claudiu Zissulescu
claziss@gmail.com
Tue Jul 4 10:27:03 GMT 2023
Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
---
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))
--
2.30.2
More information about the Binutils
mailing list