diff options
Diffstat (limited to 'gdb/arch')
-rw-r--r-- | gdb/arch/aarch32.c | 1 | ||||
-rw-r--r-- | gdb/arch/aarch64-insn.c | 1 | ||||
-rw-r--r-- | gdb/arch/aarch64-mte-linux.h | 1 | ||||
-rw-r--r-- | gdb/arch/aarch64-scalable-linux.h | 1 | ||||
-rw-r--r-- | gdb/arch/aarch64.c | 1 | ||||
-rw-r--r-- | gdb/arch/amd64.c | 1 | ||||
-rw-r--r-- | gdb/arch/arc.c | 1 | ||||
-rw-r--r-- | gdb/arch/arm-get-next-pcs.c | 1 | ||||
-rw-r--r-- | gdb/arch/arm-linux.c | 1 | ||||
-rw-r--r-- | gdb/arch/arm.c | 1 | ||||
-rw-r--r-- | gdb/arch/csky.c | 1 | ||||
-rw-r--r-- | gdb/arch/i386.c | 1 | ||||
-rw-r--r-- | gdb/arch/loongarch.c | 1 | ||||
-rw-r--r-- | gdb/arch/ppc-linux-common.c | 1 | ||||
-rw-r--r-- | gdb/arch/riscv.c | 1 | ||||
-rw-r--r-- | gdb/arch/tic6x.c | 1 |
16 files changed, 0 insertions, 16 deletions
diff --git a/gdb/arch/aarch32.c b/gdb/arch/aarch32.c index 9f3e250..ead368f 100644 --- a/gdb/arch/aarch32.c +++ b/gdb/arch/aarch32.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch32.h" #include "../features/arm/arm-core.c" diff --git a/gdb/arch/aarch64-insn.c b/gdb/arch/aarch64-insn.c index 65a2841..3caef45 100644 --- a/gdb/arch/aarch64-insn.c +++ b/gdb/arch/aarch64-insn.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch64-insn.h" /* Toggle this file's internal debugging dump. */ diff --git a/gdb/arch/aarch64-mte-linux.h b/gdb/arch/aarch64-mte-linux.h index e0f4a98..460b10e 100644 --- a/gdb/arch/aarch64-mte-linux.h +++ b/gdb/arch/aarch64-mte-linux.h @@ -20,7 +20,6 @@ #ifndef ARCH_AARCH64_MTE_LINUX_H #define ARCH_AARCH64_MTE_LINUX_H -#include "gdbsupport/common-defs.h" /* Feature check for Memory Tagging Extension. */ #ifndef HWCAP2_MTE diff --git a/gdb/arch/aarch64-scalable-linux.h b/gdb/arch/aarch64-scalable-linux.h index 43577c4..4d2ace8 100644 --- a/gdb/arch/aarch64-scalable-linux.h +++ b/gdb/arch/aarch64-scalable-linux.h @@ -21,7 +21,6 @@ #ifndef ARCH_AARCH64_SCALABLE_LINUX_H #define ARCH_AARCH64_SCALABLE_LINUX_H -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" /* Feature check for Scalable Matrix Extension. */ diff --git a/gdb/arch/aarch64.c b/gdb/arch/aarch64.c index dfa4f59..5526aa1 100644 --- a/gdb/arch/aarch64.c +++ b/gdb/arch/aarch64.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "aarch64.h" #include <stdlib.h> diff --git a/gdb/arch/amd64.c b/gdb/arch/amd64.c index b8ff427..cb9683c 100644 --- a/gdb/arch/amd64.c +++ b/gdb/arch/amd64.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "amd64.h" #include "gdbsupport/x86-xstate.h" #include <stdlib.h> diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c index aeb476d..e807b60 100644 --- a/gdb/arch/arc.c +++ b/gdb/arch/arc.c @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "arc.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index 3657ac7..03115cf 100644 --- a/gdb/arch/arm-get-next-pcs.c +++ b/gdb/arch/arm-get-next-pcs.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/gdb_vecs.h" #include "gdbsupport/common-regcache.h" #include "arm.h" diff --git a/gdb/arch/arm-linux.c b/gdb/arch/arm-linux.c index 80c3cdd..246bade 100644 --- a/gdb/arch/arm-linux.c +++ b/gdb/arch/arm-linux.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" #include "arch/arm.h" #include "arm-linux.h" diff --git a/gdb/arch/arm.c b/gdb/arch/arm.c index 1118030..f1c292b 100644 --- a/gdb/arch/arm.c +++ b/gdb/arch/arm.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "gdbsupport/common-regcache.h" #include "arm.h" diff --git a/gdb/arch/csky.c b/gdb/arch/csky.c index 3ecba61..32df2ad 100644 --- a/gdb/arch/csky.c +++ b/gdb/arch/csky.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "csky.h" #include <stdlib.h> diff --git a/gdb/arch/i386.c b/gdb/arch/i386.c index 0e46b6a..f3165c5 100644 --- a/gdb/arch/i386.c +++ b/gdb/arch/i386.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "i386.h" #include "gdbsupport/tdesc.h" #include "gdbsupport/x86-xstate.h" diff --git a/gdb/arch/loongarch.c b/gdb/arch/loongarch.c index 22f2d39..04b6dfc 100644 --- a/gdb/arch/loongarch.c +++ b/gdb/arch/loongarch.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "loongarch.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/ppc-linux-common.c b/gdb/arch/ppc-linux-common.c index e673278..0a6915c 100644 --- a/gdb/arch/ppc-linux-common.c +++ b/gdb/arch/ppc-linux-common.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "arch/ppc-linux-common.h" #include "arch/ppc-linux-tdesc.h" diff --git a/gdb/arch/riscv.c b/gdb/arch/riscv.c index cafcda5..9a84844 100644 --- a/gdb/arch/riscv.c +++ b/gdb/arch/riscv.c @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbsupport/common-defs.h" #include "riscv.h" #include <stdlib.h> #include <unordered_map> diff --git a/gdb/arch/tic6x.c b/gdb/arch/tic6x.c index dea409a..680a794 100644 --- a/gdb/arch/tic6x.c +++ b/gdb/arch/tic6x.c @@ -17,7 +17,6 @@ #include "gdbsupport/tdesc.h" #include "tic6x.h" -#include "gdbsupport/common-defs.h" #include "../features/tic6x-core.c" #include "../features/tic6x-gp.c" |