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/lm32/lm32-sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/lm32') diff --git a/sim/lm32/lm32-sim.h b/sim/lm32/lm32-sim.h index eb58fb9..95a945d 100644 --- a/sim/lm32/lm32-sim.h +++ b/sim/lm32/lm32-sim.h @@ -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 -- cgit v1.1