aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/igen.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-01 15:26:21 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-01 15:59:11 -0500
commit179bd7a89d85a1d7b67c641778eac7df849b8d09 (patch)
treeafa0e54c061059cd35e289da01a37b03a9dd8aa8 /sim/ppc/igen.c
parenta295b6b0cd772f88d36c6f4fca48e18f414f1ccc (diff)
downloadgdb-179bd7a89d85a1d7b67c641778eac7df849b8d09.zip
gdb-179bd7a89d85a1d7b67c641778eac7df849b8d09.tar.gz
gdb-179bd7a89d85a1d7b67c641778eac7df849b8d09.tar.bz2
sim: ppc: drop build-config.h usage
This header is only used by the igen tool, and none of the igen code depends on the configure-time checks. Delete the logic to simplify to prepare for moving it to the local.mk code.
Diffstat (limited to 'sim/ppc/igen.c')
-rw-r--r--sim/ppc/igen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c
index 9f64244..4de7469 100644
--- a/sim/ppc/igen.c
+++ b/sim/ppc/igen.c
@@ -23,7 +23,6 @@
#include "misc.h"
#include "lf.h"
#include "table.h"
-#include "build-config.h"
#include "filter.h"