aboutsummaryrefslogtreecommitdiff
path: root/sim/iq2000
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 09:55:07 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-01 23:14:19 -0500
commit60a1031181a972a199fc64abddbdf9bcac20193a (patch)
tree8e8a6382b253ff67f63fcb3b2937f4d87006b289 /sim/iq2000
parent3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e (diff)
downloadbinutils-60a1031181a972a199fc64abddbdf9bcac20193a.zip
binutils-60a1031181a972a199fc64abddbdf9bcac20193a.tar.gz
binutils-60a1031181a972a199fc64abddbdf9bcac20193a.tar.bz2
sim: replace -I$srcroot/opcodes include with -I$srcroot
Clean up includes a bit by making ports include opcodes/ headers explicitly. This matches other projects, and makes it more clear where these headers are coming from.
Diffstat (limited to 'sim/iq2000')
-rw-r--r--sim/iq2000/sim-main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h
index 2398e30..dcd7ed4 100644
--- a/sim/iq2000/sim-main.h
+++ b/sim/iq2000/sim-main.h
@@ -10,8 +10,8 @@
#define WITH_SCACHE_PBB 1
#include "sim-basics.h"
-#include "iq2000-desc.h"
-#include "iq2000-opc.h"
+#include "opcodes/iq2000-desc.h"
+#include "opcodes/iq2000-opc.h"
#include "arch.h"
/* Pull in IQ2000_{DATA,INSN}_{MASK,VALUE}. */