aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/features/nds32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/features/nds32.c b/gdb/features/nds32.c
index ed535b5..4e52016 100644
--- a/gdb/features/nds32.c
+++ b/gdb/features/nds32.c
@@ -10,7 +10,7 @@ static void
initialize_tdesc_nds32 (void)
{
target_desc_up result = allocate_target_description ();
- set_tdesc_architecture (result.get (), bfd_scan_arch ("n1h"));
+ set_tdesc_architecture (result.get (), bfd_scan_arch ("n1"));
struct tdesc_feature *feature;