aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c')
-rw-r--r--sim/m32c/ChangeLog5
-rw-r--r--sim/m32c/gdb-if.c4
-rw-r--r--sim/m32c/syscalls.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog
index f8842f5..099d70d 100644
--- a/sim/m32c/ChangeLog
+++ b/sim/m32c/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-14 Mike Frysinger <vapier@gentoo.org>
+
+ * gdb-if.c: Update include path.
+ * syscalls.c: Likewise.
+
2021-05-07 Mike Frysinger <vapier@gentoo.org>
* mem.c: Include errno.h.
diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c
index c2aff06..3698648 100644
--- a/sim/m32c/gdb-if.c
+++ b/sim/m32c/gdb-if.c
@@ -28,8 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "ansidecl.h"
#include "libiberty.h"
-#include "gdb/callback.h"
-#include "gdb/remote-sim.h"
+#include "sim/callback.h"
+#include "sim/sim.h"
#include "gdb/signals.h"
#include "gdb/sim-m32c.h"
diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c
index 86695cb..e940084 100644
--- a/sim/m32c/syscalls.c
+++ b/sim/m32c/syscalls.c
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/time.h>
-#include "gdb/callback.h"
+#include "sim/callback.h"
#include "cpu.h"
#include "mem.h"