Fix typo: .syntax.name should have been .name
authorNick Clifton <nickc@redhat.com>
Fri, 16 Jan 1998 20:19:21 +0000 (20:19 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 16 Jan 1998 20:19:21 +0000 (20:19 +0000)
sim/m32r/ChangeLog
sim/m32r/arch-defs.h

index c2f2a3e..eb0465c 100644 (file)
@@ -1,8 +1,17 @@
+Fri Jan 16 12:16:56 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arch-defs.h (INSN_NAME): Fix typo.
+
+Mon Dec 15 23:17:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
 
        * m32r-sim.h (MSPR_ADDR): New macro.
        (m32r_mspr_device): Declare.
-       (struct _devicep: Define.
+       (struct _device): Define.
        * m32r.c (m32r_mspr_device): New global.
        (device_{io_{read,write}_buffer,error}): New functions.
        * mem-ops.h (SETMEM*): Use sim_core_write_map, not read map.
index 7dee7ca..cb13cf0 100644 (file)
@@ -104,7 +104,7 @@ typedef enum mode_type {
 #define MAX_MODES ((int) MODE_MAX)
 
 /* Return name of instruction numbered INSN.  */
-#define INSN_NAME(insn) (m32r_cgen_insn_table_entries[insn].syntax.name)
+#define INSN_NAME(insn) (m32r_cgen_insn_table_entries[insn].name)
 
 /* Enum declaration for model types.  */
 typedef enum model_type {