From: Mike Frysinger Date: Fri, 23 Dec 2022 01:01:37 +0000 (-0500) Subject: sim: drop unused SIM_ADDR type [PR sim/7504] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11e25f766e533b77538b2618b4ef3e2bc2fb5780;p=binutils-gdb.git sim: drop unused SIM_ADDR type [PR sim/7504] Now that sim APIs either use 64-bit addresses all the time, or more appropriate target-specific types, drop this now-unused 32-bit-only address type. Bug: https://sourceware.org/PR7504 --- diff --git a/include/sim/sim.h b/include/sim/sim.h index 468a63bbc20..6243bd49a12 100644 --- a/include/sim/sim.h +++ b/include/sim/sim.h @@ -26,12 +26,6 @@ extern "C" { #endif -/* This file is used when building stand-alone simulators, so isolate this - file from gdb. */ - -typedef unsigned int SIM_ADDR; - - /* Semi-opaque type used as result of sim_open and passed back to all other routines. "desc" is short for "descriptor". It is up to each simulator to define `sim_state'. */