Skip to content
Snippets Groups Projects
Commit b497d0b0 authored by Nick Clifton's avatar Nick Clifton
Browse files

* iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.

parent 6c5a6c01
No related branches found
No related tags found
No related merge requests found
2006-05-22 Nick Clifton <nickc@redhat.com>
* iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
2006-04-10 DJ Delorie <dj@redhat.com>
* m32c.opc (parse_unsigned_bitbase): Take a new parameter which
......
......@@ -1173,10 +1173,7 @@
(if (keep-mach? (iq2000))
(include "../../cpu/iq2000m.cpu"))
(include "iq2000m.cpu"))
(if (keep-mach? (iq10))
(include "../../cpu/iq10.cpu"))
(include "iq10.cpu"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment