Module Name:    src
Committed By:   rin
Date:           Mon Aug 28 00:31:36 UTC 2023

Modified Files:
        src/external/gpl3/binutils/dist/bfd: config.bfd

Log Message:
binutils/config.bfd: Clean up sh5 residue. NFC

Drop 64-bit integer support to sh3 target. Already removed for
little-endian target, whereas remained for big-endian somehow.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/external/gpl3/binutils/dist/bfd/config.bfd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/bfd/config.bfd
diff -u src/external/gpl3/binutils/dist/bfd/config.bfd:1.40 src/external/gpl3/binutils/dist/bfd/config.bfd:1.41
--- src/external/gpl3/binutils/dist/bfd/config.bfd:1.40	Mon Aug 28 00:27:50 2023
+++ src/external/gpl3/binutils/dist/bfd/config.bfd	Mon Aug 28 00:31:36 2023
@@ -1285,7 +1285,6 @@ case "${targ}" in
   sh*-*-netbsd*)
     targ_defvec=sh_elf32_nbsd_vec
     targ_selvecs="sh_elf32_nbsd_le_vec sh_coff_vec sh_coff_le_vec"
-    want64=true
     ;;
 
   shl*-*-elf* | sh[1234]l*-*-elf* | sh3el*-*-elf* | shl*-*-kaos*)

Reply via email to