]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: cr16: migrate to standard uintXX_t types
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Dec 2021 17:22:54 +0000 (12:22 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 6 Jan 2022 06:17:37 +0000 (01:17 -0500)
commit32267d593ad819da3bb5e072ec5f0e9947d5ec34
treef06c710f61803a08e2af0ed5da9de2dd71bdfdeb
parentf9f424229637e6a55a1fad3ae4b75e3900282098
sim: cr16: 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.

Also migrate off the sim-specific unsignedXX types.
sim/cr16/cr16_sim.h
sim/cr16/interp.c
sim/cr16/simops.c