mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
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
This commit is contained in:
@ -26,12 +26,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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
|
/* Semi-opaque type used as result of sim_open and passed back to all
|
||||||
other routines. "desc" is short for "descriptor".
|
other routines. "desc" is short for "descriptor".
|
||||||
It is up to each simulator to define `sim_state'. */
|
It is up to each simulator to define `sim_state'. */
|
||||||
|
Reference in New Issue
Block a user