Module Name:    src
Committed By:   rin
Date:           Mon Aug 28 03:03:30 UTC 2023

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

Log Message:
gdb/config.bfd: Consistently use netbsd* instead of netbsdelf*


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/gpl3/gdb/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/gdb/dist/bfd/config.bfd
diff -u src/external/gpl3/gdb/dist/bfd/config.bfd:1.26 src/external/gpl3/gdb/dist/bfd/config.bfd:1.27
--- src/external/gpl3/gdb/dist/bfd/config.bfd:1.26	Mon Aug 28 03:02:27 2023
+++ src/external/gpl3/gdb/dist/bfd/config.bfd	Mon Aug 28 03:03:30 2023
@@ -841,7 +841,7 @@ case "${targ}" in
   m68*-*-*)
     targ_defvec=m68k_elf32_vec
     ;;
-  m68*-*-netbsdelf* | m5407-*-netbsdelf*)
+  m68*-*-netbsd* | m5407-*-netbsd*)
     targ_defvec=m68k_elf32_vec
     targ_selvecs="m68k_aout_nbsd_vec m68k_aout_4knbsd_vec m68k_aout_hp300bsd_vec sparc_aout_sunos_be_vec"
     ;;

Reply via email to