Fix typo: .syntax.name should have been .name
This commit is contained in:
parent
af8e4ed9b1
commit
ea9cac8aee
@ -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>
|
Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
* m32r-sim.h (MSPR_ADDR): New macro.
|
* m32r-sim.h (MSPR_ADDR): New macro.
|
||||||
(m32r_mspr_device): Declare.
|
(m32r_mspr_device): Declare.
|
||||||
(struct _devicep: Define.
|
(struct _device): Define.
|
||||||
* m32r.c (m32r_mspr_device): New global.
|
* m32r.c (m32r_mspr_device): New global.
|
||||||
(device_{io_{read,write}_buffer,error}): New functions.
|
(device_{io_{read,write}_buffer,error}): New functions.
|
||||||
* mem-ops.h (SETMEM*): Use sim_core_write_map, not read map.
|
* mem-ops.h (SETMEM*): Use sim_core_write_map, not read map.
|
||||||
|
@ -104,7 +104,7 @@ typedef enum mode_type {
|
|||||||
#define MAX_MODES ((int) MODE_MAX)
|
#define MAX_MODES ((int) MODE_MAX)
|
||||||
|
|
||||||
/* Return name of instruction numbered INSN. */
|
/* 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. */
|
/* Enum declaration for model types. */
|
||||||
typedef enum model_type {
|
typedef enum model_type {
|
||||||
|
Loading…
Reference in New Issue
Block a user