aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-08-22 09:03:06 +0930
committerAlan Modra <amodra@gmail.com>2023-08-22 09:35:55 +0930
commitfddbba54a4b8224c848010048102ddcdbae1ec78 (patch)
treec3444a22d37386b6f04922a065c1de1f8663e0eb /bfd
parentbb8b2f633e1eefbe3d8611e11c9a1fe054e33c34 (diff)
downloadgdb-fddbba54a4b8224c848010048102ddcdbae1ec78.zip
gdb-fddbba54a4b8224c848010048102ddcdbae1ec78.tar.gz
gdb-fddbba54a4b8224c848010048102ddcdbae1ec78.tar.bz2
kvx-linux config
A misplaced line, resulting in testsuite errors when attempting to use as -m32. * config.bfd (kvx-*-linux*): Add targ_selvecs. (kvx-*-*): Remove targ_selvecs.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 29f1c77..30927bd 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -801,13 +801,13 @@ case "${targ}" in
#ifdef BFD64
kvx-*-linux*)
targ_defvec=kvx_elf64_vec
+ targ_selvecs=kvx_elf32_vec
want64=true
;;
#endif
kvx-*-*)
targ_defvec=kvx_elf32_vec
- targ_selvecs="kvx_elf32_vec"
#ifdef BFD64
targ64_selvecs=kvx_elf64_vec
#endif