]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add explicit cast to fix build of vax-bsd-nat.c
authorKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 12:33:14 +0000 (13:33 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 12:33:14 +0000 (13:33 +0100)
commit12753073036aad1250b5e9a1bd6991c125150269
tree546bb5e048da479c8b942f1ad4f217c46dbd46c9
parentd5be5fa4207da00d039a1d5a040ba316e7092cbd
Add explicit cast to fix build of vax-bsd-nat.c

gdb/ChangeLog:

* vax-bsd-nat.c (vaxbsd_supply_gregset): Cast gregs to const gdb_byte *.
* vax-bsd-nat.c (vaxbsd_collect_gregset): Cast gregs to void *.
gdb/ChangeLog
gdb/vax-bsd-nat.c