[bfd] Ensure unique printable names for bfd archs
authorTom de Vries <tdevries@suse.de>
Wed, 15 Sep 2021 08:10:46 +0000 (10:10 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 15 Sep 2021 08:10:46 +0000 (10:10 +0200)
commit7b7c365c5c663ffdfb2b3f696db35c23cdccd921
tree0ca7edf1e7e900dac9d7ab72327516daacd28cb9
parent0a8d812b42b95e65dfe5c2344e98f805ba8156d4
[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.
bfd/cpu-ft32.c
bfd/cpu-nds32.c
bfd/cpu-rx.c