X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2FChangeLog;h=3db1ba4ad4ba163be2aaf5094e76b094d1f2817f;hb=108d6f326e2bc91077c443f49be96fb57b081de8;hp=7b329cc0a61014d19c52f9db0c607eb94d0db1e7;hpb=8d157f96538cb927156e184cfc94ae3580e43426;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7b329cc0a6..3db1ba4ad4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,442 @@ +Fri Apr 10 18:14:31 1998 Doug Evans + + * m32r-opc.c: Regenerate. + +start-sanitize-sky +Mon Apr 6 17:16:48 1998 Doug Evans + + * dvp-opc.c (vif_macros): Tweak unpackloc operand. + (dvp_expand_macro): Implement. + (insert_vif_datalen): Record value with max+1 -> 0 conversion. + (vif_unpack_len): Perform 0 -> max+1 conversion on `wl' value. + +end-sanitize-sky +Sun Apr 5 16:04:39 1998 H.J. Lu + + * Makefile.am (stamp-lib): Check that .libs/libopcodes.a exists + before trying to copy it. + * Makefile.in: Rebuild. + +Thu Apr 2 17:25:49 1998 Nick Clifton + + * m32r-opc.c: Use signed immediate values for CMPUI instruction. + +start-sanitize-m32rx +Thu Apr 2 16:44:23 1998 Nick Clifton + + * m32r-opc.c: Fix bit patterns for SAT and SATB. + +end-sanitize-m32rx +Wed Apr 1 16:20:27 1998 Ian Dall + + * ns32k-dis.c (bit_extract_simple): New function to extract bits + from an arbitrary valid buffer instead of fetching them on demand + using fetch_data(). + (invalid_float): use bit_extract_simple() instead of bit_extract(). + +start-sanitize-m32rx +Wed Apr 1 14:57:54 1998 Nick Clifton + + * m32r-opc.c: Fix SATB bit pattern. Add extra control registers. + * m32r-opc.h: Add extra control registers. + +end-sanitize-m32rx +Tue Mar 31 11:09:08 1998 Ian Lance Taylor + + From H.J. Lu : + * i386-dis.c (dis386): Change 0x8c and 0x8e to movS, and change Ew + to Ev for both. + +Mon Mar 30 17:32:03 1998 Ian Lance Taylor + + * Branched binutils 2.9. + +start-sanitize-d30v +Mon Mar 30 15:18:00 1998 Ken Raeburn + + * d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when + disassembling last 4 bytes of a section. + +end-sanitize-d30v +Fri Mar 27 18:08:13 1998 Ian Lance Taylor + + Fix some gcc -Wall warnings: + * arc-dis.c (print_insn): Add casts to avoid warnings. + * cgen-opc.c (cgen_keyword_lookup_name): Likewise. + * d10v-dis.c (dis_long, dis_2_short): Likewise. +start-sanitize-sky + * dvp-opc.c (issymchar, SKIP_BLANKS): Likewise. + (parse_dotdest, parse_dotdest1, u_parse_sdest): Likewise. + (parse_bc, parse_vfreg, parse_accdest): Likewise. + (parse_ffstreg, parse_vif_mode): Likewise. +end-sanitize-sky + * m10200-dis.c (disassemble): Likewise. + * m10300-dis.c (disassemble): Likewise. + * ns32k-dis.c (print_insn_ns32k): Likewise. + * ppc-opc.c (insert_ral, insert_ram): Likewise. + * cgen-dis.c (build_dis_hash_table): Remove used local variables. + * cgen-opc.c (cgen_keyword_search_next): Likewise. + * d10v-dis.c (dis_long, dis_2_short): Likewise. +start-sanitize-d30v + * d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise. +end-sanitize-d30v +start-sanitize-sky + * dvp-dis.c (print_dma, print_vif, print_gif): Likewise. + * dvp-opc.c (parse_dest1, print_uflags): Likewise. + (parse_gif_nloop, dvp_opcode_init_tables): Likewise. +end-sanitize-sky + * ns32k-dis.c (bit_extract, print_insn_ns32k): Likewise. +start-sanitize-tic80 + * tic80-dis.c (print_one_instruction): Likewise. +end-sanitize-tic80 + * w65-dis.c (print_operand): Likewise. + * z8k-dis.c (fetch_data): Likewise. + * a29k-dis.c: Add return type for find_byte_func_type. + * arc-opc.c: Include . Remove declarations of + insert_multshift and extract_multshift. +start-sanitize-d30v + * d30v-dis.c (lookup_opcode): Parenthesize assignments in + conditionals. + (extract_value): Fully parenthesize expression. +end-sanitize-d30v +start-sanitize-sky + * dvp-opc.c: Include . + (print_sdest): Add default case to switch. +end-sanitize-sky + * h8500-dis.c (print_insn_h8500): Initialize local variables. + * h8500-opc.h (h8500_table): Fully bracket initializer. + * w65-opc.h (optable): Likewise. + * i386-dis.c (print_insn_x86): Declare aflag and flag parameters. + * i386-dis.c (OP_E): Initialize local variables. + * m10200-dis.c (print_insn_mn10200): Likewise. + * mips-dis.c (print_insn_mips16): Likewise. + * sh-dis.c (print_insn_shx): Likewise. + * v850-dis.c (print_insn_v850): Likewise. + * ns32k-dis.c (print_insn_arg): Declare. + (get_displacement, invalid_float): Declare. + (list_search, sign_extend, flip_bytes): Declare return type. + (get_displacement): Likewise. + (print_insn_arg): Likewise. Make d int. Fix sprintf format + string. + (print_insn_ns32k): Make i unsigned. + (invalid_float): Make static. Declare type of val. + * tic30-dis.c (print_par_insn): Make i size_t. Don't check strlen + on each for iteration. + * tic30-dis.c (get_indirect_operand): Likewise. + * z8k-dis.c (print_insn_z8001): Declare return type. + (print_insn_z8002): Likewise. + (unparse_instr): Fix sprintf format strings. + +Fri Mar 27 00:05:23 1998 Jeffrey A Law (law@cygnus.com) + + * mips-opc.c: Add "sync.l" and "sync.p". + +start-sanitize-sky +Thu Mar 26 13:27:37 1998 Doug Evans + + * dvp-opc.c (extract_vif_datalen): Rewrite. + (vif_insn_len): Perform 0->max+1 conversion for direct length. + +Wed Mar 25 13:32:36 1998 Doug Evans + + * dvp-dis.c (print_insn): Print unpack address in hex. + * dvp-opc.c (parse_vif_mpgloc): Renamed from parse_vif_mpgloc_star. + Don't skip over '*', just record it. + (insert_vif_mpgloc): Don't update state_vif_mpgloc if '*' value. + (parse_vif_unpackloc): Renamed from parse_vif_unpackloc_star. + Don't skip over '*', just record it. + (insert_vif_unpackloc): Don't update state_vif_unpackloc if '*' value. + (vif_operands): Delete VIF_MPGLOC_STAR,VIF_UNPACKLOC_STAR entries. + (vif_opcodes): Likewise. + (state_vif_{mpg,unpack}loc_star_p): New static locals. + (vif_macros,vif_macro_count): New globals. + (vif_unpack_len_value): New arguments wl,cl. All callers updated. + (vif_set_{mpg,unpack}loc): Delete. All callers updated. + (vif_get_wl_cl): New function. + (dvp_opcode_init_parse): Init mpgloc,unpackloc state. + +end-sanitize-sky +Wed Mar 25 14:32:48 1998 Andreas Schwab + + * m68k-dis.c (print_insn_m68k): Use info->mach to select the + default m68k variant to recognize. + + * i960-dis.c (pinsn): Change type of first argument to bfd_vma. + (ctrl, cobr, mem, ea): Likewise. + (print_addr): Likewise. Remove cast. + (ea): Cast argument of print_addr to bfd_vma. + + * cgen-asm.c (cgen_parse_signed_integer): Fix type of local + variable value. + (cgen_parse_unsigned_integer): Likewise. + (cgen_parse_address): Likewise. + +Wed Mar 25 14:31:31 1998 Ian Lance Taylor + + * i960-dis.c (ctrl): Add full braces to structure initialization. + (cobr, mem, reg): Likewise. + (ea): Correct parenthesization in expression. + + * cgen-asm.c: Include . + (build_asm_hash_table): Remove unused local variable i. + (cgen_parse_keyword): Add casts to avoid warnings. + + * arm-dis.c (print_insn_big_arm): Only call coffsymbol for a COFF + symbol. Fix indentation. + (print_insn_little_arm): Likewise. + +start-sanitize-r5900 +Tue Mar 24 18:11:13 1998 Jeffrey A Law (law@cygnus.com) + + * vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni" + opcode extensions. + +end-sanitize-r5900 +start-sanitize-m32rx +Mon Mar 23 11:32:11 1998 Nick Clifton + + * m32r-opc.c (m32r_cgen_insn_table_entries): Fix SATH bit pattern + (PR15418). + +end-sanitize-m32rx +start-sanitize-sky +Mon Mar 23 09:45:04 1998 Doug Evans + + * dvp-opc.c (vif_operand_datalen_special): New global. + +end-sanitize-sky +start-sanitize-r5900 +Sun Mar 22 13:00:14 1998 Jeffrey A Law (law@cygnus.com) + + * vu0.h (vcallms): Use 'O' for call target operand. + * mips-dis.c (print_insn_arg): Handle 'O'. + +end-sanitize-r5900 +Fri Mar 20 18:55:18 1998 Ian Lance Taylor + + * configure.in: Use AM_DISABLE_SHARED. + * aclocal.m4, configure: Rebuild with libtool 1.2. + +start-sanitize-r5900 +Fri Mar 20 09:01:31 1998 Jeffrey A Law (law@cygnus.com) + + * mips-dis.c: Change '%' to '#' to avoid conflict with vr5400 + support. + * vu0.h: Likewise. + +end-sanitize-r5900 +Thu Mar 19 15:46:53 1998 Nick Clifton + + These patches are courtesy of Jonathan Walton and Tony Thompson + (athompso@cambridge.arm.com). + + * arm-dis.c (print_insn_thumb): Ignore bottom two bits of PC + relative addresses. + + * arm-opc.h (thumb_opcodes): Annotate PC relative addresses with + both the offset and the label closest to the destination. + +start-sanitize-r5900 +Thu Mar 19 13:53:25 1998 Jeffrey A Law (law@cygnus.com) + + * vu0.h: New file with cop2/vu0 instructions. + * mips-opc.c: Include vu0.h. + * mips-dis.c (print_insn_arg): Handle new args 0-9, +, -, %, K, &, + J, Q, X, and U. + (print_insn_mips): Do not emit a tab after an instruction if the + first arg is an instruction completer (&). If the next arg is an + escape character (%), then print the next arg verbatim. + * Makefile.am (mips-opc.lo): Depend on vu0.h + +end-sanitize-r5900 +start-sanitize-sky +Thu Mar 19 10:42:51 1998 Doug Evans + + * dvp-opc.c (vif_opcodes): Add stcycl. + +Tue Mar 17 10:53:58 1998 Doug Evans + + * dvp-dis.c (print_dma): Change length from 16 to 8. + +end-sanitize-sky +Sat Mar 14 23:47:14 1998 Doug Evans + + * m32r-opc.h: Regenerate. + +start-sanitize-sky +Thu Mar 12 09:18:54 1998 Doug Evans + + * dvp-opc.c (print_dest1): Print dest spec again. + (print_vfreg,print_accdest): Likewise. + (vif_unpack_len): Round result up to word boundary. + +end-sanitize-sky +start-sanitize-vr4320 +Tue Mar 10 15:57:23 1998 Gavin Koch + + * mips-opc.c ("clz","dclz"): Added the 4320 versions. + +Mon Mar 9 15:22:06 1998 Gavin Koch + + * mips-opc.c ("macc*","mul*"): Added the 4320 versions + of these. + +end-sanitize-vr4320 +start-sanitize-sky +Fri Mar 6 11:27:53 1998 Doug Evans + + * dvp-dis.c (print_gif): Fix length calcs for gifimage. + (print_insn): Do mask comparison on proper opcode word. + Print unsigned values in hex. + * dvp-opc.c (u_parse_sdest): Return -1 if dest missing. + (parse_bc): Catch missing dest. + (parse_vfreg): Replace atoi call with strtol. + (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise. + (parse_bcftreg,parse_ffstreg): Handle missing dest. + (extract_gif_eop): New function. + (gif_operands): Update eop entry. + (VGIFOP,VGIFNREGS): Fix calcs. + (extract_gif_prim): Set *pinvalid to 1 if prim not used. + (gif_regs): Add entry for unused 11 case. + (print_gif_regs): Print empty list instead of nothing. + (extract_gif_nloop): Fix value calc. + (print_gif_nloop): Always print value, even if 0. + (insert_vif_wlcl,extract_vif_wlcl): New functions. + (vif_operands): Use them for wl,cl fields. + (state_vif_wl,state_vif_cl): New static locals. + (parse_vif_mode): Handle numeric args. + (vif_unpack_len_value,vif_unpack_len): New functions. + (vif_insn_len): Call vif_unpack_len. + +end-sanitize-sky +Wed Mar 4 12:08:14 1998 Doug Evans + + * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate. + +Tue Mar 3 18:51:22 1998 Doug Evans + + * cgen-asm.in: Move insertion of generated routines to top of file. + (insert_normal): Add prototype. Delete `shift' arg. + * cgen-dis.in: Move insertion of generated routines to top of file. + (extract_normal): Add prototype. Delete `shift' arg. + (print_normal): Add prototype. Call CGEN_PRINT_NORMAL if defined. + (print_keyword): Add prototype. Fix type of `attrs' arg. + +start-sanitize-vr4320 +Tue Mar 3 11:47:58 1998 Gavin Koch + + * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320. + * mips-opc.c ("mac","dmac") : Added 4320 insns. + +end-sanitize-vr4320 +Sat Feb 28 16:02:34 1998 Nick Clifton + + * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Do not + assume that info->symbols is non-empty. + +Sat Feb 28 12:19:05 1998 Richard Henderson + + * alpha-opc.c (cvtqs) There is no such thing. + (cvttq): Missing most of the /*d variants. + +start-sanitize-r5900 +Fri Feb 27 13:16:42 1998 Andrew Cagney + + * mips-opc.c (r5900/madd.s): Takes three operands, not four. Fix + opcode. + (r5900/min.s): Incorrect opcode ....,101001 not ...110000. + (r5900/msub.s): Takes three operands, not four. Fix opcode. + +end-sanitize-r5900 +start-sanitize-d30v +Thu Feb 26 15:53:09 1998 Michael Meissner + + * d30v-opc.c (d30v_opcode_table): Indicate which instructions are + delayed branches or jumps. + +end-sanitize-d30v +start-sanitize-sky +Fri Feb 27 10:04:19 1998 Doug Evans + + * dvp-opc.c (vif_operands): Add unpack[u] support. + (vif_opcodes): Ditto. + (*_vif_imrubits): Renamed from *_vif_imrbits. + +Wed Feb 25 00:27:44 1998 Doug Evans + + * dvp-dis.c (print_insn): Handle word number. + Handle mips address vs vu address. + * dvp-opc.c (vif_operands): Use DVP_OPERAND_VU_ADDRESS. + (dma_operands): Use DVP_OPERAND_MIPS_ADDRESS. + ({insert,extract}_dma_addr): Fix word ofset. + ({insert,print}_gif_regs): Fix encode/decode. + +end-sanitize-sky +Tue Feb 24 10:46:44 1998 Doug Evans + + * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed + to *info->symbols. + * mips-dis.c (print_insn_{big,little}_mips): Likewise. + * tic30-dis.c (print_branch): Likewise. +start-sanitize-sky + * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type. + * dvp-dis.c (dvp_info_mach_type): New function. + (print_insn_dvp): Call it. + (print_vif): Return length of 4 if mpg or direct insn so following + insns get properly disabled. + (print_gif): Fix word order. + * dvp-opc.c (vif_insn_len): New argument `pcpu'. All callers updated. + (gif_operands): Fix word order. + (gif_opcodes): Likewise. + ({insert,extract,print}_gif_regs): Likewise. + (gif_regs): Add new register number/name changes. + (dma_opcodes): Add dmarefe insn. +end-sanitize-sky + +Tue Feb 24 11:06:18 1998 Nick Clifton + + * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Remove + saved_symbol code as it is no longer needed. + +Mon Feb 23 13:16:17 1998 Doug Evans + + * cgen-asm.c: Include symcat.h. + * cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto. + + * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate. + +start-sanitize-sky +Mon Feb 23 09:51:39 1998 Doug Evans + + * dvp-opc.c (extra_dma_flags): Fix typos. + (dma_operands): Fix word numbers. + (dma_opcodes): Likewise. + ({insert,extract}_dma_flags): Likewise. + +end-sanitize-sky +Mon Feb 23 10:34:58 1998 Jeffrey A Law (law@cygnus.com) + + * mips-dis.c (print_insn_arg): Do not prefix 'P' arguments with '$'. + +start-sanitize-sky +Fri Feb 20 18:02:20 1998 Doug Evans + + * dvp-dis.c (print_gif): Complete. + * dvp-opc.c (gif_operands,gif_opcodes): Complete. + (state_gif_{nregs,regs,nloop}): New static locals. + (*_gif_*): Complete. + (dvp_opcode_init_{parse,print}): Init gif state locals. + (extract_vif_datalen,{insert,extract}_vif_imrbits): New functions. + (vif_insn_len): Handle `unpack'. + ({insert,extract}_dma_flags): Complete. + +end-sanitize-sky +start-sanitize-r5900 +Fri Feb 20 01:23:16 1998 Jeffrey A Law (law@cygnus.com) + + * mips-opc.c (mula.s): Renamed from multa.s. + +end-sanitize-r5900 Thu Feb 19 16:51:13 1998 Doug Evans * m32r-opc.[ch]: Regenerate. @@ -351,14 +790,12 @@ Sun Nov 23 22:25:21 1997 Michael Meissner (d30v_format_table): Add SHORT_CMPU cases for cmpu. end-sanitize-d30v -start-sanitize-sh4 Wed Nov 19 17:42:35 1997 Richard Henderson * sh-dis.c (print_insn_shx): Recognize all sh4 additions. * sh-opc.h (fmov): Add @+, variant for sh4. (ftrv): Slay the cut-and-paste monster. -end-sanitize-sh4 Tue Nov 18 23:10:03 1997 J"orn Rennecke * d10v-dis.c (print_operand): @@ -666,7 +1103,6 @@ Thu Aug 21 11:09:09 1997 Nick Clifton * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other. end-sanitize-v850e -start-sanitize-sh4 Wed Aug 20 00:43:11 1997 J"orn Rennecke * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR. @@ -675,7 +1111,6 @@ Wed Aug 20 00:43:11 1997 J"orn Rennecke Add insns to access SGR and DBR. * sh-dis.c (print_insn_shx): Add SH4 floating point extensions. -end-sanitize-sh4 Tue Aug 19 10:59:59 1997 Richard Henderson * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.