Module Name: src Committed By: rin Date: Mon Aug 28 03:16:48 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: gdb/configure.tgt: Misc clean up. NFC. - Drop upstream diff for irrelevant part. - Use netbsd* instead of netbsdelf* for coldfire. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 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.33 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.34 --- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.33 Fri Aug 18 00:04:00 2023 +++ src/external/gpl3/gdb/dist/gdb/configure.tgt Mon Aug 28 03:16:47 2023 @@ -269,7 +269,7 @@ hppa*-*-netbsd*) ;; hppa*-*-openbsd*) # Target: OpenBSD/hppa - gdb_target_obs="hppa-bsd-tdep.o hppa-obsd-tdep.o" + gdb_target_obs="hppa-bsd-tdep.o hppa-obsd-tdep.o solib-svr4.o" ;; i[34567]86-*-darwin*) @@ -395,7 +395,7 @@ m68*-*-linux*) gdb_target_obs="m68k-tdep.o m68k-linux-tdep.o solib-svr4.o \ linux-tdep.o glibc-tdep.o symfile-mem.o" ;; -m68*-*-netbsd* | m68*-*-knetbsd*-gnu | m5407-*-netbsdelf*) +m68*-*-netbsd* | m68*-*-knetbsd*-gnu | m5407-*-netbsd*) # Target: NetBSD/m68k gdb_target_obs="m68k-tdep.o m68k-bsd-tdep.o" ;;