[binutils-gdb] gdb: lm32: drop unused sim headers
Michael Frysinger
vapier@sourceware.org
Fri May 14 04:28:10 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=183aaaf72a8c0643de1aab1018e23fe020e2ff79
commit 183aaaf72a8c0643de1aab1018e23fe020e2ff79
Author: Mike Frysinger <vapier@gentoo.org>
Date: Sat May 1 12:48:08 2021 -0400
gdb: lm32: drop unused sim headers
Looks like these were copied & pasted as nothing from them are used.
Diff:
---
gdb/ChangeLog | 5 +++++
gdb/lm32-tdep.c | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 48a0e374729..c94628c5c9b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-13 Mike Frysinger <vapier@gentoo.org>
+
+ * lm32-tdep.c: Delete gdb/callback.h, gdb/remote-sim.h, and
+ sim-regno.h include.
+
2021-05-13 Simon Marchi <simon.marchi@efficios.com>
* inf-child.h (inf_child_target) <follow_exec>: New.
diff --git a/gdb/lm32-tdep.c b/gdb/lm32-tdep.c
index 0a3bd077cfa..6fed6961025 100644
--- a/gdb/lm32-tdep.c
+++ b/gdb/lm32-tdep.c
@@ -28,9 +28,6 @@
#include "remote.h"
#include "gdbcore.h"
#include "gdb/sim-lm32.h"
-#include "gdb/callback.h"
-#include "gdb/remote-sim.h"
-#include "sim-regno.h"
#include "arch-utils.h"
#include "regcache.h"
#include "trad-frame.h"
More information about the Gdb-cvs
mailing list