public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] kvx: bfd/config.bfd & ld/configure.tgt
@ 2023-08-24  3:07 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-24  3:07 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=21f8c9c1874f144bbe387874f586e61d4742e6eb

commit 21f8c9c1874f144bbe387874f586e61d4742e6eb
Author: Paul Iannetta <piannetta@kalrayinc.com>
Date:   Wed Aug 23 16:39:23 2023 +0200

    kvx: bfd/config.bfd & ld/configure.tgt
    
    bfd/
            * config.bfd: Remove kvx_elf64_vec from targ_selvecs as it is
            already in targ_defvec.
    ld/
            * configure.tgt: Split long line.

Diff:
---
 bfd/config.bfd   | 2 +-
 ld/configure.tgt | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 2a4622219ba..08129e6a8cb 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -807,7 +807,7 @@ case "${targ}" in
 
   kvx-*-*)
     targ_defvec=kvx_elf64_vec
-    targ_selvecs="kvx_elf64_vec kvx_elf32_vec"
+    targ_selvecs=kvx_elf32_vec
     want64=true
     ;;
 #endif
diff --git a/ld/configure.tgt b/ld/configure.tgt
index f78ba07e5ca..ff0aaaae257 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -476,7 +476,8 @@ lm32-*-*)		targ_emul=elf32lm32
 kvx-*-linux*)		targ_emul=elf64kvx_linux
 			targ_extra_emuls="elf64kvx"
 			;;
-kvx-*-*)		targ_emul=elf64kvx; targ_extra_emuls="elf64kvx_linux elf32kvx"
+kvx-*-*)		targ_emul=elf64kvx;
+			targ_extra_emuls="elf64kvx_linux elf32kvx"
 			;;
 m32c-*-elf)
 			targ_emul=elf32m32c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-24  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  3:07 [binutils-gdb] kvx: bfd/config.bfd & ld/configure.tgt Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).