From fa48c11b73aee480efc2fdbbcaa8326ff0b7f0e5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 9 May 2003 11:36:09 +0000 Subject: * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on gen_num_opcodes_fn return type. --- include/ChangeLog | 5 +++++ include/xtensa-isa-internal.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index e8a9dc3..b88ca78 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-05-09 Alan Modra + + * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on + gen_num_opcodes_fn return type. + 2003-05-07 Jason Merrill * hashtab.h (iterative_hash): Prototype. diff --git a/include/xtensa-isa-internal.h b/include/xtensa-isa-internal.h index d2244c5..7f221ea 100644 --- a/include/xtensa-isa-internal.h +++ b/include/xtensa-isa-internal.h @@ -104,7 +104,7 @@ typedef struct xtensa_isa_internal_struct typedef struct xtensa_isa_module_struct { - const int (*get_num_opcodes_fn) (void); + int (*get_num_opcodes_fn) (void); xtensa_opcode_internal **(*get_opcodes_fn) (void); int (*decode_insn_fn) (const xtensa_insnbuf); struct config_struct *(*get_config_table_fn) (void); -- cgit v1.1