forked from Imagelibrary/binutils-gdb
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:
@@ -20,7 +20,7 @@
|
||||
#ifndef LM32_SIM_H
|
||||
#define LM32_SIM_H
|
||||
|
||||
#include "gdb/sim-lm32.h"
|
||||
#include "sim/sim-lm32.h"
|
||||
|
||||
/* CSRs. */
|
||||
#define LM32_CSR_IE 0
|
||||
|
||||
Reference in New Issue
Block a user