aboutsummaryrefslogtreecommitdiff
path: root/include/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 20:01:37 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-22 20:10:14 -0500
commit11e25f766e533b77538b2618b4ef3e2bc2fb5780 (patch)
tree749c14d5187aa813ec9f98c56c15c2fb69ad3230 /include/sim
parent697e27f0eeb700819e56a7f963457956ed67cfa4 (diff)
downloadgdb-11e25f766e533b77538b2618b4ef3e2bc2fb5780.zip
gdb-11e25f766e533b77538b2618b4ef3e2bc2fb5780.tar.gz
gdb-11e25f766e533b77538b2618b4ef3e2bc2fb5780.tar.bz2
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
Diffstat (limited to 'include/sim')
-rw-r--r--include/sim/sim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sim/sim.h b/include/sim/sim.h
index 468a63b..6243bd4 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'. */