aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-nds32.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-09-15 10:10:46 +0200
committerTom de Vries <tdevries@suse.de>2021-09-15 10:10:46 +0200
commit7b7c365c5c663ffdfb2b3f696db35c23cdccd921 (patch)
tree0ca7edf1e7e900dac9d7ab72327516daacd28cb9 /bfd/cpu-nds32.c
parent0a8d812b42b95e65dfe5c2344e98f805ba8156d4 (diff)
downloadgdb-7b7c365c5c663ffdfb2b3f696db35c23cdccd921.zip
gdb-7b7c365c5c663ffdfb2b3f696db35c23cdccd921.tar.gz
gdb-7b7c365c5c663ffdfb2b3f696db35c23cdccd921.tar.bz2
[bfd] Ensure unique printable names for bfd archs
Remove duplicate entry in bfd_ft32_arch and bfd_rx_arch. Fix printable name for bfd_mach_n1: "nh1" -> "n1". PR 28336 * cpu-ft32.c (arch_info_struct): Remove "ft32" entry. * cpu-rx.c (arch_info_struct): Remove "rx" entry. * cpu-nds32.c (bfd_nds32_arch): Fix printable name for bfd_mach_n1 entry.
Diffstat (limited to 'bfd/cpu-nds32.c')
-rw-r--r--bfd/cpu-nds32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c
index 3473a56..e3e9fec 100644
--- a/bfd/cpu-nds32.c
+++ b/bfd/cpu-nds32.c
@@ -42,4 +42,4 @@ static const bfd_arch_info_type arch_info_struct[] =
};
const bfd_arch_info_type bfd_nds32_arch =
- N (bfd_mach_n1, "n1h", true, NEXT);
+ N (bfd_mach_n1, "n1", true, NEXT);