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:
parent
897903a210
commit
d026e67ed4
39 changed files with 24 additions and 24 deletions
|
@ -51,7 +51,7 @@
|
|||
#include "arch/arm.h"
|
||||
#include "arch/arm-get-next-pcs.h"
|
||||
#include "arm-tdep.h"
|
||||
#include "gdb/sim-arm.h"
|
||||
#include "sim/sim-arm.h"
|
||||
|
||||
#include "elf-bfd.h"
|
||||
#include "coff/internal.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "trad-frame.h"
|
||||
#include "dis-asm.h"
|
||||
#include "sim-regno.h"
|
||||
#include "gdb/sim-bfin.h"
|
||||
#include "sim/sim-bfin.h"
|
||||
#include "dwarf2/frame.h"
|
||||
#include "symtab.h"
|
||||
#include "elf-bfd.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "trad-frame.h"
|
||||
#include "dis-asm.h"
|
||||
#include "sim-regno.h"
|
||||
#include "gdb/sim-frv.h"
|
||||
#include "sim/sim-frv.h"
|
||||
#include "opcodes/frv-desc.h" /* for the H_SPR_... enums */
|
||||
#include "symtab.h"
|
||||
#include "elf-bfd.h"
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "symfile.h"
|
||||
#include "remote.h"
|
||||
#include "gdbcore.h"
|
||||
#include "gdb/sim-lm32.h"
|
||||
#include "sim/sim-lm32.h"
|
||||
#include "arch-utils.h"
|
||||
#include "regcache.h"
|
||||
#include "trad-frame.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "defs.h"
|
||||
#include "gdb/sim-m32c.h"
|
||||
#include "sim/sim-m32c.h"
|
||||
#include "gdbtypes.h"
|
||||
#include "regcache.h"
|
||||
#include "arch-utils.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "osabi.h"
|
||||
#include "infcall.h"
|
||||
#include "sim-regno.h"
|
||||
#include "gdb/sim-ppc.h"
|
||||
#include "sim/sim-ppc.h"
|
||||
#include "reggroups.h"
|
||||
#include "dwarf2/frame.h"
|
||||
#include "target-descriptions.h"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "elf/sh.h"
|
||||
#include "dwarf2.h"
|
||||
/* registers numbers shared with the simulator. */
|
||||
#include "gdb/sim-sh.h"
|
||||
#include "sim/sim-sh.h"
|
||||
#include <algorithm>
|
||||
|
||||
/* List of "set sh ..." and "show sh ..." commands. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue