]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/v850/interp.c
sim: v850: migrate to standard uintXX_t types
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Dec 2021 17:28:46 +0000 (12:28 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 6 Jan 2022 06:17:37 +0000 (01:17 -0500)
commit436c3d9d7b20b522d9bc9d737c491ac4e6c719be
tree99456852c5ca7c1bb9a7fb8771c206f951d3f609
parent7606e1a3904368d942ad886c110dc34581e98c42
sim: v850: migrate to standard uintXX_t types

This old port setup its own uintXX types, but since we require C11
now, we can assume the standard uintXX_t types exist and use them.
sim/v850/interp.c
sim/v850/sim-main.h
sim/v850/simops.c
sim/v850/simops.h
sim/v850/v850.igen