aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/misc.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-01 16:44:50 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-01 17:06:50 -0500
commit0a4d338dd017cba31395888ac7fe960371915fb5 (patch)
treec57439c6c12411d48c80ee5c20cb038702e51e7d /sim/ppc/misc.h
parenta243f0a5a184d571ce3bb73b1f11f64b6ebfdcfd (diff)
downloadgdb-0a4d338dd017cba31395888ac7fe960371915fb5.zip
gdb-0a4d338dd017cba31395888ac7fe960371915fb5.tar.gz
gdb-0a4d338dd017cba31395888ac7fe960371915fb5.tar.bz2
sim: ppc: unify igen filter_filename implementations
Now that both igen implementations are in the top-level, we can unify the filter_filename implementation between them since they're the same (literally the same code).
Diffstat (limited to 'sim/ppc/misc.h')
-rw-r--r--sim/ppc/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/misc.h b/sim/ppc/misc.h
index a9e97a0..0073467 100644
--- a/sim/ppc/misc.h
+++ b/sim/ppc/misc.h
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include "ansidecl.h"
-#include "filter_filename.h"
+#include "filter_host.h"
extern void error (const char *msg, ...)
ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);