]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/v850/ChangeLog
sim: v850: add pointer casts for execv on Windows
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 19:23:24 +0000 (15:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 19:32:59 +0000 (15:32 -0400)
commit1f8ef36f752871485e6e462dc1cfaa8ac5058011
tree2a22b5c00df05aff551ef85f24ad4bc852a31ebb
parentfc23e71a17c38150bfad9e520f81f839fc2df4d8
sim: v850: add pointer casts for execv on Windows

The execv prototypes on Windows via mingw64 include extra const
markings on the argv/envp pointers than what POSIX specifies.
Cast them to void* as a hack to get it working on all platforms.
sim/v850/ChangeLog
sim/v850/simops.c