diff options
author | Claudiu Zissulescu <claziss@gmail.com> | 2023-07-04 12:41:44 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2023-07-04 13:18:01 +0300 |
commit | abe9e556ae5d3a9151d745d305b3c1f91a5a9930 (patch) | |
tree | cd36702a91b0ebce4dfaad38ab398d81709de9fc | |
parent | 2dd11e43d0c89b78dec4f98cf584639a7e80ef44 (diff) | |
download | gdb-abe9e556ae5d3a9151d745d305b3c1f91a5a9930.zip gdb-abe9e556ae5d3a9151d745d305b3c1f91a5a9930.tar.gz gdb-abe9e556ae5d3a9151d745d305b3c1f91a5a9930.tar.bz2 |
arc: Update default target CPU to match GCC defaults
Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
-rw-r--r-- | gas/config/tc-arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 8d16cb5..d9b13a0 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)) |