sim: d10v: migrate to standard uintXX_t types
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Dec 2021 17:24:12 +0000 (12:24 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 6 Jan 2022 06:17:37 +0000 (01:17 -0500)
commiteae126cb7e10fd2107f4457af929eda96447f728
treefec5be7812b5a2fe6df9dcad894fe5132767f02b
parent32267d593ad819da3bb5e072ec5f0e9947d5ec34
sim: d10v: 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/d10v/d10v_sim.h
sim/d10v/endian.c
sim/d10v/interp.c
sim/d10v/simops.c