From: Frank Ch. Eigler Date: Fri, 23 Oct 1998 11:31:32 +0000 (+0000) Subject: * Fixes for PRs 17559, 16602, brought over from sky branch. X-Git-Tag: gdb-4_18~978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62c0e5bc39b35e881b9e4ab33fe3bea3b7ac6f71;p=external%2Fbinutils.git * Fixes for PRs 17559, 16602, brought over from sky branch. start-sanitize-r5900 Fri Oct 23 12:06:00 EDT 1998 Frank Ch. Eigler * mips-opc.c (vrget, vclipw, vrnext): Correct COP2 opcodes and masks. end-sanitize-r5900 --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2f0de06..9faa884 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,39 @@ +start-sanitize-r5900 +Fri Oct 23 12:06:00 EDT 1998 Frank Ch. Eigler + + * mips-opc.c (vrget, vclipw, vrnext): Correct COP2 opcodes + and masks. + +end-sanitize-r5900 +Mon Oct 19 13:03:19 1998 Doug Evans + +start-sanitize-cygnus + * cgen-asm.in (insert_1): New function. + (insert_normal): Progress on handling ! CGEN_INT_INSN_P. + (insert_insn_normal): Update handling of CGEN_INT_INSN_P. + (@arch@_cgen_assemble_insn): Update type of `buf' arg. + * cgen-dis.in (extract_1): New function. + (extract_normal): buf_ctrl renamed to ex_info, update type. + Progress on handling of CGEN_INT_INSN_P. + (extract_insn_normal): buf_ctrl renamed to ex_info, update type. + Update handling of CGEN_INT_INSN_P. Handle errors from + @arch@_cgen_extract_operand. + (print_insn): Renamed from print_int_insn. Handle ! CGEN_INT_INSN_P. + (default_print_insn): Renamed from print_insn. + Handle ! CGEN_INT_INSN_P. + (print_insn_@arch@): Handle error returns from print_insn. + * cgen-opc.in (cgen_get_insn_value, cgen_put_insn_value): New fns. + (@arch@_cgen_lookup_insn): Update handling of CGEN_INT_INSN_P. + (@arch@_cgen_lookup_get_insn_operands): Ditto. +end-sanitize-cygnus + * m32r-opc.c,m32r-opc.h,m32r-asm.c,m32r-dis.c: Regenerate. + start-sanitize-am33 +Wed Oct 14 12:12:25 1998 Jeffrey A Law (law@cygnus.com) + + * m10300-opc.c: Allow autoincrement stores using the same register + for source and destination operands. + Mon Oct 12 10:43:51 1998 Jeffrey A Law (law@cygnus.com) * m10300-opc.c: DSP instrutions which only write to one general diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 1a7cdbd..ec9a0c5 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -172,7 +172,7 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"vaddaz", "&UK,2K,1#z", 0x4a00003e, 0xfe0007ff, 0, T5}, {"vcallms","O", 0x4a000038, 0xffe0003f, 0, T5}, {"vcallmsr", "9", 0x4a00d839, 0xffffffff, 0, T5}, -{"vclip","2", 0x4be001ff, 0xffff07ff, 0, T5}, +{"vclipw","&2K,1#w", 0x4a0001ff, 0xfe0007ff, 0, T5}, {"vdiv","Q,8,7", 0x4a0003bc, 0xfe0007ff, 0, T5}, {"vftoi0", "&1K,2K", 0x4a00017c, 0xfe0007ff, 0, T5}, {"vftoi4", "&1K,2K", 0x4a00017d, 0xfe0007ff, 0, T5}, @@ -258,9 +258,9 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"vnop","", 0x4a0002ff, 0xffffffff, 0, T5}, {"vopmula", ";UK,2K,1K", 0x4bc002fe, 0xffe007ff, 0, T5}, {"vopmsub", ";3K,2K,1K", 0x4bc0002e, 0xffe0003f, 0, T5}, -{"vrget", "&1K,X", 0x4a20043d, 0xfe00ffff, 0, T5}, +{"vrget", "&1K,X", 0x4a00043d, 0xfe00ffff, 0, T5}, {"vrinit", "X,8", 0x4a00043e, 0xff9f07ff, 0, T5}, -{"vrnext", "&1K,X", 0x4a20043c, 0xfe00ffff, 0, T5}, +{"vrnext", "&1K,X", 0x4a00043c, 0xfe00ffff, 0, T5}, {"vrsqrt","Q,8,7", 0x4a0003be, 0xfe0007ff, 0, T5}, {"vrxor", "X,8", 0x4a00043f, 0xff9f07ff, 0, T5}, {"vsqd", "&2K,(--4)K", 0x4a00037f, 0xfe0007ff, 0, T5},