Module Name: src Committed By: rin Date: Thu Aug 17 07:45:11 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: gdb/vax and ia64: Add missing tdep files for NetBSD They are also missing for gdb 11. XXX For vax, something still wrong. For ia64, compile test only. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/external/gpl3/gdb/dist/gdb/configure.tgt 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/gdb/configure.tgt diff -u src/external/gpl3/gdb/dist/gdb/configure.tgt:1.30 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.31 --- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.30 Mon Aug 14 20:42:27 2023 +++ src/external/gpl3/gdb/dist/gdb/configure.tgt Thu Aug 17 07:45:11 2023 @@ -349,6 +349,11 @@ ia64-*-*vms*) gdb_target_obs="ia64-vms-tdep.o" ;; +ia64-*-netbsd*) + # Target: Intel IA-64 running netbsd + gdb_target_obs="ia64-netbsd-tdep.o" + ;; + iq2000-*-*) gdb_target_obs="iq2000-tdep.o" ;; @@ -689,7 +694,7 @@ v850*-*-elf | v850*-*-rtems*) vax-*-netbsd* | vax-*-knetbsd*-gnu) # Target: NetBSD/vax - gdb_target_obs="vax-tdep.o" + gdb_target_obs="vax-tdep.o vax-netbsd-tdep.o" ;; vax-*-openbsd*) # Target: OpenBSD/vax