From d026e67ed41a249ec758847008d8a19257bf45fc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 10 Dec 2022 06:33:58 -0500 Subject: 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. --- sim/rl78/gdb-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/rl78') diff --git a/sim/rl78/gdb-if.c b/sim/rl78/gdb-if.c index 15653cb..cc76a7d 100644 --- a/sim/rl78/gdb-if.c +++ b/sim/rl78/gdb-if.c @@ -33,7 +33,7 @@ along with this program. If not, see . */ #include "sim/callback.h" #include "sim/sim.h" #include "gdb/signals.h" -#include "gdb/sim-rl78.h" +#include "sim/sim-rl78.h" #include "cpu.h" #include "mem.h" -- cgit v1.1