mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
sim: move register headers into sim/ namespace [PR sim/29869]
These headers define the register numbers for each port to implement the sim_fetch_register & sim_store_register interfaces. While gdb uses these, the APIs are part of the sim, not gdb. Move the headers out of the gdb/ include namespace and into sim/ instead.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
#include "opcode/ft32.h"
|
||||
|
||||
#include "ft32-tdep.h"
|
||||
#include "gdb/sim-ft32.h"
|
||||
#include "sim/sim-ft32.h"
|
||||
#include <algorithm>
|
||||
|
||||
#define RAM_BIAS 0x800000 /* Bias added to RAM addresses. */
|
||||
|
Reference in New Issue
Block a user