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:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "bfd.h"
|
||||
#include "sim-main.h"
|
||||
#include "gdb/sim-h8300.h"
|
||||
#include "sim/sim-h8300.h"
|
||||
#include "sys/stat.h"
|
||||
#include "sys/types.h"
|
||||
#include "sim-options.h"
|
||||
|
||||
Reference in New Issue
Block a user