m68k: bsd: Change type from char * to gdb_byte *
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 49e033533e2e1db3d7493bbc1aedd57e2bd2dcde..6703f1d4ae055f773095f50094aa355d62603276 100644 (file)
@@ -1,3 +1,67 @@
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * m68k-bsd-nat.c (m68kbsd_supply_gregset): Change type of regs to
+       gdb_byte *.
+       * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
+       * m68k-bsd-nat.c (m68kbsd_collect_gregset): Likewise.
+       * m68k-bsd-nat.c (m68kbsd_supply_pcb): Cast &tmp to gdb_byte *.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
+       register_t.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * alpha-bsd-nat.c (fetch_registers): New variable lwp and pass
+       it to the ptrace call.
+       * alpha-bsd-nat.c (store_registers): Likewise.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * alpha-bsd-nat.c: Remove <sys/procfs.h> and "gregset.h" from
+       includes.
+       * alpha-bsd-nat.c (gregset_t, fpregset_t): Remove.
+       * alpha-bsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
+       fill_fpregset): Likewise.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * alpha-bsd-nat.c (alpha_netbsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * alpha-bsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * alpha-bsd-nat.c: Define _KERNTYPES to get the declaration of
+       register_t.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * arm-nbsd-nat.c (fetch_register): New variable lwp and pass
+       it to the ptrace call.
+       * arm-nbsd-nat.c (fetch_fp_register): Likewise.
+       * arm-nbsd-nat.c (fetch_fp_regs): Likewise.
+       * arm-nbsd-nat.c (store_register): Likewise.
+       * arm-nbsd-nat.c (store_regs): Likewise.
+       * arm-nbsd-nat.c (store_fp_register): Likewise.
+       * arm-nbsd-nat.c (store_fp_regs): Likewise.
+
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
 2020-03-14  Kamil Rytarowski  <n54@gmx.com>
 
        * x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
This page took 0.025633 seconds and 4 git commands to generate.