aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/table.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/table.c
parenta295b6b0cd772f88d36c6f4fca48e18f414f1ccc (diff)
downloadfsf-binutils-gdb-179bd7a89d85a1d7b67c641778eac7df849b8d09.zip
fsf-binutils-gdb-179bd7a89d85a1d7b67c641778eac7df849b8d09.tar.gz
fsf-binutils-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/table.c')
-rw-r--r--sim/ppc/table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/table.c b/sim/ppc/table.c
index da16967..cb9a73a 100644
--- a/sim/ppc/table.c
+++ b/sim/ppc/table.c
@@ -24,7 +24,6 @@
#include <fcntl.h>
#include <ctype.h>
-#include "build-config.h"
#include "misc.h"
#include "lf.h"
#include "table.h"