Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 07:29:22 UTC 2023

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

Log Message:
gdb/bfd: Correct default byte-order for armeb, lost during merge

XXX
mknative later


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/external/gpl3/gdb/dist/bfd/config.bfd:1.25
--- src/external/gpl3/gdb/dist/bfd/config.bfd:1.24	Mon Jul 31 16:59:49 2023
+++ src/external/gpl3/gdb/dist/bfd/config.bfd	Thu Aug 17 07:29:22 2023
@@ -385,11 +385,11 @@ case "${targ}" in
     targ_defvec=arm_elf32_nacl_be_vec
     targ_selvecs="arm_elf32_nacl_le_vec"
     ;;
-  armeb-*-netbsd*)
+  arm*eb-*-netbsd*)
     targ_defvec=arm_elf32_be_vec
     targ_selvecs="arm_elf32_le_vec"
     ;;
-  arm-*-netbsd* | arm-*-openbsd*)
+  arm*-*-netbsd* | arm-*-openbsd*)
     targ_defvec=arm_elf32_le_vec
     targ_selvecs="arm_elf32_be_vec"
     ;;

Reply via email to