From: Ken Raeburn Date: Wed, 8 Mar 1995 08:23:24 +0000 (+0000) Subject: * m68k-dis.c (BREAK_UP_BIG_DECL): Make secondary array static and const. X-Git-Tag: gdb-4_18~12220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cf2e6ebbcb278b42dca22a153248bc47b607f98;p=platform%2Fupstream%2Fbinutils.git * m68k-dis.c (BREAK_UP_BIG_DECL): Make secondary array static and const. (reg_names): Now const. (print_insn_arg): Arrays cacheFieldName and names now const. (print_indexed): Array scales now const. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 336c600..fa99d6d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -5,6 +5,10 @@ Wed Mar 8 02:54:05 1995 Ken Raeburn work around gcc bugs. (print_insn_m68k): Call opcode instead of referencing m68k_opcodes directly. + (BREAK_UP_BIG_DECL): Make secondary array static and const. + (reg_names): Now const. + (print_insn_arg): Arrays cacheFieldName and names now const. + (print_indexed): Array scales now const. start-sanitize-arc Tue Mar 7 21:14:14 1995 Doug Evans