Module Name: src Committed By: rin Date: Thu Aug 17 14:53:39 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-bsd-tdep.c Log Message: gdb/m68k: Add missing nbsd_init_abi() call To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 src/external/gpl3/gdb/dist/gdb/m68k-bsd-tdep.c 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/m68k-bsd-tdep.c diff -u src/external/gpl3/gdb/dist/gdb/m68k-bsd-tdep.c:1.1.1.4 src/external/gpl3/gdb/dist/gdb/m68k-bsd-tdep.c:1.2 --- src/external/gpl3/gdb/dist/gdb/m68k-bsd-tdep.c:1.1.1.4 Sun Jul 30 22:44:45 2023 +++ src/external/gpl3/gdb/dist/gdb/m68k-bsd-tdep.c Thu Aug 17 14:53:38 2023 @@ -28,6 +28,7 @@ #include "gdbtypes.h" #include "m68k-tdep.h" +#include "netbsd-tdep.h" #include "solib-svr4.h" /* Core file support. */ @@ -135,6 +136,8 @@ m68kbsd_init_abi (struct gdbarch_info in { m68k_gdbarch_tdep *tdep = gdbarch_tdep<m68k_gdbarch_tdep> (gdbarch); + nbsd_init_abi (info, gdbarch); + tdep->jb_pc = 5; tdep->jb_elt_size = 4;