diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-05-02 19:49:19 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-05-02 19:49:19 +0000 |
commit | cb6301058d6b4660853818f2ba1da798fea42334 (patch) | |
tree | aaa43fc45e5ba07999126ee3f518ffeb6c143a3d /opcodes | |
parent | e6a434469b6d80a8cf0b565b7ec8533008094d52 (diff) | |
download | gdb-cb6301058d6b4660853818f2ba1da798fea42334.zip gdb-cb6301058d6b4660853818f2ba1da798fea42334.tar.gz gdb-cb6301058d6b4660853818f2ba1da798fea42334.tar.bz2 |
* m32r-opc.c (m32r_cgen_insn_table, cmpui): Use $uimm16 instead
of $simm16.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 029d54a..3658d84 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,23 @@ +Fri May 2 12:48:37 1997 Doug Evans <dje@canuck.cygnus.com> + + * m32r-opc.c (m32r_cgen_insn_table, cmpui): Use $uimm16 instead + of $simm16. + +Thu May 1 15:34:15 1997 Doug Evans <dje@canuck.cygnus.com> + + * m32r-opc.h (CGEN_ARCH): Renamed from CGEN_CPU. + +Tue Apr 15 12:40:08 1997 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (install): Depend upon installdirs. + (installdirs): New target. + +Mon Apr 14 12:13:51 1997 Ian Lance Taylor <ian@cygnus.com> + + From Thomas Graichen <graichen@rzpd.de>: + * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub. + * configure: Rebuild. + Sun Apr 13 17:50:41 1997 Doug Evans <dje@canuck.cygnus.com> * cgen-*.c, m32r-*.c: #include sysdep.h instead of config.h. |