[binutils-gdb] bfd: fold kvx-*-linux* entry
Jan Beulich
jbeulich@sourceware.org
Fri Mar 20 13:10:15 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6d29beaee6addf633cf8442af61b087b4b54cfb4
commit 6d29beaee6addf633cf8442af61b087b4b54cfb4
Author: Jan Beulich <jbeulich@suse.com>
Date: Fri Mar 20 14:08:52 2026 +0100
bfd: fold kvx-*-linux* entry
It's identical to the more generic kvx-*-*. Similarly its entry in the
${targ_cpu} case statement is redundant with the "*" one at the bottom.
Diff:
---
bfd/config.bfd | 7 -------
1 file changed, 7 deletions(-)
diff --git a/bfd/config.bfd b/bfd/config.bfd
index bc035a078bc..e25f77a369d 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -203,7 +203,6 @@ fido*) targ_archs=bfd_m68k_arch ;;
hppa*) targ_archs=bfd_hppa_arch ;;
i[3-7]86) targ_archs=bfd_i386_arch ;;
ia16) targ_archs=bfd_i386_arch ;;
-kvx) targ_archs=bfd_kvx_arch ;;
loongarch*) targ_archs=bfd_loongarch_arch ;;
m6811*|m68hc11*) targ_archs="bfd_m68hc11_arch bfd_m68hc12_arch bfd_m9s12x_arch bfd_m9s12xg_arch" ;;
m6812*|m68hc12*) targ_archs="bfd_m68hc12_arch bfd_m68hc11_arch bfd_m9s12x_arch bfd_m9s12xg_arch" ;;
@@ -701,12 +700,6 @@ case "${targ}" in
;;
#ifdef BFD64
- kvx-*-linux*)
- targ_defvec=kvx_elf64_vec
- targ_selvecs=kvx_elf32_vec
- want64=true
- ;;
-
kvx-*-*)
targ_defvec=kvx_elf64_vec
targ_selvecs=kvx_elf32_vec
More information about the Binutils-cvs
mailing list