diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ChangeLog | 5 | ||||
-rw-r--r-- | cpu/m32c.opc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 2b8c45a..432540f 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2009-10-23 Doug Evans <dje@sebabeach.org> + + * m32c.opc (opc.h): cgen-types.h -> cgen/basic-modes.h. + cgen-ops.h -> cgen/basic-ops.h. + 2009-09-25 Alan Modra <amodra@bigpond.net.au> * m32r.cpu (stb-plus): Typo fix. diff --git a/cpu/m32c.opc b/cpu/m32c.opc index 40c3075..bc983ea 100644 --- a/cpu/m32c.opc +++ b/cpu/m32c.opc @@ -40,8 +40,8 @@ /* -- opc.h */ /* Needed for RTL's 'ext' and 'trunc' operators. */ -#include "cgen-types.h" -#include "cgen-ops.h" +#include "cgen/basic-modes.h" +#include "cgen/basic-ops.h" /* We can't use the default hash size because many bits are used by operands. */ |