1*75fd0b74Schristos2003-12-15 Christian Groessler <chris@groessler.org> 2*75fd0b74Schristos 3*75fd0b74Schristos * z8k-dis.c (intr_names): Removed. 4*75fd0b74Schristos (print_intr, print_flags): New functions. 5*75fd0b74Schristos (unparse_instr): Use new functions. 6*75fd0b74Schristos 7*75fd0b74Schristos2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 8*75fd0b74Schristos 9*75fd0b74Schristos * m32r-opc.c: Regenerate. 10*75fd0b74Schristos 11*75fd0b74Schristos2003-12-14 Mark Mitchell <mark@codesourcery.com> 12*75fd0b74Schristos 13*75fd0b74Schristos * arm-opc.h (arm_opcodes): Put V6 instructions before XScale 14*75fd0b74Schristos instructions. 15*75fd0b74Schristos 16*75fd0b74Schristos2003-12-13 Hans-Peter Nilsson <hp@bitrange.com> 17*75fd0b74Schristos 18*75fd0b74Schristos * mmix-opc.c (mmix_opcodes): Use GO_INSN_BYTE, PUSHGO_INSN_BYTE, 19*75fd0b74Schristos SETL_INSN_BYTE, INCH_INSN_BYTE, INCMH_INSN_BYTE, INCML_INSN_BYTE 20*75fd0b74Schristos and SWYM_INSN_BYTE instead of raw numbers. 21*75fd0b74Schristos 22*75fd0b74Schristos2003-12-10 Zack Weinberg <zack@codesourcery.com> 23*75fd0b74Schristos 24*75fd0b74Schristos * ppc-opc.c (MO): Make optional. 25*75fd0b74Schristos (RAO, RSO, SHO): New optional forms of RA, RS, SH operands. 26*75fd0b74Schristos (tlbwe): Accept for both PPC403 and BOOKE. Make all operands optional. 27*75fd0b74Schristos 28*75fd0b74Schristos2003-12-05 Ricardo Anguiano <anguiano@codesourcery.com> 29*75fd0b74Schristos Mark Mitchell <mark@codesourcery.com> 30*75fd0b74Schristos Richard Earnshaw <rearnsha@arm.com> 31*75fd0b74Schristos 32*75fd0b74Schristos * arm-dis.c (print_arm_insn): Add 'W' macro. 33*75fd0b74Schristos * arm-opc.h (arm_opcodes): Add V6 instructions. 34*75fd0b74Schristos (thumb_opcodes): Likewise. 35*75fd0b74Schristos 36*75fd0b74Schristos2003-12-04 Alan Modra <amodra@bigpond.net.au> 37*75fd0b74Schristos 38*75fd0b74Schristos * openrisc-asm.c: Regenerate. 39*75fd0b74Schristos * pj-opc.c: Update copyright date. 40*75fd0b74Schristos 41*75fd0b74Schristos2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 42*75fd0b74Schristos 43*75fd0b74Schristos * m32r-asm.c: Regenerate. 44*75fd0b74Schristos * m32r-desc.c: Regenerate. 45*75fd0b74Schristos * m32r-desc.h: Regenerate. 46*75fd0b74Schristos * m32r-dis.c: Regenerate. 47*75fd0b74Schristos * m32r-ibld.c: Regenerate. 48*75fd0b74Schristos * m32r-opc.c: Regenerate. 49*75fd0b74Schristos * m32r-opc.h: Regenerate. 50*75fd0b74Schristos * m32r-opinst.c: Regenerate. 51*75fd0b74Schristos 52*75fd0b74Schristos2003-12-02 Alexandre Oliva <aoliva@redhat.com> 53*75fd0b74Schristos 54*75fd0b74Schristos * sh-opc.h: Add support for sh4a and no-fpu variants. 55*75fd0b74Schristos * sh-dis.c: Ditto. 56*75fd0b74Schristos 57*75fd0b74Schristos2003-12-02 Kazu Hirata <kazu@cs.umass.edu> 58*75fd0b74Schristos 59*75fd0b74Schristos * alpha-opc.c: Remove ARGSUSED. 60*75fd0b74Schristos * i370-opc.c: Likewise. 61*75fd0b74Schristos * ppc-opc.c: Likewise. 62*75fd0b74Schristos 63*75fd0b74Schristos2003-12-02 Alan Modra <amodra@bigpond.net.au> 64*75fd0b74Schristos 65*75fd0b74Schristos * Makefile.am: Run "make dep-am". 66*75fd0b74Schristos * Makefile.in: Regenerate. 67*75fd0b74Schristos 68*75fd0b74Schristos2003-11-28 Christian Groessler <chris@groessler.org> 69*75fd0b74Schristos 70*75fd0b74Schristos * z8k-dis.c: Convert to ISO C90. 71*75fd0b74Schristos * z8kgen.c: Convert to ISO C90. 72*75fd0b74Schristos (opt): Move long opcode for "ldb rdb,imm8" after short one, now 73*75fd0b74Schristos the short one is created when assembling. 74*75fd0b74Schristos * z8k-opc.h: Regenerate with new z8kgen.c. 75*75fd0b74Schristos 76*75fd0b74Schristos2003-11-19 Kazu Hirata <kazu@cs.umass.edu> 77*75fd0b74Schristos 78*75fd0b74Schristos * h8300-dis.c (print_colon_thingie): Remove. 79*75fd0b74Schristos 80*75fd0b74Schristos2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl> 81*75fd0b74Schristos 82*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Handle new macros: "lca" and 83*75fd0b74Schristos "dlca". 84*75fd0b74Schristos 85*75fd0b74Schristos2003-11-14 Nick Clifton <nickc@redhat.com> 86*75fd0b74Schristos 87*75fd0b74Schristos * dis-init.c (init_disassemble_info): Initialise 88*75fd0b74Schristos symbol_is_valid field. 89*75fd0b74Schristos * dis-buf.c (generic_symbol_is_valid): New function. Always 90*75fd0b74Schristos returns TRUE. 91*75fd0b74Schristos * arm-dis.c (arm_symbol_is_valid): New function. Return FALSE 92*75fd0b74Schristos for ARM ELF mapping symbols. 93*75fd0b74Schristos * disassemble.c (disassemble_init_for_target): Set 94*75fd0b74Schristos symbol_is_valid field to arm_symbol_is_valid of the target is 95*75fd0b74Schristos an ARM. 96*75fd0b74Schristos 97*75fd0b74Schristos2003-11-05 H.J. Lu <hongjiu.lu@intel.com> 98*75fd0b74Schristos 99*75fd0b74Schristos * m68k-opc.c (m68k_opcodes): Reorder "fmovel". 100*75fd0b74Schristos 101*75fd0b74Schristos2003-11-03 Daniel Jacobowitz <drow@mvista.com> 102*75fd0b74Schristos 103*75fd0b74Schristos * arm-dis.c (print_arm_insn): Print "-" after "#". 104*75fd0b74Schristos 105*75fd0b74Schristos2003-10-30 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 106*75fd0b74Schristos 107*75fd0b74Schristos * alpha-opc.c: Add support for a second argument to RPCC. 108*75fd0b74Schristos 109*75fd0b74Schristos2003-10-27 Stephane Carrez <stcarrez@nerim.fr> 110*75fd0b74Schristos 111*75fd0b74Schristos * m68hc11-dis.c: Convert to ISO C90 prototypes. 112*75fd0b74Schristos 113*75fd0b74Schristos2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com> 114*75fd0b74Schristos Bernardo Innocenti <bernie@develer.com> 115*75fd0b74Schristos 116*75fd0b74Schristos * m68k-dis.c: Add MCFv4/MCF5528x support. 117*75fd0b74Schristos * m68k-opc.c: Likewise. 118*75fd0b74Schristos 119*75fd0b74Schristos2003-10-10 Dave Brolley <brolley@redhat.com> 120*75fd0b74Schristos 121*75fd0b74Schristos * frv-asm.c,frv-desc.c,frv-opc.c: Regenerated. 122*75fd0b74Schristos 123*75fd0b74Schristos2003-10-08 Dave Brolley <brolley@redhat.com> 124*75fd0b74Schristos 125*75fd0b74Schristos * frv-desc.[ch], frv-opc.[ch]: Regenerated. 126*75fd0b74Schristos 127*75fd0b74Schristos2003-09-30 Bob Wilson <bob.wilson@acm.org> 128*75fd0b74Schristos 129*75fd0b74Schristos * xtensa-dis.c (fetch_data): Remove numBytes parameter. 130*75fd0b74Schristos (print_insn_xtensa): Fix call to fetch_data. 131*75fd0b74Schristos 132*75fd0b74Schristos2003-09-30 Chris Demetriou <cgd@broadcom.com> 133*75fd0b74Schristos 134*75fd0b74Schristos * mips-dis.c (mips_arch_choices): Add entry for "mips64r2" 135*75fd0b74Schristos (print_insn_args): Add handing for +E, +F, +G, and +H. 136*75fd0b74Schristos * mips-opc.c (I65): New define for MIPS64r2. 137*75fd0b74Schristos (mips_builtin_opcodes): Add "dext", "dextm", "dextu", "dins", 138*75fd0b74Schristos "dinsm", "dinsu", "drotl", "drotr", "drotr32", "drotrv", "dsbh", 139*75fd0b74Schristos and "dshd" for MIPS64r2. Adjust "dror", "dror32", and "drorv" to 140*75fd0b74Schristos be supported on MIPS64r2. 141*75fd0b74Schristos 142*75fd0b74Schristos2003-09-24 Dave Brolley <brolley@redhat.com> 143*75fd0b74Schristos 144*75fd0b74Schristos * frv-desc.c, frv-opc.c, frv-opc.h: Regenerated. 145*75fd0b74Schristos 146*75fd0b74Schristos2003-09-14 Andreas Jaeger <aj@suse.de> 147*75fd0b74Schristos 148*75fd0b74Schristos * i386-dis.c: Convert to ISO C90 prototypes. 149*75fd0b74Schristos * i370-dis.c: Likewise. 150*75fd0b74Schristos * i370-opc.c: Likewiwse. 151*75fd0b74Schristos * i960-dis.c: Likewise. 152*75fd0b74Schristos * ia64-opc.c: Likewise. 153*75fd0b74Schristos 154*75fd0b74Schristos2003-09-09 Dave Brolley <brolley@redhat.com> 155*75fd0b74Schristos 156*75fd0b74Schristos * frv-desc.c: Regenerated. 157*75fd0b74Schristos 158*75fd0b74Schristos2003-09-08 Dave Brolley <brolley@redhat.com> 159*75fd0b74Schristos 160*75fd0b74Schristos On behalf of Doug Evans <dje@sebabeach.org> 161*75fd0b74Schristos * Makefile.am (run-cgen): Pass new args archfile and opcfile 162*75fd0b74Schristos to cgen.sh. 163*75fd0b74Schristos (stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc, 164*75fd0b74Schristos stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files 165*75fd0b74Schristos to cgen.sh. 166*75fd0b74Schristos (stamp-frv): Delete hardcoded path spec workaround. 167*75fd0b74Schristos * Makefile.in: Regenerate. 168*75fd0b74Schristos * cgen.sh: New args archfile and opcfile. Pass on to cgen. 169*75fd0b74Schristos 170*75fd0b74Schristos2003-09-04 Nick Clifton <nickc@redhat.com> 171*75fd0b74Schristos 172*75fd0b74Schristos * v850-dis.c (disassemble): Accept bfd_mach_v850e1. 173*75fd0b74Schristos * v850-opc.c (v850_opcodes): Add DBTRAP and DBRET instructions. 174*75fd0b74Schristos 175*75fd0b74Schristos2003-09-04 Alan Modra <amodra@bigpond.net.au> 176*75fd0b74Schristos 177*75fd0b74Schristos * ppc-dis.c (struct dis_private): New. 178*75fd0b74Schristos (powerpc_dialect): Make static. Accept -Many in addition to existing 179*75fd0b74Schristos options. Save dialect in dis_private. 180*75fd0b74Schristos (print_insn_big_powerpc): Retrieve dialect from dis_private. 181*75fd0b74Schristos (print_insn_little_powerpc): Likewise. 182*75fd0b74Schristos (print_insn_powerpc): Call powpc_dialect here. Remove unnecessary 183*75fd0b74Schristos efs/altivec check. Try harder to disassemble if given -Many. 184*75fd0b74Schristos * ppc-opc.c (insert_fxm): Expand comment. 185*75fd0b74Schristos (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY. 186*75fd0b74Schristos (POWER, POWER2, PPCPWR2, POWER32, COM, COM32, M601, PWRCOM): Likewise. 187*75fd0b74Schristos (POWER4): Remove PPCCOM. 188*75fd0b74Schristos (PPCONLY): Don't define. Update all occurrences to PPC. 189*75fd0b74Schristos 190*75fd0b74Schristos2003-09-03 Andrew Cagney <cagney@redhat.com> 191*75fd0b74Schristos 192*75fd0b74Schristos * dis-init.c (init_disassemble_info): New file and function. 193*75fd0b74Schristos * Makefile.am (CFILES): Add "dis-init.c". 194*75fd0b74Schristos (libopcodes_la_SOURCES): Add "dis-init.c". 195*75fd0b74Schristos (dis-init.lo): Specify dependencies. 196*75fd0b74Schristos * Makefile.in: Regenerate. 197*75fd0b74Schristos 198*75fd0b74Schristos2003-09-03 Dave Brolley <brolley@redhat.com> 199*75fd0b74Schristos 200*75fd0b74Schristos * frv-*: Regenerated. 201*75fd0b74Schristos 202*75fd0b74Schristos2003-09-02 Alan Modra <amodra@bigpond.net.au> 203*75fd0b74Schristos 204*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries. 205*75fd0b74Schristos Move duplicate mnemonic entries together. Use RS instead of RT on 206*75fd0b74Schristos all mt*. 207*75fd0b74Schristos * ppc-dis.c: Convert to ISO C. 208*75fd0b74Schristos 209*75fd0b74Schristos2003-08-29 Dave Brolley <brolley@redhat.com> 210*75fd0b74Schristos 211*75fd0b74Schristos * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from 212*75fd0b74Schristos $(srcdir)/../cpu temporarily when regenerating source files. 213*75fd0b74Schristos * Makefile.in: Regenerated. 214*75fd0b74Schristos 215*75fd0b74Schristos2003-08-19 Nick Clifton <nickc@redhat.com> 216*75fd0b74Schristos 217*75fd0b74Schristos * arm-dis.c (print_insn_arm: case 'A'): Add code to 218*75fd0b74Schristos disassemble unindexed form of Addressing Mode 5. 219*75fd0b74Schristos 220*75fd0b74Schristos2003-08-19 Alan Modra <amodra@bigpond.net.au> 221*75fd0b74Schristos 222*75fd0b74Schristos * ppc-opc.c (PPC440): Define. 223*75fd0b74Schristos (powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci, 224*75fd0b74Schristos icread instructions when PPC440. Add dlmzb instruction. 225*75fd0b74Schristos 226*75fd0b74Schristos2003-08-14 Alan Modra <amodra@bigpond.net.au> 227*75fd0b74Schristos 228*75fd0b74Schristos * dep-in.sed: Remove libintl.h. 229*75fd0b74Schristos * Makefile.am (POTFILES.in): Unset LC_COLLATE. 230*75fd0b74Schristos Run "make dep-am". 231*75fd0b74Schristos * Makefile.in: Regenerate. 232*75fd0b74Schristos 233*75fd0b74Schristos2003-08-07 Michael Meissner <gnu@the-meissners.org> 234*75fd0b74Schristos 235*75fd0b74Schristos * cgen-asm.c (hash_insn_array): Remove PARAMS macro. 236*75fd0b74Schristos (hash_insn_list): Ditto. 237*75fd0b74Schristos (build_asm_hash_table): Ditto. 238*75fd0b74Schristos (cgen_set_parse_operand_fn): Prototype definition. 239*75fd0b74Schristos (cgen_init_parse_operand): Ditto. 240*75fd0b74Schristos (hash_insn_array): Ditto. 241*75fd0b74Schristos (hash_insn_list): Ditto. 242*75fd0b74Schristos (build_asm_hash_table): Ditto. 243*75fd0b74Schristos (cgen_asm_lookup_insn): Ditto. 244*75fd0b74Schristos (cgen_parse_keyword): Ditto. 245*75fd0b74Schristos (cgen_parse_signed_integer): Ditto. 246*75fd0b74Schristos (cgen_parse_unsigned_integer): Ditto. 247*75fd0b74Schristos (cgen_parse_address): Ditto. 248*75fd0b74Schristos (cgen_validate_signed_integer): Ditto. 249*75fd0b74Schristos (cgen_validate_unsigned_integer): Ditto. 250*75fd0b74Schristos 251*75fd0b74Schristos * cgen-opc.c (hash_keyword_name): Remove PARAMS macro. 252*75fd0b74Schristos (hash_keyword_value): Ditto. 253*75fd0b74Schristos (build_keyword_hash_tables): Ditto. 254*75fd0b74Schristos (cgen_keyword_lookup_name): Prototype definition. 255*75fd0b74Schristos (cgen_keyword_lookup_value): Ditto. 256*75fd0b74Schristos (cgen_keyword_add): Ditto. 257*75fd0b74Schristos (cgen_keyword_search_init): Ditto. 258*75fd0b74Schristos (cgen_keyword_search_next): Ditto. 259*75fd0b74Schristos (hash_keyword_name): Ditto. 260*75fd0b74Schristos (hash_keyword_value): Ditto. 261*75fd0b74Schristos (build_keyword_hash_tables): Ditto. 262*75fd0b74Schristos (cgen_hw_lookup_by_name): Ditto. 263*75fd0b74Schristos (cgen_hw_lookup_by_num): Ditto. 264*75fd0b74Schristos (cgen_operand_lookup_by_name): Ditto. 265*75fd0b74Schristos (cgen_operand_lookup_by_num): Ditto. 266*75fd0b74Schristos (cgen_insn_count): Ditto. 267*75fd0b74Schristos (cgen_macro_insn_count): Ditto. 268*75fd0b74Schristos (cgen_get_insn_value): Ditto. 269*75fd0b74Schristos (cgen_put_insn_value): Ditto. 270*75fd0b74Schristos (cgen_lookup_insn): Ditto. 271*75fd0b74Schristos (cgen_get_insn_operands): Ditto. 272*75fd0b74Schristos (cgen_lookup_get_insn_operands): Ditto. 273*75fd0b74Schristos (cgen_set_signed_overflow_ok): Ditto. 274*75fd0b74Schristos (cgen_clear_signed_overflow_ok): Ditto. 275*75fd0b74Schristos (cgen_signed_overflow_ok_p): Ditto. 276*75fd0b74Schristos 277*75fd0b74Schristos * cgen-dis.c (hash_insn_array): Remove PARAMS macro. 278*75fd0b74Schristos (hash_insn_list): Ditto. 279*75fd0b74Schristos (build_dis_hash_table): Ditto. 280*75fd0b74Schristos (count_decodable_bits): Ditto. 281*75fd0b74Schristos (add_insn_to_hash_chain): Ditto. 282*75fd0b74Schristos (count_decodable_bits): Prototype definition. 283*75fd0b74Schristos (add_insn_to_hash_chain): Ditto. 284*75fd0b74Schristos (hash_insn_array): Ditto. 285*75fd0b74Schristos (hash_insn_list): Ditto. 286*75fd0b74Schristos (build_dis_hash_table): Ditto. 287*75fd0b74Schristos (cgen_dis_lookup_insn): Ditto. 288*75fd0b74Schristos 289*75fd0b74Schristos * cgen-asm.in (parse_insn_normal): Remove PARAMS macro. 290*75fd0b74Schristos (@arch@_cgen_build_insn_regex): Prototype definition. 291*75fd0b74Schristos (parse_insn_normal): Ditto. 292*75fd0b74Schristos (@arch@_cgen_assemble_insn): Ditto. 293*75fd0b74Schristos (@arch@_cgen_asm_hash_keywords): Ditto. 294*75fd0b74Schristos 295*75fd0b74Schristos * cgen-dis.in (print_normal): Remove PARAMS macro. Use void * 296*75fd0b74Schristos instead of PTR. 297*75fd0b74Schristos (print_address): Ditto. 298*75fd0b74Schristos (print_keyword): Ditto. 299*75fd0b74Schristos (print_insn_normal): Ditto. 300*75fd0b74Schristos (print_insn): Ditto. 301*75fd0b74Schristos (default_print_insn): Ditto. 302*75fd0b74Schristos (read_insn): Ditto. 303*75fd0b74Schristos (print_normal): Prototype definition. Use void * instead of PTR. 304*75fd0b74Schristos (print_address): Ditto. 305*75fd0b74Schristos (print_keyword): Ditto. 306*75fd0b74Schristos (print_insn_normal): Ditto. 307*75fd0b74Schristos (read_insn): Ditto. 308*75fd0b74Schristos (print_insn): Ditto. 309*75fd0b74Schristos (default_print_insn): Ditto. 310*75fd0b74Schristos (print_insn_@arch@): Ditto. 311*75fd0b74Schristos 312*75fd0b74Schristos * cgen-ibld.in (insert_normal): Remove PARAMS macro. 313*75fd0b74Schristos (insn_insn_normal): Ditto. 314*75fd0b74Schristos (extract_normal): Ditto. 315*75fd0b74Schristos (extract_insn_normal): Ditto. 316*75fd0b74Schristos (put_insn_int_value): Ditto. 317*75fd0b74Schristos (insert_1): Ditto. 318*75fd0b74Schristos (fill_cache): Ditto. 319*75fd0b74Schristos (extract_1): Ditto. 320*75fd0b74Schristos (insert_1): Prototype definition. 321*75fd0b74Schristos (insert_normal): Ditto. 322*75fd0b74Schristos (insert_insn_normal): Ditto. 323*75fd0b74Schristos (put_insn_int_value): Ditto. 324*75fd0b74Schristos (fill_cache): Ditto. 325*75fd0b74Schristos (extract_1): Ditto. 326*75fd0b74Schristos (extract_normal): Ditto. 327*75fd0b74Schristos (extract_insn_normal): Ditto. 328*75fd0b74Schristos 329*75fd0b74Schristos * fr30-asm.c: Regenerate. 330*75fd0b74Schristos * fr30-dis.c: Ditto. 331*75fd0b74Schristos * fr30-ibld.c: Ditto. 332*75fd0b74Schristos * frv-asm.c: Ditto. 333*75fd0b74Schristos * frv-dis.c: Ditto. 334*75fd0b74Schristos * frv-ibld.c: Ditto. 335*75fd0b74Schristos * ip2k-asm.c: Ditto. 336*75fd0b74Schristos * ip2k-dis.c: Ditto. 337*75fd0b74Schristos * ip2k-ibld.c: Ditto. 338*75fd0b74Schristos * iq2000-asm.c: Ditto. 339*75fd0b74Schristos * iq2000-dis.c: Ditto. 340*75fd0b74Schristos * iq2000-ibld.c: Ditto. 341*75fd0b74Schristos * m32r-asm.c: Ditto. 342*75fd0b74Schristos * m32r-dis.c: Ditto. 343*75fd0b74Schristos * m32r-ibld.c: Ditto. 344*75fd0b74Schristos * openrisc-asm.c: Ditto. 345*75fd0b74Schristos * openrisc-dis.c: Ditto. 346*75fd0b74Schristos * openrisc-ibld.c: Ditto. 347*75fd0b74Schristos * xstormy16-asm.c: Ditto. 348*75fd0b74Schristos * xstormy16-dis.c: Ditto. 349*75fd0b74Schristos * xstormy16-ibld.c: Ditto. 350*75fd0b74Schristos 351*75fd0b74Schristos2003-08-06 Nick Clifton <nickc@redhat.com> 352*75fd0b74Schristos 353*75fd0b74Schristos * po/fr.po: Updated French translation. 354*75fd0b74Schristos 355*75fd0b74Schristos2003-08-05 Nick Clifton <nickc@redhat.com> 356*75fd0b74Schristos 357*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add nl. 358*75fd0b74Schristos * configure: Regenerate. 359*75fd0b74Schristos * po/nl.po: New Dutch translation. 360*75fd0b74Schristos 361*75fd0b74Schristos2003-07-30 Jason Eckhardt <jle@rice.edu> 362*75fd0b74Schristos 363*75fd0b74Schristos * i860-dis.c: Convert to ISO C90. Remove superflous prototypes. 364*75fd0b74Schristos 365*75fd0b74Schristos2003-07-30 Nick Clifton <nickc@redhat.com> 366*75fd0b74Schristos 367*75fd0b74Schristos * po/ro.po: Updated Romanian translation. 368*75fd0b74Schristos 369*75fd0b74Schristos2003-07-29 Jakub Jelinek <jakub@redhat.com> 370*75fd0b74Schristos 371*75fd0b74Schristos * ppc-opc.c (insert_mbe, extract_mbe): Shift 1L instead of 1 up. 372*75fd0b74Schristos 373*75fd0b74Schristos2003-07-24 Nick Clifton <nickc@redhat.com> 374*75fd0b74Schristos 375*75fd0b74Schristos * po/fr.po: Updated French translation. 376*75fd0b74Schristos 377*75fd0b74Schristos2003-07-18 Nick Clifton <nickc@redhat.com> 378*75fd0b74Schristos 379*75fd0b74Schristos * arm-dis.c (parse_arm_disassembler_option): Do not expect 380*75fd0b74Schristos option string to be NUL terminated. 381*75fd0b74Schristos (parse_disassembler_options): Allow options to be space or 382*75fd0b74Schristos comma separated. 383*75fd0b74Schristos 384*75fd0b74Schristos2003-07-17 Nick Clifton <nickc@redhat.com> 385*75fd0b74Schristos 386*75fd0b74Schristos * po/es.po: New Spanish translation. 387*75fd0b74Schristos * po/sv.po: New Swedish translation. 388*75fd0b74Schristos * po/opcodes.pot: Regenerate. 389*75fd0b74Schristos 390*75fd0b74Schristos2003-07-15 Richard Sandiford <rsandifo@redhat.com> 391*75fd0b74Schristos 392*75fd0b74Schristos * mips-dis.c (mips_arch_choices): Add rm7000 and rm9000 entries. 393*75fd0b74Schristos 394*75fd0b74Schristos2003-07-14 Nick Clifton <nickc@redhat.com> 395*75fd0b74Schristos 396*75fd0b74Schristos * po/tr.po: Update with latest version. 397*75fd0b74Schristos * po/POTFILES.in: Regenerate. 398*75fd0b74Schristos * Makefile.in: Regenerate. 399*75fd0b74Schristos 400*75fd0b74Schristos2003-07-11 Alan Modra <amodra@bigpond.net.au> 401*75fd0b74Schristos 402*75fd0b74Schristos * po/opcodes.pot: Regenerate. 403*75fd0b74Schristos 404*75fd0b74Schristos2003-07-09 Alexandre Oliva <aoliva@redhat.com> 405*75fd0b74Schristos 406*75fd0b74Schristos 2000-05-25 Alexandre Oliva <aoliva@cygnus.com> 407*75fd0b74Schristos * m10300-dis.c (disassemble): Negate negative accumulator's shift. 408*75fd0b74Schristos 2000-05-24 Alexandre Oliva <aoliva@cygnus.com> 409*75fd0b74Schristos * m10300-dis.c (disassemble, case FSREG, FDREG): Don't assume 410*75fd0b74Schristos 32-bit longs when sign-extending operands. 411*75fd0b74Schristos 2000-04-20 Alexandre Oliva <aoliva@cygnus.com> 412*75fd0b74Schristos * m10300-opc.c: Remove MN10300_OPERAND_RELAX from all FSREGs. 413*75fd0b74Schristos * m10300-dis.c (HAVE_AM33_2): Define. 414*75fd0b74Schristos (disassemble): Use it. 415*75fd0b74Schristos (HAVE_AM33): Redefine. 416*75fd0b74Schristos (print_insn_mn10300): Fix mask for 5-byte extended insns. 417*75fd0b74Schristos 2000-04-01 Alexandre Oliva <aoliva@cygnus.com> 418*75fd0b74Schristos * m10300-opc.c: Renamed AM332 to AM33_2. 419*75fd0b74Schristos 2000-03-31 Alexandre Oliva <aoliva@cygnus.com> 420*75fd0b74Schristos * m10300-opc.c: Defined AM33 2.0 register operands. Added support 421*75fd0b74Schristos for AM33 2.0 `imm8,(abs16)' addressing mode for btst, bset and 422*75fd0b74Schristos bclr. Implemented `fbCC', `flCC', `dcpf' and all FP insns. 423*75fd0b74Schristos * m10300-dis.c (print_insn_mn10300): Recognize 5byte extended 424*75fd0b74Schristos insn code of AM33 2.0. 425*75fd0b74Schristos (disassemble): Recognize FMT_D3. Print out FP register names. 426*75fd0b74Schristos 427*75fd0b74Schristos2003-07-09 Chris Demetriou <cgd@broadcom.com> 428*75fd0b74Schristos 429*75fd0b74Schristos * mips-dis.c (set_default_mips_dis_options): Get BFD from 430*75fd0b74Schristos the disassembler_info's section, rather than from the 431*75fd0b74Schristos disassembler_info's symbols pointer. 432*75fd0b74Schristos 433*75fd0b74Schristos2003-07-07 Alan Modra <amodra@bigpond.net.au> 434*75fd0b74Schristos 435*75fd0b74Schristos * ppc-opc.c: Remove NULL pointer checks. Formatting. Remove 436*75fd0b74Schristos extraneous ATTRIBUTE_UNUSED. 437*75fd0b74Schristos * ppc-dis.c (print_insn_powerpc): Always pass a valid address to 438*75fd0b74Schristos operand->extract. 439*75fd0b74Schristos 440*75fd0b74Schristos2003-07-04 Alan Modra <amodra@bigpond.net.au> 441*75fd0b74Schristos 442*75fd0b74Schristos * ppc-opc.c: Convert to C90, removing unnecessary prototypes and 443*75fd0b74Schristos casts. Formatting. 444*75fd0b74Schristos 445*75fd0b74Schristos * ppc-opc.c: Remove PARAMS from prototypes. 446*75fd0b74Schristos (FXM4): Define. 447*75fd0b74Schristos (insert_fxm): New function, used by both FXM and FXM4. 448*75fd0b74Schristos (extract_fxm): Likewise. 449*75fd0b74Schristos (XFXFXM_MASK): Remove 1 << 20 term. 450*75fd0b74Schristos (powerpc_opcodes): Add Power4 version of "mfcr". Simplify "mtcr" mask. 451*75fd0b74Schristos 452*75fd0b74Schristos2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com> 453*75fd0b74Schristos 454*75fd0b74Schristos * s390-dis.c (s390_extract_operand): Add support for long displacements. 455*75fd0b74Schristos * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z990. 456*75fd0b74Schristos * s390-opc.c (D20_20): Add define for 20 bit displacements. 457*75fd0b74Schristos (INSTR_RRF_R0RR, INSTR_RSL_R0RD, INSTR_RSY_RRRD, INSTR_RSY_RURD, 458*75fd0b74Schristos INSTR_RSY_AARD, INSTR_RXY_RRRD, INSTR_RXY_FRRD, INSTR_SIY_URD): Add 459*75fd0b74Schristos new instruction formats. 460*75fd0b74Schristos (MASK_RRF_R0RR, MASK_RSL_R0RD, MASK_RSY_RRRD, MASK_RSY_RURD, 461*75fd0b74Schristos MASK_RSY_AARD, MASK_RXY_RRRD, MASK_RXY_FRRD, MASK_SIY_URD): Likewise. 462*75fd0b74Schristos (s390_opformats): Likewise. 463*75fd0b74Schristos * s390-opc.txt: Add new instructions for cpu type z990. Add missing 464*75fd0b74Schristos hfp instructions. Add missing instructions pgin, pgout and xsch. 465*75fd0b74Schristos 466*75fd0b74Schristos2003-06-23 H.J. Lu <hongjiu.lu@intel.com> 467*75fd0b74Schristos 468*75fd0b74Schristos * i386-dis.c (PNI_Fixup): New. Fix up "mwait" and "monitor" in 469*75fd0b74Schristos Intel Precott New Instructions. 470*75fd0b74Schristos (PREGRP27): New. Added for "addsubpd" and "addsubps". 471*75fd0b74Schristos (PREGRP28): New. Added for "haddpd" and "haddps". 472*75fd0b74Schristos (PREGRP29): New. Added for "hsubpd" and "hsubps". 473*75fd0b74Schristos (PREGRP30): New. Added for "movsldup" and "movddup". 474*75fd0b74Schristos (PREGRP31): New. Added for "movshdup" and "movhpd". 475*75fd0b74Schristos (PREGRP32): New. Added for "lddqu". 476*75fd0b74Schristos (dis386_twobyte): Use PREGRP30 to replace the "movlpX" entry. 477*75fd0b74Schristos Use PREGRP31 to replace the "movhpX" entry. Use PREGRP28 for 478*75fd0b74Schristos entry 0x7c. Use PREGRP29 for entry 0x7d. Use PREGRP27 for 479*75fd0b74Schristos entry 0xd0. Use PREGRP32 for entry 0xf0. 480*75fd0b74Schristos (twobyte_has_modrm): Updated. 481*75fd0b74Schristos (twobyte_uses_SSE_prefix): Likewise. 482*75fd0b74Schristos (grps): Use PNI_Fixup in the "sidtQ" entry. 483*75fd0b74Schristos (prefix_user_table): Add PREGRP27, PREGRP28, PREGRP29, PREGRP30, 484*75fd0b74Schristos PREGRP31 and PREGRP32. 485*75fd0b74Schristos (float_mem): Use "fisttp{l||l|}" in entry 1 in opcode 0xdb. 486*75fd0b74Schristos Use "fisttpll" in entry 1 in opcode 0xdd. 487*75fd0b74Schristos Use "fisttp" in entry 1 in opcode 0xdf. 488*75fd0b74Schristos 489*75fd0b74Schristos2003-06-19 Christian Groessler <chris@groessler.org> 490*75fd0b74Schristos 491*75fd0b74Schristos * z8k-dis.c (instr_data_s): Change tabl_index from long to int. 492*75fd0b74Schristos (print_insn_z8k): Correctly check return value from 493*75fd0b74Schristos z8k_lookup_instr call. 494*75fd0b74Schristos (unparse_instr): Handle CLASS_IRO case. 495*75fd0b74Schristos * z8kgen.c: Fix function definitions. Fix formatting. 496*75fd0b74Schristos (opt): Add brk opcode alias for non-simulator breakpoint. Add 497*75fd0b74Schristos missing and fix existing in/out and sin/sout opcode definitions. 498*75fd0b74Schristos (args): "@ri", "@ro" - add CLASS_IRO register usage for in/out 499*75fd0b74Schristos opcodes. 500*75fd0b74Schristos (internal): Check p->flags for non-zero before dereferencing it. 501*75fd0b74Schristos (gas): Add CLASS_IRO line. Insert new OPC_xxx lines for the added 502*75fd0b74Schristos opcodes and renumber the remaining lines repectively. 503*75fd0b74Schristos (main): Remove "-d" command line switch. 504*75fd0b74Schristos * z8k-opc.h: Regenerate with new z8kgen.c. 505*75fd0b74Schristos 506*75fd0b74Schristos2003-06-11 H.J. Lu <hongjiu.lu@intel.com> 507*75fd0b74Schristos 508*75fd0b74Schristos * po/Make-in (DESTDIR): New. 509*75fd0b74Schristos (install-data-yes): Support $(DESTDIR). 510*75fd0b74Schristos (uninstall): Likewise. 511*75fd0b74Schristos 512*75fd0b74Schristos2003-06-11 Alan Modra <amodra@bigpond.net.au> 513*75fd0b74Schristos 514*75fd0b74Schristos * Makefile.am: Run "make dep-am". 515*75fd0b74Schristos * Makefile.in: Regenerate. 516*75fd0b74Schristos * po/POTFILES.in: Regenerate. 517*75fd0b74Schristos 518*75fd0b74Schristos2003-06-10 Doug Evans <dje@sebabeach.org> 519*75fd0b74Schristos 520*75fd0b74Schristos * cgen-asm.in (@arch@_cgen_assemble_insn): CGEN_INSN_RELAX renamed to 521*75fd0b74Schristos CGEN_INSN_RELAXED. 522*75fd0b74Schristos * fr30-asm.c,fr30-desc.c,fr30-desc.h: Regenerate. 523*75fd0b74Schristos * frv-asm.c,frv-desc.c,frv-desc.h: Regenerate. 524*75fd0b74Schristos * ip2k-asm.c,ip2k-desc.c,ip2k-desc.h: Regenerate. 525*75fd0b74Schristos * iq2000-asm.c,iq2000-desc.c,iq2000-desc.h: Regenerate. 526*75fd0b74Schristos * m32r-asm.c,m32r-desc.c,m32r-desc.h,m32r-opc.c: Regenerate. 527*75fd0b74Schristos * openrisc-asm.c,openrisc-desc.c,openrisc-desc.h: Regenerate. 528*75fd0b74Schristos * xstormy16-asm.c,xstormy16-desc.c,xstormy16-desc.h: Regenerate. 529*75fd0b74Schristos 530*75fd0b74Schristos2003-06-10 Gary Hade <garyhade@us.ibm.com> 531*75fd0b74Schristos Alan Modra <amodra@bigpond.net.au> 532*75fd0b74Schristos 533*75fd0b74Schristos * ppc-opc.c (DQ, RAQ, RSQ, RTQ): Define. 534*75fd0b74Schristos (insert_dq, extract_dq, insert_raq, insert_rtq, insert_rsq): New. 535*75fd0b74Schristos (powerpc_opcodes): Add "attn", "lq" and "stq". 536*75fd0b74Schristos 537*75fd0b74Schristos2003-06-10 Richard Sandiford <rsandifo@redhat.com> 538*75fd0b74Schristos 539*75fd0b74Schristos * h8300-dis.c (bfd_h8_disassemble): Don't print brackets round 540*75fd0b74Schristos rts/l and rte/l register lists. 541*75fd0b74Schristos 542*75fd0b74Schristos2003-06-03 Nick Clifton <nickc@redhat.com> 543*75fd0b74Schristos 544*75fd0b74Schristos * frv-desc.c: Regenerate. 545*75fd0b74Schristos * frv-opc.c: Regenerate. 546*75fd0b74Schristos * frv-asm.c: Regenerate. 547*75fd0b74Schristos * frv-desc.h: Regenerate. 548*75fd0b74Schristos * frv-dis.c: Regenerate. 549*75fd0b74Schristos * frv-ibld.c: Regenerate. 550*75fd0b74Schristos * frv-opc.h: Regenerate. 551*75fd0b74Schristos * po/opcodes.pot: Regenerate. 552*75fd0b74Schristos 553*75fd0b74Schristos2003-06-03 Michael Snyder <msnyder@redhat.com> 554*75fd0b74Schristos and Bernd Schmidt <bernds@redhat.com> 555*75fd0b74Schristos and Alexandre Oliva <aoliva@redhat.com> 556*75fd0b74Schristos 557*75fd0b74Schristos * disassemble.c (disassembler): Add support for h8300sx. 558*75fd0b74Schristos * h8300-dis.c: Ditto. 559*75fd0b74Schristos 560*75fd0b74Schristos2003-06-03 Nick Clifton <nickc@redhat.com> 561*75fd0b74Schristos 562*75fd0b74Schristos * frv-desc.c: Regenerate. 563*75fd0b74Schristos * frv-opc.c: Regenerate. 564*75fd0b74Schristos 565*75fd0b74Schristos * aclocal.m4: Regenerate. 566*75fd0b74Schristos * config.in: Regenerate. 567*75fd0b74Schristos * configure: Regenerate. 568*75fd0b74Schristos * iq2000-asm.c: Regenerate. 569*75fd0b74Schristos * iq2000-desc.c: Regenerate. 570*75fd0b74Schristos * iq2000-desc.h: Regenerate. 571*75fd0b74Schristos * iq2000-dis.c: Regenerate. 572*75fd0b74Schristos * iq2000-ibld.c: Regenerate. 573*75fd0b74Schristos * iq2000-opc.c: Regenerate. 574*75fd0b74Schristos * iq2000-opc.h: Regenerate. 575*75fd0b74Schristos * po/POTFILES.in: Regenerate. 576*75fd0b74Schristos * po/opcodes.pot: Regenerate. 577*75fd0b74Schristos 578*75fd0b74Schristos2003-05-23 Jason Eckhardt <jle@rice.edu> 579*75fd0b74Schristos 580*75fd0b74Schristos * i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3. 581*75fd0b74Schristos (print_insn_i860): Grab 4 bits of the control register field 582*75fd0b74Schristos instead of 3. 583*75fd0b74Schristos 584*75fd0b74Schristos2003-05-18 Jason Eckhardt <jle@rice.edu> 585*75fd0b74Schristos 586*75fd0b74Schristos * i860-dis.c (print_insn_i860): Instruction shrd has a dual bit, 587*75fd0b74Schristos print it. 588*75fd0b74Schristos 589*75fd0b74Schristos2003-05-17 Andreas Jaeger <aj@suse.de> 590*75fd0b74Schristos 591*75fd0b74Schristos * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la. 592*75fd0b74Schristos (libopcodes_la_DEPENDENCIES): Add libbfd.la. 593*75fd0b74Schristos * Makefile.in: Regenerated. 594*75fd0b74Schristos 595*75fd0b74Schristos2003-05-16 Nick Clifton <nickc@redhat.com> 596*75fd0b74Schristos 597*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add Romanian translation. 598*75fd0b74Schristos * configure: Regenerate. 599*75fd0b74Schristos * po/ro.po: New file: Romanian translation. 600*75fd0b74Schristos 601*75fd0b74Schristos2003-05-12 Dhananjay Deshpande <dhananjayd@kpitcummins.com> 602*75fd0b74Schristos 603*75fd0b74Schristos * disassemble.c (disassembler): Add support for h8300hn and h8300sn. 604*75fd0b74Schristos 605*75fd0b74Schristos2003-05-09 Alan Modra <amodra@bigpond.net.au> 606*75fd0b74Schristos 607*75fd0b74Schristos * i386-dis.c (print_insn): Test intel_syntax against (char) -1 in 608*75fd0b74Schristos case char is unsigned. 609*75fd0b74Schristos 610*75fd0b74Schristos2003-05-01 Christian Groessler <chris@groessler.org> 611*75fd0b74Schristos 612*75fd0b74Schristos * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls. 613*75fd0b74Schristos (unpack_instr): Fix representation of segmented addresses. 614*75fd0b74Schristos (intr_name): Added, contains names of the parameters to the EI/DI 615*75fd0b74Schristos instructions. 616*75fd0b74Schristos (unparse_instr): Fix display of EI/DI parameters. 617*75fd0b74Schristos 618*75fd0b74Schristos2003-04-22 Doug Evans <dje@sebabeach.org> 619*75fd0b74Schristos 620*75fd0b74Schristos * fr30-desc.c,fr30-desc.h,fr30-opc.c,fr30-opc.h: Regenerate. 621*75fd0b74Schristos * frv-desc.c,frv-desc.h,frv-opc.c,frv-opc.h: Regenerate. 622*75fd0b74Schristos * ip2k-desc.c,ip2k-desc.h,ip2k-opc.c,ip2k-opc.h: Regenerate. 623*75fd0b74Schristos * m32r-desc.c,m32r-desc.h,m32r-opc.c,m32r-opc.h: Regenerate. 624*75fd0b74Schristos * m32r-opinst.c: Regenerate. 625*75fd0b74Schristos * openrisc-desc.c,openrisc-desc.h,openrisc-opc.c,openrisc-opc.h: Regenerate. 626*75fd0b74Schristos * xstormy16-desc.c,xstormy16-desc.h,xstormy16-opc.c,xstormy16-opc.h: Regenerate. 627*75fd0b74Schristos 628*75fd0b74Schristos2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> 629*75fd0b74Schristos 630*75fd0b74Schristos * h8500-opc.c: Replace occurrances of 'Hitachi' with 'Renesas'. 631*75fd0b74Schristos 632*75fd0b74Schristos2003-04-07 James E Wilson <wilson@tuliptree.org> 633*75fd0b74Schristos 634*75fd0b74Schristos * ia64-ic.tbl (fr-readers): Add mem-writers-fp. 635*75fd0b74Schristos * ia64-asmtab.c: Regenerate. 636*75fd0b74Schristos 637*75fd0b74Schristos2003-04-08 Alexandre Oliva <aoliva@redhat.com> 638*75fd0b74Schristos 639*75fd0b74Schristos * mips-dis.c (mips_gpr_names_newabi): Reverted previous patch. 640*75fd0b74Schristos 641*75fd0b74Schristos2003-04-07 Alexandre Oliva <aoliva@redhat.com> 642*75fd0b74Schristos 643*75fd0b74Schristos * mips-dis.c (mips_gpr_names_newabi): $12-$15 are named $t4-$t7. 644*75fd0b74Schristos 645*75fd0b74Schristos2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com> 646*75fd0b74Schristos 647*75fd0b74Schristos * tic4x-dis.c: Namespace cleanup. Replace s/c4x/tic4x and 648*75fd0b74Schristos s/c3x/tic3x/ 649*75fd0b74Schristos 650*75fd0b74Schristos2003-04-01 Nick Clifton <nickc@redhat.com> 651*75fd0b74Schristos 652*75fd0b74Schristos * arm-dis.c: Remove presence of (r) and (tm) symbols. 653*75fd0b74Schristos * arm-opc.h: Remove presence of (r) and (tm) symbols. 654*75fd0b74Schristos 655*75fd0b74Schristos2003-03-25 Stan Cox <scox@redhat.com> 656*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 657*75fd0b74Schristos 658*75fd0b74Schristos Contribute support for Intel's iWMMXt chip - an ARM variant: 659*75fd0b74Schristos 660*75fd0b74Schristos * arm-dis.c (regnames): Add iWMMXt register names. 661*75fd0b74Schristos (set_iwmmxt_regnames): New function. 662*75fd0b74Schristos (print_insn_arm): Handle iWMMXt formatters. 663*75fd0b74Schristos * arm-opc.h: Document iWMMXt formatters. 664*75fd0b74Schristos (arm_opcod): Add iWMMXt instructions. 665*75fd0b74Schristos 666*75fd0b74Schristos2003-03-22 Doug Evans <dje@sebabeach.org> 667*75fd0b74Schristos 668*75fd0b74Schristos * i386-dis.c (dis386): Recognize icebp (0xf1). 669*75fd0b74Schristos 670*75fd0b74Schristos2003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com> 671*75fd0b74Schristos 672*75fd0b74Schristos * s390-dis.c (init_disasm): Rename S390_OPCODE_ESAME to 673*75fd0b74Schristos S390_OPCODE_ZARCH. 674*75fd0b74Schristos (print_insn_s390): Use new modes field of s390_opcodes. 675*75fd0b74Schristos * s390-mkopc.c (ARCHBITS_ESAONLY, ARCHBITS_ESA, ARCHBITS_ESAME): Remove. 676*75fd0b74Schristos (s390_opcode_mode_val, s390_opcode_cpu_val): New enums. 677*75fd0b74Schristos (struct op_struct): Remove archbits. Add mode_bits and min_cpu. 678*75fd0b74Schristos (insertOpcode): Replace archbits by min_cpu and mode_bits. 679*75fd0b74Schristos (dumpTable): Write mode_bits and min_cpu instead of archbits. 680*75fd0b74Schristos (main): Adapt to new format in s390-opcode.txt. 681*75fd0b74Schristos * s390-opc.c (s390_opformats): Replace archbits by min_cpu and 682*75fd0b74Schristos mode_bits. 683*75fd0b74Schristos * s390-opc.txt: Replace archbits by min_cpu and mode_bits. 684*75fd0b74Schristos 685*75fd0b74Schristos2003-03-17 Nick Clifton <nickc@redhat.com> 686*75fd0b74Schristos 687*75fd0b74Schristos * ppc-opc.c: Fix formatting. Update copyright date. 688*75fd0b74Schristos 689*75fd0b74Schristos2003-03-14 Daniel Jacobowitz <drow@mvista.com> 690*75fd0b74Schristos 691*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403. 692*75fd0b74Schristos 693*75fd0b74Schristos2003-02-25 Alan Modra <amodra@bigpond.net.au> 694*75fd0b74Schristos 695*75fd0b74Schristos * hppa-dis.c: Formatting. 696*75fd0b74Schristos 697*75fd0b74Schristos2003-02-25 Matthew Wilcox <willy@debian.org> 698*75fd0b74Schristos 699*75fd0b74Schristos * hppa-dis.c (print_insn_hppa): Implement fcnv instruction modifiers. 700*75fd0b74Schristos 701*75fd0b74Schristos * hppa-dis.c (print_insn_hppa <2 bit space register>): Do not print 702*75fd0b74Schristos the space register when the value is zero. 703*75fd0b74Schristos 704*75fd0b74Schristos2003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr> 705*75fd0b74Schristos 706*75fd0b74Schristos * mips-dis.c (print_mips_disassembler_options): Make 'i' unsigned, 707*75fd0b74Schristos use ARRAY_SIZE in loops. 708*75fd0b74Schristos 709*75fd0b74Schristos2003-02-12 Dave Brolley <brolley@redhat.com> 710*75fd0b74Schristos 711*75fd0b74Schristos * fr30-desc.c: Regenerate. 712*75fd0b74Schristos 713*75fd0b74Schristos2003-02-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 714*75fd0b74Schristos 715*75fd0b74Schristos * i386-dis.c (dq_mode, Edq): Define. 716*75fd0b74Schristos (dis386_twobyte): Correct movd operands. 717*75fd0b74Schristos (OP_E): Handle dq_mode case. 718*75fd0b74Schristos 719*75fd0b74Schristos2003-01-29 Henric Jungheim <henric@attbi.com> 720*75fd0b74Schristos 721*75fd0b74Schristos * sparc-dis.c (print_insn_sparc): When examining values added in 722*75fd0b74Schristos to rs1, make sure that there are previous instructions. 723*75fd0b74Schristos 724*75fd0b74Schristos2003-01-23 Nick Clifton <nickc@redhat.com> 725*75fd0b74Schristos 726*75fd0b74Schristos * Add sh2e support: 727*75fd0b74Schristos 728*75fd0b74Schristos 2002-04-02 Alexandre Oliva <aoliva@redhat.com> 729*75fd0b74Schristos 730*75fd0b74Schristos * sh-dis.c (print_insn_shx): Handle bfd_mach_sh2e. 731*75fd0b74Schristos * sh-opc.h (arch_sh2e, arch_sh2e_up): New. 732*75fd0b74Schristos (arch_sh2_up): Added sh2e. 733*75fd0b74Schristos (sh_table): Replaced all occurrences of arch_sh3e_up with 734*75fd0b74Schristos arch_sh2e_up, except in fsqrt. 735*75fd0b74Schristos 736*75fd0b74Schristos2003-01-23 Alan Modra <amodra@bigpond.net.au> 737*75fd0b74Schristos 738*75fd0b74Schristos * sh64-dis.c: Include elf32-sh64.h. 739*75fd0b74Schristos * Makefile.am: Run "make dep-am". 740*75fd0b74Schristos * Makefile.in: Regenerate. 741*75fd0b74Schristos 742*75fd0b74Schristos2003-01-17 Richard Henderson <rth@redhat.com> 743*75fd0b74Schristos 744*75fd0b74Schristos * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap 745*75fd0b74Schristos PAL entry points. 746*75fd0b74Schristos 747*75fd0b74Schristos2003-01-16 Alan Modra <amodra@bigpond.net.au> 748*75fd0b74Schristos 749*75fd0b74Schristos * Makefile.am: Run "make dep-am". 750*75fd0b74Schristos * Makefile.in: Regenerate. 751*75fd0b74Schristos * po/POTFILES.in: Regenerate. 752*75fd0b74Schristos 753*75fd0b74Schristos2003-01-08 Klee Dienes <kdienes@apple.com> 754*75fd0b74Schristos 755*75fd0b74Schristos * Makefile.am (ALL_MACHINES): Add msp430-dis.lo. 756*75fd0b74Schristos * Makefile.in: Regenerate. 757*75fd0b74Schristos 758*75fd0b74Schristos2003-01-08 Alan Modra <amodra@bigpond.net.au> 759*75fd0b74Schristos 760*75fd0b74Schristos * ppc-opc.c (powerpc_macros <extrwi>): Accept a shift of 32. 761*75fd0b74Schristos 762*75fd0b74Schristos2002-01-02 Ben Elliston <bje@redhat.com> 763*75fd0b74Schristos Jeff Johnston <jjohnstn@redhat.com> 764*75fd0b74Schristos 765*75fd0b74Schristos * iq2000-asm.c: New file. 766*75fd0b74Schristos * iq2000-desc.c: Likewise. 767*75fd0b74Schristos * iq2000-desc.h: Likewise. 768*75fd0b74Schristos * iq2000-dis.c: Likewise. 769*75fd0b74Schristos * iq2000-ibld.c: Likewise. 770*75fd0b74Schristos * iq2000-opc.c: Likewise. 771*75fd0b74Schristos * iq2000-opc.h: Likewise. 772*75fd0b74Schristos * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h. 773*75fd0b74Schristos (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c, 774*75fd0b74Schristos iq2000-ibld.c, iq2000-opc.c. 775*75fd0b74Schristos (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo, 776*75fd0b74Schristos iq2000-ibld.lo, iq2000-opc.lo. 777*75fd0b74Schristos (CLEANFILES): Add stamp-iq2000. 778*75fd0b74Schristos (IQ2000_DEPS): New macro. 779*75fd0b74Schristos (stamp-iq2000): New target. 780*75fd0b74Schristos * Makefile.in: Regenerate. 781*75fd0b74Schristos * configure.in: Handle bfd_iq2000_arch. 782*75fd0b74Schristos * configure: Regenerate. 783*75fd0b74Schristos 784*75fd0b74Schristos2003-01-02 Chris Demetriou <cgd@broadcom.com> 785*75fd0b74Schristos 786*75fd0b74Schristos * mips-dis.c (print_insn_args): Use position extracted by "+A" 787*75fd0b74Schristos to calculate size for "+B". Redo code for "+C" so it shares 788*75fd0b74Schristos the same style as "+A" and "+B" now do. 789*75fd0b74Schristos 790*75fd0b74Schristos2003-01-02 Chris Demetriou <cgd@broadcom.com> 791*75fd0b74Schristos 792*75fd0b74Schristos * mips-dis.c: Update copyright years. 793*75fd0b74Schristos (print_insn_arg): Rename to... 794*75fd0b74Schristos (print_insn_args): This, returning void. Process the whole 795*75fd0b74Schristos string of args rather than a single one. Reindent. 796*75fd0b74Schristos (print_insn_mips): Update to match the above. 797*75fd0b74Schristos 798*75fd0b74Schristos2002-12-31 Chris Demetriou <cgd@broadcom.com> 799*75fd0b74Schristos 800*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Move "di" into the 801*75fd0b74Schristos right order alphabetically, and make all hex constants use 802*75fd0b74Schristos lower-case letters. 803*75fd0b74Schristos 804*75fd0b74Schristos2002-12-31 Chris Demetriou <cgd@broadcom.com> 805*75fd0b74Schristos 806*75fd0b74Schristos * mips-dis.c (mips_cp0sel_name): New structure. 807*75fd0b74Schristos (mips_cp0sel_names_mips3264, mips_cp0sel_names_mips3264r2) 808*75fd0b74Schristos (mips_cp0sel_names_sb1): New arrays. 809*75fd0b74Schristos (mips_arch_choice): New structure members "cp0sel_names" and 810*75fd0b74Schristos "cp0sel_names_len". 811*75fd0b74Schristos (mips_arch_choices): Add references to new cp0sel_names arrays 812*75fd0b74Schristos as appropriate, and make all existing entries reference 813*75fd0b74Schristos appropriate mips_XXX_names_numeric arrays rather than simply 814*75fd0b74Schristos using NULL. 815*75fd0b74Schristos (mips_cp0sel_names, mips_cp0sel_names_len): New variables. 816*75fd0b74Schristos (lookup_mips_cp0sel_name): New function. 817*75fd0b74Schristos (set_default_mips_dis_options): Set mips_cp0sel_names and 818*75fd0b74Schristos mips_cp0sel_names_len as appropriate. Remove now-unnecessary 819*75fd0b74Schristos checks for NULL register name arrays. 820*75fd0b74Schristos (parse_mips_dis_option): Likewise. 821*75fd0b74Schristos (print_insn_arg): Handle "+D" operand type. 822*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Add new "+D" variants 823*75fd0b74Schristos of mfc0, mtc0, dmfc0, and dmtc0 to print CP0+sel register 824*75fd0b74Schristos names symbolically. 825*75fd0b74Schristos 826*75fd0b74Schristos2002-12-30 Chris Demetriou <cgd@broadcom.com> 827*75fd0b74Schristos 828*75fd0b74Schristos * mips-dis.c (mips_cp0_names_mips3264r2, mips_hwr_names_numeric) 829*75fd0b74Schristos (mips_hwr_names_mips3264r2): New arrays. 830*75fd0b74Schristos (mips_arch_choice): New "hwr_names" member. 831*75fd0b74Schristos (mips_arch_choices): Adjust for structure change, and add a new 832*75fd0b74Schristos entry for "mips32r2" ISA. 833*75fd0b74Schristos (mips_hwr_names): New variable. 834*75fd0b74Schristos (set_default_mips_dis_options): Set mips_hwr_names. 835*75fd0b74Schristos (parse_mips_dis_option): New "hwr-names" option which sets 836*75fd0b74Schristos mips_hwr_names, and adjust "reg-names=ARCH" to set mips_hwr_names. 837*75fd0b74Schristos (print_insn_arg): Change return type to "int" 838*75fd0b74Schristos and use that to indicate number of characters consumed. 839*75fd0b74Schristos Add support for "+" operand extension character, "+A", "+B", 840*75fd0b74Schristos "+C", and "K" operands. 841*75fd0b74Schristos (print_insn_mips): Adjust for changes to print_insn_arg. 842*75fd0b74Schristos (print_mips_disassembler_options): Adjust for "hwr-names" 843*75fd0b74Schristos addition and "reg-names" change. 844*75fd0b74Schristos * mips-opc (I33): New define (shorthand for INSN_ISA32R2). 845*75fd0b74Schristos (mips_builtin_opcodes): Note that "nop" and "ssnop" are special 846*75fd0b74Schristos forms of "sll". Add new MIPS32 Release 2 instructions: ehb, 847*75fd0b74Schristos di, ei, ext, ins, jr.hb, jalr.hb, mfhc1, mfhc2, mthc1, mthc2, 848*75fd0b74Schristos rdhwr, rdpgpr, seb, seh, synci, wrpgpr, wsbh. 849*75fd0b74Schristos Note that hardware rotate instructions (ror, rorv) can be 850*75fd0b74Schristos used on MIPS32 Release 2, and add the official mnemonics 851*75fd0b74Schristos for them (rotr, rotrv) and the similar "rotl" mnemonic for 852*75fd0b74Schristos left-rotate. 853*75fd0b74Schristos 854*75fd0b74Schristos2002-12-30 Dmitry Diky <diwil@mail.ru> 855*75fd0b74Schristos 856*75fd0b74Schristos * configure.in: Add msp430 target. 857*75fd0b74Schristos * configure: Regenerate. 858*75fd0b74Schristos * disassemble.c: Add entry for msp430 disassembly. 859*75fd0b74Schristos * msp430-dis.c: New file: msp430 disassembler. 860*75fd0b74Schristos 861*75fd0b74Schristos2002-12-27 Chris Demetriou <cgd@broadcom.com> 862*75fd0b74Schristos 863*75fd0b74Schristos * disassemble.c (disassembler_usage): Add invocation of 864*75fd0b74Schristos print_mips_disassembler_options. 865*75fd0b74Schristos * mips-dis.c: Include libiberty.h. 866*75fd0b74Schristos (print_mips_disassembler_options, set_default_mips_dis_options) 867*75fd0b74Schristos (parse_mips_dis_option, parse_mips_dis_options, choose_abi_by_name) 868*75fd0b74Schristos (choose_arch_by_name, choose_arch_by_number): New functions. 869*75fd0b74Schristos (mips_abi_choice, mips_arch_choice): New structures. 870*75fd0b74Schristos (mips32_reg_names, mips64_reg_names, reg_names): Remove. 871*75fd0b74Schristos (mips_gpr_names_numeric, mips_gpr_names_oldabi) 872*75fd0b74Schristos (mips_gpr_names_newabi, mips_fpr_names_numeric) 873*75fd0b74Schristos (mips_fpr_names_32, mips_fpr_names_n32, mips_fpr_names_64) 874*75fd0b74Schristos (mips_cp0_names_numeric, mips_cp0_names_mips3264) 875*75fd0b74Schristos (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices) 876*75fd0b74Schristos (mips_processor, mips_isa, mips_gpr_names, mips_fpr_names) 877*75fd0b74Schristos (mips_cp0_names): New variables. 878*75fd0b74Schristos (print_insn_args): Use new variables to print GPR, FPR, and CP0 879*75fd0b74Schristos register names. 880*75fd0b74Schristos (mips_isa_type): Remove. 881*75fd0b74Schristos (print_insn_mips): Remove ISA and CPU setup since it is now done... 882*75fd0b74Schristos (_print_insn_mips): Here. Remove register setup code, and 883*75fd0b74Schristos call set_default_mips_dis_options and parse_mips_dis_options 884*75fd0b74Schristos instead. 885*75fd0b74Schristos (print_mips16_insn_arg): Use mips_gpr_names instead of mips32_names. 886*75fd0b74Schristos 887*75fd0b74Schristos2002-12-23 Alan Modra <amodra@bigpond.net.au> 888*75fd0b74Schristos 889*75fd0b74Schristos * Makefile.in: Regenerate. 890*75fd0b74Schristos 891*75fd0b74Schristos2002-12-19 Nick Kelsey <nickk@ubicom.com> 892*75fd0b74Schristos 893*75fd0b74Schristos * cgen-asm.c (cgen_parse_keyword): Added underscore to symbol character 894*75fd0b74Schristos check to fix false keyword trigger with names such as <keyword>_foo. 895*75fd0b74Schristos 896*75fd0b74Schristos2002-12-19 Doug Evans <dje@sebabeach.org> 897*75fd0b74Schristos 898*75fd0b74Schristos * Makefile.am (CGEN_CPUS): New variable. 899*75fd0b74Schristos (run-cgen-all): New rule. 900*75fd0b74Schristos * Makefile.in: Regenerate. 901*75fd0b74Schristos 902*75fd0b74Schristos2002-12-18 Chris Demetriou <cgd@broadcom.com> 903*75fd0b74Schristos 904*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two 905*75fd0b74Schristos "dror" entries, and reorder the remaining "dror" and "ror" entries. 906*75fd0b74Schristos 907*75fd0b74Schristos2002-12-16 DJ Delorie <dj@delorie.com> 908*75fd0b74Schristos 909*75fd0b74Schristos * xstormy16-asm.c (parse_immediate16): Add prototype. 910*75fd0b74Schristos 911*75fd0b74Schristos2002-12-16 Andrew MacLeod <amacleod@redhat.com> 912*75fd0b74Schristos 913*75fd0b74Schristos * xstormy16-asm.c: Regenerate. 914*75fd0b74Schristos 915*75fd0b74Schristos2002-12-16 Alan Modra <amodra@bigpond.net.au> 916*75fd0b74Schristos 917*75fd0b74Schristos * ns32k-dis.c (print_insn_ns32k): Constify "d", remove register 918*75fd0b74Schristos keyword. 919*75fd0b74Schristos 920*75fd0b74Schristos2002-12-13 Alan Modra <amodra@bigpond.net.au> 921*75fd0b74Schristos 922*75fd0b74Schristos * h8500-opc.h (h8500_table): Add missing initializers to quiet 923*75fd0b74Schristos warnings. 924*75fd0b74Schristos * pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change. 925*75fd0b74Schristos * pj-opc.c (pj_opc_info): Add braces around union initializer. 926*75fd0b74Schristos * z8kgen.c: Include "libiberty.h". 927*75fd0b74Schristos (opt, args, toks): Fix initializer warnings. 928*75fd0b74Schristos (chewname): Make "name" a char **. Return mnemonic trimmed of 929*75fd0b74Schristos operands. 930*75fd0b74Schristos (gas): Improve emitted "DO NOT EDIT" warning. Format emitted 931*75fd0b74Schristos opcode_entry_type, and make "nicename" and "name" const. Make 932*75fd0b74Schristos z8k_table const too. Formatting. Generate idx as gas needs it. 933*75fd0b74Schristos * z8k-opc.h: Regenerate. 934*75fd0b74Schristos 935*75fd0b74Schristos2002-12-08 Stephane Carrez <stcarrez@nerim.fr> 936*75fd0b74Schristos 937*75fd0b74Schristos * m68hc11-dis.c (print_indexed_operand): Fix PC-relative address 938*75fd0b74Schristos for 9 and 16-bit PC-relative addressing mode. 939*75fd0b74Schristos 940*75fd0b74Schristos2002-12-05 Aldy Hernandez <aldyh@redhat.com> 941*75fd0b74Schristos 942*75fd0b74Schristos * ppc-opc.c: Delete evsabs, evsnabs, evsneg, evsadd, evssub, 943*75fd0b74Schristos evsmul, evsdiv, evscmpgt, evsgmplt, evststgt, evtstlt, evststeq, 944*75fd0b74Schristos evscfui, evscfsi, evscfuf, evscfsf, evsctui, evsctuiz, evsctsi, 945*75fd0b74Schristos evsctsiz, evsctuf, evsctsf, evmwhssfaa, evmwhssmaa, evmwhsmfaa, 946*75fd0b74Schristos evmwhsmiaa, evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian, 947*75fd0b74Schristos evmwhsmfan, evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa, 948*75fd0b74Schristos evmwhgsmfaa, evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan, 949*75fd0b74Schristos evmwhgsmian, evmwhgumian. 950*75fd0b74Schristos (mftb): Add to opcode table. 951*75fd0b74Schristos (mtspefscr): Change RT to RS in opcode table. 952*75fd0b74Schristos 953*75fd0b74Schristos2002-12-05 Aldy Hernandez <aldyh@redhat.com> 954*75fd0b74Schristos 955*75fd0b74Schristos * ppc-opc.c: Move mbar and msync up. Change mask for mbar and 956*75fd0b74Schristos msync. 957*75fd0b74Schristos 958*75fd0b74Schristos2002-12-04 David Mosberger <davidm@hpl.hp.com> 959*75fd0b74Schristos 960*75fd0b74Schristos * ia64-opc-d.c (ia64_opcodes_d): Add "hint" instruction. 961*75fd0b74Schristos * ia64-opc-b.c: Add "hint.b" instruction. 962*75fd0b74Schristos * ia64-opc-f.c: Add "hint.f" instruction. 963*75fd0b74Schristos * ia64-opc-i.c: Add "hint.i" instruction. 964*75fd0b74Schristos * ia64-opc-m.c: Add "hint.m", "fc.i", "ld16", "st16", and 965*75fd0b74Schristos "cmp8xchg16" instructions. 966*75fd0b74Schristos * ia64-opc-x.c: Add "hint.x" instruction. 967*75fd0b74Schristos 968*75fd0b74Schristos * ia64-opc.h (AR_CSD): New macro. 969*75fd0b74Schristos 970*75fd0b74Schristos * ia64-ic.tbl: Update according to SDM2.1. 971*75fd0b74Schristos * ia64-raw.tbl: Ditto. 972*75fd0b74Schristos * ia64-waw.tbl: Ditto. 973*75fd0b74Schristos 974*75fd0b74Schristos * ia64-gen.c (in_iclass): Handle "hint" like "nop". 975*75fd0b74Schristos (lookup_regindex): Recognize AR[FCR], AR[EFLAG], AR[CSD], 976*75fd0b74Schristos AR[SSD], AR[CFLG], AR[FSR], AR[FIR], and AR[FDR]. 977*75fd0b74Schristos * ia64-asmtab.c: Regenerate. 978*75fd0b74Schristos 979*75fd0b74Schristos2002-11-25 Aldy Hernandez <aldyh@redhat.com> 980*75fd0b74Schristos 981*75fd0b74Schristos * ppc-opc.c: Remove evmwlssf, evmwlssfa, evmwlsmf, evmwlsmfa, 982*75fd0b74Schristos evmwlssfaaw, evmwlsmfaaw, evmwlssfanw, evmwlsfanw. 983*75fd0b74Schristos 984*75fd0b74Schristos2002-12-04 Aldy Hernandez <aldyh@redhat.com> 985*75fd0b74Schristos 986*75fd0b74Schristos * ppc-opc.c (PMRN): Remove. 987*75fd0b74Schristos (RA): Set to NB + 1. 988*75fd0b74Schristos (powerpc_opcodes): Change PMRN to SPR. 989*75fd0b74Schristos Change all RD to RS. 990*75fd0b74Schristos Change mftb to look like mftbl. 991*75fd0b74Schristos Move mftb before mftbl. 992*75fd0b74Schristos Add mfbbtar. 993*75fd0b74Schristos Add mtbbtar. 994*75fd0b74Schristos Change mfpmr to use PMR. 995*75fd0b74Schristos Change mtpmr to use PMR. 996*75fd0b74Schristos (RD): Remove. 997*75fd0b74Schristos (insert_ev2): Fix mask and shift. 998*75fd0b74Schristos (extract_ev2): Same. 999*75fd0b74Schristos (insert_ev4): Same. 1000*75fd0b74Schristos (extract_ev4): Same. 1001*75fd0b74Schristos (PMR): Define. 1002*75fd0b74Schristos (extract_pmrn): Remove. 1003*75fd0b74Schristos (insert_pmrn): Remove. 1004*75fd0b74Schristos 1005*75fd0b74Schristos2002-12-03 Richard Henderson <rth@redhat.com> 1006*75fd0b74Schristos 1007*75fd0b74Schristos * ia64-opc-m.c: Add ld8.mov. 1008*75fd0b74Schristos * ia64-asmtab.c: Regenerate. 1009*75fd0b74Schristos 1010*75fd0b74Schristos2002-12-02 Alan Modra <amodra@bigpond.net.au> 1011*75fd0b74Schristos 1012*75fd0b74Schristos * arm-dis.c (print_insn_arm): Constify "insn". Formatting. 1013*75fd0b74Schristos (print_insn_thumb): Likewise. 1014*75fd0b74Schristos * h8500-dis.c (print_insn_h8500): Constify "opcode". 1015*75fd0b74Schristos * mcore-dis.c (print_insn_mcore): Constify "op". Formatting. 1016*75fd0b74Schristos * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid 1017*75fd0b74Schristos type-punned pointer warnings. 1018*75fd0b74Schristos <case 'L'>: Likewise. Fix error message too. 1019*75fd0b74Schristos * pdp11-dis.c (print_reg): Warning fix. 1020*75fd0b74Schristos * sh-dis.c (print_movxy): Constify "op" param. 1021*75fd0b74Schristos (print_insn_ddt): Constify sh_opcode_info vars. 1022*75fd0b74Schristos (print_insn_ppi): Likewise. 1023*75fd0b74Schristos (print_insn_sh): Likewise. 1024*75fd0b74Schristos * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid 1025*75fd0b74Schristos type-punned pointer warnings. 1026*75fd0b74Schristos * w65-dis.c (print_insn_w65): Constify "op". 1027*75fd0b74Schristos 1028*75fd0b74Schristos2002-12-01 Stephane Carrez <stcarrez@nerim.fr> 1029*75fd0b74Schristos 1030*75fd0b74Schristos * m68hc11-dis.c (PC_REGNUM): Define. 1031*75fd0b74Schristos (print_indexed_operand): Need an adjustment for some PC-relative 1032*75fd0b74Schristos operand modes; print the final address of PC-relative modes. 1033*75fd0b74Schristos (print_insn): Take into account movw/movb to adjust the PC-relative 1034*75fd0b74Schristos operand addresses. 1035*75fd0b74Schristos 1036*75fd0b74Schristos2002-11-30 Alan Modra <amodra@bigpond.net.au> 1037*75fd0b74Schristos 1038*75fd0b74Schristos *arm-dis.c, cris-dis.c, h8300-dis.c, mips-dis.c, mmix-dis.c, sh-dis.c, 1039*75fd0b74Schristos sh64-dis.c, v850-dis.c: Replace boolean with bfd_boolean, true with 1040*75fd0b74Schristos TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars 1041*75fd0b74Schristos with TRUE/FALSE. Formatting. 1042*75fd0b74Schristos 1043*75fd0b74Schristos2002-11-25 DJ Delorie <dj@redhat.com> 1044*75fd0b74Schristos 1045*75fd0b74Schristos * xstormy16-opc.c: Regenerate. 1046*75fd0b74Schristos 1047*75fd0b74Schristos2002-11-25 Jim Wilson <wilson@redhat.com> 1048*75fd0b74Schristos 1049*75fd0b74Schristos * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64. 1050*75fd0b74Schristos 1051*75fd0b74Schristos2002-11-15 DJ Delorie <dj@redhat.com> 1052*75fd0b74Schristos 1053*75fd0b74Schristos * xstormy16-desc.c: Regenerate. 1054*75fd0b74Schristos * xstormy16-opc.c: Regenerate. 1055*75fd0b74Schristos * xstormy16-opc.h: Regenerate. 1056*75fd0b74Schristos 1057*75fd0b74Schristos2002-11-18 Klee Dienes <kdienes@apple.com> 1058*75fd0b74Schristos 1059*75fd0b74Schristos * avr-dis.c: Include libiberty.h (for xmalloc). 1060*75fd0b74Schristos (struct avr_opcodes_s): Remove 'bin_mask' field (it's 1061*75fd0b74Schristos automatically computed in the init routine). 1062*75fd0b74Schristos (AVR_INSN): No longer provide bin_mask field in initializer. 1063*75fd0b74Schristos (avr_opcodes_s): Declare as const. 1064*75fd0b74Schristos (print_insn_avr): Store the bin_mask field in a separate table 1065*75fd0b74Schristos (allocated with xmalloc); iterate through it at the same time as 1066*75fd0b74Schristos we iterate through the opcodes. 1067*75fd0b74Schristos 1068*75fd0b74Schristos2002-11-18 Klee Dienes <kdienes@apple.com> 1069*75fd0b74Schristos 1070*75fd0b74Schristos * h8300-dis.c: Include libiberty.h (for xmalloc). 1071*75fd0b74Schristos (struct h8_instruction): New type, used to wrap h8_opcodes with a 1072*75fd0b74Schristos length field (computed at run-time). 1073*75fd0b74Schristos (h8_instructions): New variable. 1074*75fd0b74Schristos (bfd_h8_disassemble_init): Allocate the storage for 1075*75fd0b74Schristos h8_instructions. Fill h8_instructions with pointers to the 1076*75fd0b74Schristos appropriate opcode and the correct value for the length field. 1077*75fd0b74Schristos (bfd_h8_disassemble): Iterate through h8_instructions instead of 1078*75fd0b74Schristos h8_opcodes. 1079*75fd0b74Schristos 1080*75fd0b74Schristos2002-11-18 Klee Dienes <kdienes@apple.com> 1081*75fd0b74Schristos 1082*75fd0b74Schristos * arc-opc.c (arc_ext_opcodes): Define. 1083*75fd0b74Schristos (arc_ext_operands): Define. 1084*75fd0b74Schristos * i386-dis.c (Suffix3DNow): Declare as const. 1085*75fd0b74Schristos * arm-opc.h (arm_opcodes): Declare as const. 1086*75fd0b74Schristos (thumb_opcodes): Declare as const. 1087*75fd0b74Schristos * h8500-opc.h (h8500_table): Declare as const. 1088*75fd0b74Schristos (h8500_table): Use a NULL for the opcode in the terminator, so 1089*75fd0b74Schristos that code testing (opcode->name) behaves correctly. 1090*75fd0b74Schristos * mcore-opc.h (mcore_table): Declare as const. 1091*75fd0b74Schristos * sh-opc.h (sh_table): Declare as const. 1092*75fd0b74Schristos * w65-opc.h (optable): Declare as const. 1093*75fd0b74Schristos * z8k-opc.h (z8k_table): Declare as const. 1094*75fd0b74Schristos 1095*75fd0b74Schristos2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com> 1096*75fd0b74Schristos 1097*75fd0b74Schristos * tic4x-dis.c: Added support for enhanced and special insn. 1098*75fd0b74Schristos (c4x_print_op): Added insn class 'i' and 'j' 1099*75fd0b74Schristos (c4x_hash_opcode_special): Add to support special insn 1100*75fd0b74Schristos (c4x_hash_opcode): Update to support the new opcode-list 1101*75fd0b74Schristos format. Add support for the new special insns. 1102*75fd0b74Schristos (c4x_disassemble): New opcode-list support. 1103*75fd0b74Schristos 1104*75fd0b74Schristos2002-11-16 Klee Dienes <kdienes@apple.com> 1105*75fd0b74Schristos 1106*75fd0b74Schristos * m88k-dis.c: Include libiberty.h (for xmalloc). 1107*75fd0b74Schristos (HASHTAB): New type, used to build instruction hash tables. 1108*75fd0b74Schristos Contains a pointer to an INSTAB and a pointer to the next hash 1109*75fd0b74Schristos chain entry. 1110*75fd0b74Schristos (instructions): Move definition from m88k.h; remove initialization 1111*75fd0b74Schristos of 'next' field. 1112*75fd0b74Schristos (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB. 1113*75fd0b74Schristos (printop): Mark pointer to OPSPEC as const. 1114*75fd0b74Schristos (install): Remove; fold into init_disasm. 1115*75fd0b74Schristos (m88kdis): Update to ihashtab_initialized to 1 after calling 1116*75fd0b74Schristos init_disasm. entry_ptr now iterates through HASHTABs, not 1117*75fd0b74Schristos INSTABs. 1118*75fd0b74Schristos (init_disasm): Iterate through the instructions and add to 1119*75fd0b74Schristos hashtable[]. 1120*75fd0b74Schristos 1121*75fd0b74Schristos2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com> 1122*75fd0b74Schristos 1123*75fd0b74Schristos * tic4x-dis.c: (c4x_print_op): Add support for the new argument 1124*75fd0b74Schristos format. Fix bug in 'N' register printer. 1125*75fd0b74Schristos 1126*75fd0b74Schristos2002-11-12 Segher Boessenkool <segher@koffie.nl> 1127*75fd0b74Schristos 1128*75fd0b74Schristos * ppc-dis.c (print_insn_powerpc): Correct condition register display. 1129*75fd0b74Schristos 1130*75fd0b74Schristos2002-11-07 Aldy Hernandez <aldyh@redhat.com> 1131*75fd0b74Schristos 1132*75fd0b74Schristos * ppc-opc.c (EVUIMM_4): Change bit size to 32. 1133*75fd0b74Schristos (EVUIMM_2): Same. 1134*75fd0b74Schristos (EVUIMM_8): Same. 1135*75fd0b74Schristos 1136*75fd0b74Schristos2002-11-07 Klee Dienes <kdienes@apple.com> 1137*75fd0b74Schristos 1138*75fd0b74Schristos * Makefile.am (ia64-asmtab.c): Update to use the new '--srcdir' 1139*75fd0b74Schristos argument to ia64-gen. 1140*75fd0b74Schristos Regenerate dependencies for ia64-len.lo. 1141*75fd0b74Schristos * Makefile.in: Regenerate. 1142*75fd0b74Schristos * ia64-gen.c: Convert to use getopt(). Add the standard GNU 1143*75fd0b74Schristos options, as well as '--srcdir', which controls the directory in 1144*75fd0b74Schristos which ia64-gen looks for the sources it uses to generate the 1145*75fd0b74Schristos output table. Add a 'const' to the declaration of the final 1146*75fd0b74Schristos output table. Call xmalloc_set_program_name to set the program 1147*75fd0b74Schristos name. 1148*75fd0b74Schristos * ia64-asmtab.c: Regenerate. 1149*75fd0b74Schristos 1150*75fd0b74Schristos2002-11-07 Nick Clifton <nickc@redhat.com> 1151*75fd0b74Schristos 1152*75fd0b74Schristos * ia64-gen.c: Fix comment formatting and compile time warnings. 1153*75fd0b74Schristos * ia64-opc-a.c: Fix compile time warnings. 1154*75fd0b74Schristos * ia64-opc-b.c: Likewise. 1155*75fd0b74Schristos * ia64-opc-d.c: Likewise. 1156*75fd0b74Schristos * ia64-opc-f.c: Likewise. 1157*75fd0b74Schristos * ia64-opc-i.c: Likewise. 1158*75fd0b74Schristos * ia64-opc-m.c: Likewise. 1159*75fd0b74Schristos * ia64-opc-x.c: Likewise. 1160*75fd0b74Schristos 1161*75fd0b74Schristos2002-11-06 Aldy Hernandez <aldyh@redhat.com> 1162*75fd0b74Schristos 1163*75fd0b74Schristos * ppc-opc.c: Change RD to RS for evmerge*. 1164*75fd0b74Schristos 1165*75fd0b74Schristos2002-10-07 Nathan Tallent <eraxxon@alumni.rice.edu> 1166*75fd0b74Schristos 1167*75fd0b74Schristos * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge, 1168*75fd0b74Schristos fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge, 1169*75fd0b74Schristos fbul, fbule>: Add conditional/unconditional branch 1170*75fd0b74Schristos classification. 1171*75fd0b74Schristos 1172*75fd0b74Schristos2002-10-13 Stephane Carrez <stcarrez@nerim.fr> 1173*75fd0b74Schristos 1174*75fd0b74Schristos * m68hc11-dis.c (print_insn): Treat bitmask and branch operands 1175*75fd0b74Schristos at the end. 1176*75fd0b74Schristos 1177*75fd0b74Schristos2002-09-30 Gavin Romig-Koch <gavin@redhat.com> 1178*75fd0b74Schristos Ken Raeburn <raeburn@cygnus.com> 1179*75fd0b74Schristos Aldy Hernandez <aldyh@redhat.com> 1180*75fd0b74Schristos Eric Christopher <echristo@redhat.com> 1181*75fd0b74Schristos Richard Sandiford <rsandifo@redhat.com> 1182*75fd0b74Schristos 1183*75fd0b74Schristos * mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'. 1184*75fd0b74Schristos (mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400 1185*75fd0b74Schristos and bfd_mach_mips5500. 1186*75fd0b74Schristos * mips-opc.c (V1): Include INSN_4111 and INSN_4120. 1187*75fd0b74Schristos (N411, N412, N5, N54, N55): New convenience defines. 1188*75fd0b74Schristos (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes. 1189*75fd0b74Schristos Change dmadd16 and madd16 from V1 to N411. 1190*75fd0b74Schristos 1191*75fd0b74Schristos2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1192*75fd0b74Schristos 1193*75fd0b74Schristos * mips-dis.c (print_insn_mips): Always allow disassembly of 1194*75fd0b74Schristos 32-bit jalx opcode. 1195*75fd0b74Schristos 1196*75fd0b74Schristos2002-09-24 Nick Clifton <nickc@redhat.com> 1197*75fd0b74Schristos 1198*75fd0b74Schristos * po/de.po: Updated German translation. 1199*75fd0b74Schristos 1200*75fd0b74Schristos2002-09-21 Alan Modra <amodra@bigpond.net.au> 1201*75fd0b74Schristos 1202*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1203*75fd0b74Schristos * Makefile.in: Regenerate. 1204*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1205*75fd0b74Schristos 1206*75fd0b74Schristos2002-09-20 Nick Clifton <nickc@redhat.com> 1207*75fd0b74Schristos 1208*75fd0b74Schristos * ppc-opc.c (CRFD, CRFS): Add PPC_OPERAND_CR flag so that cr 1209*75fd0b74Schristos register names are accepted. 1210*75fd0b74Schristos 1211*75fd0b74Schristos2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com> 1212*75fd0b74Schristos 1213*75fd0b74Schristos * tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED. 1214*75fd0b74Schristos Convert functions to K&R format. 1215*75fd0b74Schristos 1216*75fd0b74Schristos2002-09-13 Nick Clifton <nickc@redhat.com> 1217*75fd0b74Schristos 1218*75fd0b74Schristos * ppc-opc.c (MFDEC2): Include Book-E. 1219*75fd0b74Schristos (PPCCHLK64): New opcode mask. 1220*75fd0b74Schristos (evsubw, evsubiw, evmr, evnot, isellt, iselgt, iseleq, mfpid, 1221*75fd0b74Schristos mfcsrr0, mfcsrr1, mfdear, mfesr, mfivpr, mfusprg0, mftbl, 1222*75fd0b74Schristos mftbu, mfpir, mfdbsr, mfdbcr0, mfdbcr1, mfdbcr2, mfiac1, 1223*75fd0b74Schristos mfiac2, mfiac3, mfiac4, mfdac1, mfdac2, mfdvc1, mfdvc2, mftsr, 1224*75fd0b74Schristos mftcr, mfivor0, mfivor1, mfivor2, mfivor3, mfivor4, mfivor5, 1225*75fd0b74Schristos mfivor6, mfivor7, mfivor8, mfivor9, mfivor10, mfivor11, 1226*75fd0b74Schristos mfivor12, mfivor13, mfivor14, mfivor15, mfbbear, mfmcsrr0, 1227*75fd0b74Schristos mfmcsrr1, mfmcsr, mtpid, mtdecar, mtcsrr0, mtcsrr1, mtdear, 1228*75fd0b74Schristos mtesr, mtivpr, mtusprg0, mtsprg4, mtsprg5, mtsprg6, mtsprg7, 1229*75fd0b74Schristos mtdbsr, mtdbcr0, mtdbcr1, mtdbcr2, mtiac1, mtiac2, mtiac3, 1230*75fd0b74Schristos mtiac4, mtdac1, mtdac2, mtdvc1, mtdvc2, mttsr, mttcr, mtivor0, 1231*75fd0b74Schristos mtivor1, mtivor2, mtivor3, mtivor4, mtivor5, mtivor6, mtivor7, 1232*75fd0b74Schristos mtivor8, mtivor9, mtivor10, mtivor11, mtivor12, mtivor13, 1233*75fd0b74Schristos mtivor14, mtivor15, mtbbear, mtmcsrr0, mtmcsrr1, mtmcsr): New 1234*75fd0b74Schristos Book-E instructions. 1235*75fd0b74Schristos (evfsneg): Fix opcode value. 1236*75fd0b74Schristos (dcbtstlse, dcbtlse, icblce, dcblce, icbtsle): Use PPCCHLK64 1237*75fd0b74Schristos mask. 1238*75fd0b74Schristos (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit 1239*75fd0b74Schristos Book-E. 1240*75fd0b74Schristos (extsw): Restrict to 64-bit PPC instruction sets. 1241*75fd0b74Schristos (extsw.): Does not exist in 64-bit Book-E. 1242*75fd0b74Schristos (powerpc_macro): Remove mftbl, mftbu and mftb Book-E macros as 1243*75fd0b74Schristos they are no longer needed. 1244*75fd0b74Schristos 1245*75fd0b74Schristos2002-09-12 Gary Hade <garyhade@us.ibm.com> 1246*75fd0b74Schristos 1247*75fd0b74Schristos * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC. 1248*75fd0b74Schristos 1249*75fd0b74Schristos2002-09-11 Nick Clifton <nickc@redhat.com> 1250*75fd0b74Schristos 1251*75fd0b74Schristos * po/da.po: Updated Danish translation file. 1252*75fd0b74Schristos 1253*75fd0b74Schristos2002-09-04 Nick Clifton <nickc@redhat.com> 1254*75fd0b74Schristos 1255*75fd0b74Schristos * ppc-opc.c (extsw, extsw.): Do not allow for the BookE32. 1256*75fd0b74Schristos 1257*75fd0b74Schristos2002-09-04 Nick Clifton <nickc@redhat.com> 1258*75fd0b74Schristos 1259*75fd0b74Schristos * disassemble.c (disassembler_usage): Add invocation of 1260*75fd0b74Schristos print_ppc_disassembler_options. 1261*75fd0b74Schristos * ppc-dis.c (print_ppc_disassembler_options): New function. 1262*75fd0b74Schristos 1263*75fd0b74Schristos2002-09-04 Nick Clifton <nickc@redhat.com> 1264*75fd0b74Schristos 1265*75fd0b74Schristos * ppc-opc.c: The BookE implementations of the TLBWE and TLBRE 1266*75fd0b74Schristos instructions do not take any arguments. 1267*75fd0b74Schristos 1268*75fd0b74Schristos2002-09-02 Nick Clifton <nickc@redhat.com> 1269*75fd0b74Schristos 1270*75fd0b74Schristos * v850-opc.c: Remove redundant references to V850EA architecture. 1271*75fd0b74Schristos 1272*75fd0b74Schristos2002-09-02 Alan Modra <amodra@bigpond.net.au> 1273*75fd0b74Schristos 1274*75fd0b74Schristos * arc-opc.c: Include bfd.h. 1275*75fd0b74Schristos (arc_get_opcode_mach): Subtract off base bfd_mach value. 1276*75fd0b74Schristos 1277*75fd0b74Schristos2002-08-30 Alan Modra <amodra@bigpond.net.au> 1278*75fd0b74Schristos 1279*75fd0b74Schristos * v850-dis.c (disassemble): Remove bfd_mach_v850ea case. 1280*75fd0b74Schristos 1281*75fd0b74Schristos * mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants. 1282*75fd0b74Schristos 1283*75fd0b74Schristos2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com> 1284*75fd0b74Schristos 1285*75fd0b74Schristos * configure.in: Added bfd_tic4x_arch. 1286*75fd0b74Schristos * configure: Regenerate. 1287*75fd0b74Schristos * Makefile.am: Added tic4x-dis.o target. 1288*75fd0b74Schristos * Makefile.in: Regenerate. 1289*75fd0b74Schristos 1290*75fd0b74Schristos2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz> 1291*75fd0b74Schristos 1292*75fd0b74Schristos * disassemble.c: Added tic4x target and c4x 1293*75fd0b74Schristos disassembler routine. 1294*75fd0b74Schristos * tic4x-dis.c: New file. 1295*75fd0b74Schristos 1296*75fd0b74Schristos2002-08-16 Christian Groessler <chris@groessler.org> 1297*75fd0b74Schristos 1298*75fd0b74Schristos * z8k-dis.c (unparse_instr): case CLASS_BA: Designate hex 1299*75fd0b74Schristos values as those. 1300*75fd0b74Schristos * z8kgen.c (opt): Fix definition of "in rd,imm16" opcode. 1301*75fd0b74Schristos * z8k-opc.h: Regenerated with new z8kgen.c. 1302*75fd0b74Schristos 1303*75fd0b74Schristos2002-08-19 Elena Zannoni <ezannoni@redhat.com> 1304*75fd0b74Schristos 1305*75fd0b74Schristos From matthew green <mrg@redhat.com> 1306*75fd0b74Schristos 1307*75fd0b74Schristos * ppc-dis.c (powerpc_dialect): Support `-m500', `-m500x2' and 1308*75fd0b74Schristos `-mefs'. Turn off AltiVec for E500 and efs. 1309*75fd0b74Schristos (print_insn_powerpc): Don't print an AltiVec instruction if the 1310*75fd0b74Schristos dialect is not efs. 1311*75fd0b74Schristos 1312*75fd0b74Schristos * ppc-opc.c (insert_pmrn, extract_pmrn, insert_ev2, extract_ev2, 1313*75fd0b74Schristos insert_ev4, extract_ev4, insert_ev8, extract_ev8): New functions 1314*75fd0b74Schristos for extracting pmrn/evld/evstd/etc operands. 1315*75fd0b74Schristos (CRB, CRFD, CRFS, DC, RD): New instruction fields. 1316*75fd0b74Schristos (CT): Make this equal to RD + 1. 1317*75fd0b74Schristos (PMRN): New operand. 1318*75fd0b74Schristos (RA): Update. 1319*75fd0b74Schristos (EVUIMM, EVUIMM_2, EVUIMM_4, EVUIMM_8): New operands. 1320*75fd0b74Schristos (WS): Update. 1321*75fd0b74Schristos (EVSEL, EVSEL_MASK): New instruction form and mask for EVSEL. 1322*75fd0b74Schristos (ISEL, ISEL_MASK): New instruction form and mask for ISEL. 1323*75fd0b74Schristos (XISEL, XISEL_MASK): New instruction form and mask for ISEL. 1324*75fd0b74Schristos (CTX, CTX_MASK): New instruction form and mask for context cache 1325*75fd0b74Schristos instructions. 1326*75fd0b74Schristos (UCTX, UCTX_MASK): New instruction form and mask for user context 1327*75fd0b74Schristos cache instructions. 1328*75fd0b74Schristos (XC, XC_MASK, XUC, XUC_MASK): New instruction forms. 1329*75fd0b74Schristos (CLASSIC): New define. 1330*75fd0b74Schristos (PPCESPE): New define. 1331*75fd0b74Schristos (PPCISEL, , PPCBRLK, PPCPMR, PPCCHLK, PPCRFMI): New 1332*75fd0b74Schristos defines for integer select, cache control, branch 1333*75fd0b74Schristos locking, power management, cache locking and machine check 1334*75fd0b74Schristos APU instructions, respectively. 1335*75fd0b74Schristos (efsabs, efsnabs, efsneg, efsadd, efssub, efsmul, 1336*75fd0b74Schristos efsdiv, efscmpgt, efscmplt, efscmpeq, efststgt, efststlt, 1337*75fd0b74Schristos efststeq, efscfui, efsctuiz, efscfsi, efscfuf, efscfsf, 1338*75fd0b74Schristos efsctui, efsctsi, efsctsiz, efsctuf, efsctsf, 1339*75fd0b74Schristos evaddw, evaddiw, evsubfw, evsubifw, evabs, evneg, evextsb, 1340*75fd0b74Schristos evextsh, evrndw, evcntlzw, evcntlsw, brinc, evand, evandc, evor, 1341*75fd0b74Schristos evorc, evxor, eveqv, evnand, evnor, evrlw, evrlwi, evslw, evslwi, 1342*75fd0b74Schristos evsrws, evsrwu, evsrwis, evsrwiu, evsplati, evsplatfi, evmergehi, 1343*75fd0b74Schristos evmergelo, evmergehilo, evmergelohi, evcmpgts, evcmpgtu, evcmplts, 1344*75fd0b74Schristos evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh, 1345*75fd0b74Schristos evldhx, evlwhe, evlwhex, evlwhou, evlwhoux, evlwhos, evlwhosx, 1346*75fd0b74Schristos evlwwsplat, evlwwsplatx, evlwhsplat, evlwhsplatx, evlhhesplat, 1347*75fd0b74Schristos evlhhesplatx, evlhousplat, evlhousplatx, evlhossplat, evlhossplatx, 1348*75fd0b74Schristos evstdd, evstddx, evstdw, evstdwx, evstdh, evstdhx, evstwwe, 1349*75fd0b74Schristos evstwwex, evstwwo, evstwwox, evstwhe, evstwhex, evstwho, evstwhox, 1350*75fd0b74Schristos evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul, evfsdiv, 1351*75fd0b74Schristos evfscmpgt, evfscmplt, evfscmpeq, evfststgt, evfststlt, evfststeq, 1352*75fd0b74Schristos evfscfui, evfsctuiz, evfscfsi, evfscfuf, evfscfsf, evfsctui, 1353*75fd0b74Schristos evfsctsi, evfsctsiz, evfsctuf, evfsctsf, evsabs, evsnabs, evsneg, 1354*75fd0b74Schristos evsadd, evssub, evsmul, evsdiv, evscmpgt, evsgmplt, evsgmpeq, 1355*75fd0b74Schristos evststgt, evststlt, evststeq, evscfui, evscfsi, evscfuf, evscfsf, 1356*75fd0b74Schristos evsctui, evsctuiz, evsctsi, evsctsiz, evsctuf, evsctsf, evmhossf, 1357*75fd0b74Schristos evmhossfa, evmhosmf, evmhosmfa, evmhosmi, evmhosmia, evmhoumi, 1358*75fd0b74Schristos evmhoumia, evmhessf, evmhessfa, evmhesmf, evmhesmfa, evmhesmi, 1359*75fd0b74Schristos evmhesmia, evmheumi, evmheumia, evmhossfaaw, evmhossiaaw, 1360*75fd0b74Schristos evmhosmfaaw, evmhosmiaaw, evmhousiaaw, evmhoumiaaw, evmhessfaaw, 1361*75fd0b74Schristos evmhessiaaw, evmhesmfaaw, evmhesmiaaw, evmheusiaaw, evmheumiaaw, 1362*75fd0b74Schristos evmhossfanw, evmhossianw, evmhosmfanw, evmhosmianw, evmhousianw, 1363*75fd0b74Schristos evmhoumianw, evmhessfanw, evmhessianw, evmhesmfanw, evmhesmianw, 1364*75fd0b74Schristos evmheusianw, evmheumianw, evmhogsmfaa, evmhogsmiaa, evmhogumiaa, 1365*75fd0b74Schristos evmhegsmfaa, evmhegsmiaa, evmhegumiaa, evmhogsmfan, evmhogsmian, 1366*75fd0b74Schristos evmhogumian, evmhegsmfan, evmhegsmian, evmhegumian, evmwhssf, 1367*75fd0b74Schristos evmwhssfa, evmwhssfaa, evmwhssmaa, evmwhsmfaa, evmwhsmiaa, 1368*75fd0b74Schristos evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian, evmwhsmfan, 1369*75fd0b74Schristos evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa, evmwhgsmfaa, 1370*75fd0b74Schristos evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan, evmwhgsmian, 1371*75fd0b74Schristos evmwhgumian, evmwhsmf, evmwhsmfa, evmshsmi, evmshsmia, evmshumi, 1372*75fd0b74Schristos evmshumia, evmmlssf, evmmlssfa, evmwlsmf, evmwlsmfa, evmwlumi, 1373*75fd0b74Schristos evmwlumia, evmwlssfaaw, evmwlssiaaw, evmwlsmfaaw, evmwlsmiaaw, 1374*75fd0b74Schristos evmwlusiaaw, evmwlumiaaw, evmwissfanw, evmwissianw, evmwlsmfanw, 1375*75fd0b74Schristos evmwlsmianw, evmwlusianw, evmwlumianw, evmwssf, evmwssfa, 1376*75fd0b74Schristos evmwsmf, evmwsmfa, evmwsmi, evmwsmia, evmwumi, evmwumia, 1377*75fd0b74Schristos evmwssfaa, evmwsmfaa, evmwsmiaa, evmwumiaa, evmwssfan, evmwsmfan, 1378*75fd0b74Schristos evmwsmian, evmwumian, evaddssiaaw, evaddsmiaaw, evaddusiaaw, 1379*75fd0b74Schristos evaddumiaaw, evsubfssiaaw, evsubfsmiaaw, evsubfusiaaw, 1380*75fd0b74Schristos evsubfumiaaw, evmra, evdivws, evdivws): New e500x2 Core Complex 1381*75fd0b74Schristos instructions. 1382*75fd0b74Schristos (rfmci): New machine check APU instruction. 1383*75fd0b74Schristos (isel): New integer select APU instructino. 1384*75fd0b74Schristos (icbtls, icbtlse, icblc, icblce, dcbtls, dcbtlse, dcbtstls, 1385*75fd0b74Schristos dcbtstlse, dcblc, dcblce): New cache control APU instructions. 1386*75fd0b74Schristos (mtspefscr, mfspefscr): New instructions. 1387*75fd0b74Schristos (mfpmr, mtpmr): New performance monitor APU instructions. 1388*75fd0b74Schristos (savecontext): New context cache APU instructions. 1389*75fd0b74Schristos (bblels, bbelr): New branch locking APU instructions. 1390*75fd0b74Schristos (bblels, bbelr): New instructions. 1391*75fd0b74Schristos (mftbl, mftbu, mftb): Set as CLASSIC instructions. Add BOOKE alias. 1392*75fd0b74Schristos 1393*75fd0b74Schristos2002-08-13 Stephane Carrez <stcarrez@nerim.fr> 1394*75fd0b74Schristos 1395*75fd0b74Schristos * m68hc11-opc.c: Update call operand to accept the page definition. 1396*75fd0b74Schristos Identify instructions that are branches and calls to generate a 1397*75fd0b74Schristos RL_JUMP relocation. 1398*75fd0b74Schristos 1399*75fd0b74Schristos2002-08-13 Stephane Carrez <stcarrez@nerim.fr> 1400*75fd0b74Schristos 1401*75fd0b74Schristos * m68hc11-dis.c (print_insn): Take into account 68HC12 memory 1402*75fd0b74Schristos banks and fix disassembling of call instruction. 1403*75fd0b74Schristos (print_indexed_operand): New param to tell whether 1404*75fd0b74Schristos it was an indirect addressing operand (for disassembling call). 1405*75fd0b74Schristos 1406*75fd0b74Schristos2002-08-09 Nick Clifton <nickc@redhat.com> 1407*75fd0b74Schristos 1408*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 1409*75fd0b74Schristos 1410*75fd0b74Schristos2002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl> 1411*75fd0b74Schristos 1412*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Remove "dla" and "la" as 1413*75fd0b74Schristos aliases to "daddiu" and "addiu". 1414*75fd0b74Schristos 1415*75fd0b74Schristos2002-07-30 Nick Clifton <nickc@redhat.com> 1416*75fd0b74Schristos 1417*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 1418*75fd0b74Schristos 1419*75fd0b74Schristos2002-07-25 Nick Clifton <nickc@redhat.com> 1420*75fd0b74Schristos 1421*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 1422*75fd0b74Schristos * po/es.po: Updated Spanish translation. 1423*75fd0b74Schristos * po/pr_BR.po: Updated Brazilian Portuguese translation. 1424*75fd0b74Schristos * po/tr.po: Updated Turkish translation. 1425*75fd0b74Schristos * po/fr.po: Updated French translation. 1426*75fd0b74Schristos 1427*75fd0b74Schristos2002-07-24 Nick Clifton <nickc@redhat.com> 1428*75fd0b74Schristos 1429*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 1430*75fd0b74Schristos * po/es.po: Updated Spanish translation. 1431*75fd0b74Schristos * po/pr_BR.po: Updated Brazilian Portuguese translation. 1432*75fd0b74Schristos 1433*75fd0b74Schristos2002-07-23 Alan Modra <amodra@bigpond.net.au> 1434*75fd0b74Schristos 1435*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1436*75fd0b74Schristos * Makefile.in: Regenerate. 1437*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1438*75fd0b74Schristos 1439*75fd0b74Schristos2002-07-23 Nick Clifton <nickc@redhat.com> 1440*75fd0b74Schristos 1441*75fd0b74Schristos * po/fr.po: Updated French translation. 1442*75fd0b74Schristos * po/pr_BR.po: New Brazilian Portuguese translation. 1443*75fd0b74Schristos * po/id.po: Updated Indonesian translation. 1444*75fd0b74Schristos * configure.in (LINGUAS): Add pr_BR. 1445*75fd0b74Schristos * configure: Regenerate. 1446*75fd0b74Schristos 1447*75fd0b74Schristos2002-07-18 Denis Chertykov <denisc@overta.ru> 1448*75fd0b74Schristos Frank Ch. Eigler <fche@redhat.com> 1449*75fd0b74Schristos Alan Lehotsky <alehotsky@cygnus.com> 1450*75fd0b74Schristos matthew green <mrg@redhat.com> 1451*75fd0b74Schristos 1452*75fd0b74Schristos * configure.in: Add support for ip2k. 1453*75fd0b74Schristos * configure: Regenerate. 1454*75fd0b74Schristos * Makefile.am: Add support for ip2k. 1455*75fd0b74Schristos * Makefile.in: Regenerate. 1456*75fd0b74Schristos * disassemble.c: Add support for ip2k. 1457*75fd0b74Schristos * ip2k-asm.c: New generated file. 1458*75fd0b74Schristos * ip2k-desc.c: New generated file. 1459*75fd0b74Schristos * ip2k-desc.h: New generated file. 1460*75fd0b74Schristos * ip2k-dis.c: New generated file. 1461*75fd0b74Schristos * ip2k-ibld.c: New generated file. 1462*75fd0b74Schristos * ip2k-opc.c: New generated file. 1463*75fd0b74Schristos * ip2k-opc.h: New generated file. 1464*75fd0b74Schristos 1465*75fd0b74Schristos2002-07-17 David Mosberger <davidm@hpl.hp.com> 1466*75fd0b74Schristos 1467*75fd0b74Schristos * ia64-opc-b.c (bWhc): New macro. 1468*75fd0b74Schristos (mWhc): Ditto. 1469*75fd0b74Schristos (OpPaWhcD): Ditto. 1470*75fd0b74Schristos (ia64_opcodes_b): Correct patterns for indirect call 1471*75fd0b74Schristos instructions to use 3-bit "wh" field. 1472*75fd0b74Schristos * ia64-asmtab.c: Regnerate. 1473*75fd0b74Schristos 1474*75fd0b74Schristos2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1475*75fd0b74Schristos 1476*75fd0b74Schristos * mips-dis.c (mips_isa_type): Add MIPS16 insn handling. 1477*75fd0b74Schristos * mips-opc.c (I16): New define. 1478*75fd0b74Schristos (mips_builtin_opcodes): Make jalx an I16 insn. 1479*75fd0b74Schristos 1480*75fd0b74Schristos2002-06-18 Dave Brolley <brolley@redhat.com> 1481*75fd0b74Schristos 1482*75fd0b74Schristos * po/POTFILES.in: Add frv-*.[ch]. 1483*75fd0b74Schristos * disassemble.c (ARCH_frv): New macro. 1484*75fd0b74Schristos (disassembler): Handle bfd_arch_frv. 1485*75fd0b74Schristos * configure.in: Support frv_bfd_arch. 1486*75fd0b74Schristos * Makefile.am (HFILES): Add frv-*.h. 1487*75fd0b74Schristos (CFILES): Add frv-*.c 1488*75fd0b74Schristos (ALL_MACHINES): Add frv-*.lo. 1489*75fd0b74Schristos (CLEANFILES): Add stamp-frv. 1490*75fd0b74Schristos (FRV_DEPS): New variable. 1491*75fd0b74Schristos (stamp-frv): New target. 1492*75fd0b74Schristos (frv-asm.lo): New target. 1493*75fd0b74Schristos (frv-desc.lo): New target. 1494*75fd0b74Schristos (frv-dis.lo): New target. 1495*75fd0b74Schristos (frv-ibld.lo): New target. 1496*75fd0b74Schristos (frv-opc.lo): New target. 1497*75fd0b74Schristos (frv-*.[ch]): New files. 1498*75fd0b74Schristos 1499*75fd0b74Schristos2002-06-18 Ben Elliston <bje@redhat.com> 1500*75fd0b74Schristos 1501*75fd0b74Schristos * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen. 1502*75fd0b74Schristos * Makefile.in: Regenerate. 1503*75fd0b74Schristos 1504*75fd0b74Schristos2002-06-08 Alan Modra <amodra@bigpond.net.au> 1505*75fd0b74Schristos 1506*75fd0b74Schristos * a29k-dis.c: Replace CONST with const. 1507*75fd0b74Schristos * h8300-dis.c: Likewise. 1508*75fd0b74Schristos * m68k-dis.c: Likewise. 1509*75fd0b74Schristos * or32-dis.c: Likewise. 1510*75fd0b74Schristos * sparc-dis.c: Likewise. 1511*75fd0b74Schristos 1512*75fd0b74Schristos2002-06-04 Jason Thorpe <thorpej@wasabisystems.com> 1513*75fd0b74Schristos 1514*75fd0b74Schristos * configure.in: Add "sh5*-*" to list of targets which include 1515*75fd0b74Schristos sh64 support. 1516*75fd0b74Schristos * configure: Regenerate. 1517*75fd0b74Schristos 1518*75fd0b74Schristos2002-05-31 Chris G. Demetriou <cgd@broadcom.com> 1519*75fd0b74Schristos 1520*75fd0b74Schristos * mips-opc.c: Clean up a few whitespace issues, and sort a 1521*75fd0b74Schristos few entries understanding that 'x' follows 'w' in the alphabet. 1522*75fd0b74Schristos 1523*75fd0b74Schristos2002-05-31 Chris G. Demetriou <cgd@broadcom.com> 1524*75fd0b74Schristos Ed Satterthwaite <ehs@broadcom.com> 1525*75fd0b74Schristos 1526*75fd0b74Schristos * mips-opc.c: Add support for SB-1 MDMX subset and extensions. 1527*75fd0b74Schristos 1528*75fd0b74Schristos2002-05-31 Alan Modra <amodra@bigpond.net.au> 1529*75fd0b74Schristos 1530*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1531*75fd0b74Schristos * Makefile.in: Regenerate. 1532*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1533*75fd0b74Schristos 1534*75fd0b74Schristos2002-05-30 Chris G. Demetriou <cgd@broadcom.com> 1535*75fd0b74Schristos Ed Satterthwaite <ehs@broadcom.com> 1536*75fd0b74Schristos 1537*75fd0b74Schristos * mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y', 1538*75fd0b74Schristos and 'Z' formats, for MDMX. 1539*75fd0b74Schristos (mips_isa_type): Add MDMX instructions to the ISA 1540*75fd0b74Schristos bit mask for bfd_mach_mipsisa64. 1541*75fd0b74Schristos * mips-opc.c: Add support for MDMX instructions. 1542*75fd0b74Schristos (MX): New definition. 1543*75fd0b74Schristos 1544*75fd0b74Schristos * mips-dis.c: Update copyright years to include 2002. 1545*75fd0b74Schristos 1546*75fd0b74Schristos2002-05-30 Diego Novillo <dnovillo@redhat.com> 1547*75fd0b74Schristos 1548*75fd0b74Schristos * d10v-opc.c (d10v_opcodes): `btsti' does not modify its 1549*75fd0b74Schristos arguments. 1550*75fd0b74Schristos 1551*75fd0b74Schristos2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net> 1552*75fd0b74Schristos 1553*75fd0b74Schristos * configure.in: Add DLX configuraton support. 1554*75fd0b74Schristos * configure: Regenerate. 1555*75fd0b74Schristos * Makefile.am: Add DLX configuraton support. 1556*75fd0b74Schristos * Makefile.in: Regenerate. 1557*75fd0b74Schristos * disassemble.c: Add DLX support. 1558*75fd0b74Schristos * dlx-dis.c: New file. 1559*75fd0b74Schristos 1560*75fd0b74Schristos2002-05-25 Alan Modra <amodra@bigpond.net.au> 1561*75fd0b74Schristos 1562*75fd0b74Schristos * Makefile.am (sh-dis.lo): Don't put make commands in deps. 1563*75fd0b74Schristos * Makefile.in: Regenerate. 1564*75fd0b74Schristos * arc-dis.c: Use #include "" instead of <> for local header files. 1565*75fd0b74Schristos * m68k-dis.c: Likewise. 1566*75fd0b74Schristos 1567*75fd0b74Schristos2002-05-22 J"orn Rennecke <joern.rennecke@superh.com> 1568*75fd0b74Schristos 1569*75fd0b74Schristos * Makefile.am (sh-dis.lo): Compile with @archdefs@. 1570*75fd0b74Schristos * Makefile.in: regenerate. 1571*75fd0b74Schristos 1572*75fd0b74Schristos * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4 1573*75fd0b74Schristos for disassembly. 1574*75fd0b74Schristos 1575*75fd0b74Schristos2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1576*75fd0b74Schristos 1577*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros. 1578*75fd0b74Schristos 1579*75fd0b74Schristos2002-05-17 J"orn Rennecke <joern.rennecke@superh.com> 1580*75fd0b74Schristos 1581*75fd0b74Schristos * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh. 1582*75fd0b74Schristos * sh-dis.c (LITTLE_BIT): Delete. 1583*75fd0b74Schristos (print_insn_sh, print_insn_shl): Deleted. 1584*75fd0b74Schristos (print_insn_shx): Renamed to 1585*75fd0b74Schristos (print_insn_sh). No longer static. Handle SHmedia instructions. 1586*75fd0b74Schristos Use info->endian to determine endianness. 1587*75fd0b74Schristos * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete. 1588*75fd0b74Schristos (print_insn_sh64x): No longer static. Renamed to 1589*75fd0b74Schristos (print_insn_sh64). Removed pfun_compact and endian arguments. 1590*75fd0b74Schristos If we got an uneven address to indicate SHmedia, adjust it. 1591*75fd0b74Schristos Return -2 for SHcompact instructions. 1592*75fd0b74Schristos 1593*75fd0b74Schristos2002-05-17 Alan Modra <amodra@bigpond.net.au> 1594*75fd0b74Schristos 1595*75fd0b74Schristos * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools. 1596*75fd0b74Schristos * configure.in: Invoke AM_INSTALL_LIBBFD. 1597*75fd0b74Schristos * Makefile.am (install-data-local): Move to.. 1598*75fd0b74Schristos (install_libopcodes): .. New target. 1599*75fd0b74Schristos (uninstall_libopcodes): Likewise. 1600*75fd0b74Schristos (install-bfdlibLTLIBRARIES): Likewise. 1601*75fd0b74Schristos (uninstall-bfdlibLTLIBRARIES): Likewise. 1602*75fd0b74Schristos (bfdlibdir): New. 1603*75fd0b74Schristos (bfdincludedir): New. 1604*75fd0b74Schristos (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. 1605*75fd0b74Schristos * aclocal.m4: Regenerate. 1606*75fd0b74Schristos * configure: Regenerate. 1607*75fd0b74Schristos * Makefile.in: Regenerate. 1608*75fd0b74Schristos 1609*75fd0b74Schristos2002-05-15 Nick Clifton <nickc@cambridge.redhat.com> 1610*75fd0b74Schristos 1611*75fd0b74Schristos * fr30-asm.c: Regenerate. 1612*75fd0b74Schristos * fr30-desc.c: Regenerate. 1613*75fd0b74Schristos * fr30-dis.c: Regenerate. 1614*75fd0b74Schristos * m32r-asm.c: Regenerate. 1615*75fd0b74Schristos * m32r-desc.c: Regenerate. 1616*75fd0b74Schristos * m32r-dis.c: Regenerate. 1617*75fd0b74Schristos * openrisc-asm.c: Regenerate. 1618*75fd0b74Schristos * openrisc-desc.c: Regenerate. 1619*75fd0b74Schristos * openrisc-dis.c: Regenerate. 1620*75fd0b74Schristos * xstormy16-asm.c: Regenerate. 1621*75fd0b74Schristos * xstormy16-desc.c: Regenerate. 1622*75fd0b74Schristos * xstormy16-dis.c: Regenerate. 1623*75fd0b74Schristos 1624*75fd0b74Schristos2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1625*75fd0b74Schristos 1626*75fd0b74Schristos * mips-dis.c (is_newabi): EABI is not a NewABI. 1627*75fd0b74Schristos 1628*75fd0b74Schristos2002-05-13 Jason Thorpe <thorpej@wasabisystems.com> 1629*75fd0b74Schristos 1630*75fd0b74Schristos * configure.in (shle-*-*elf*): Include sh64 support. 1631*75fd0b74Schristos * configure: Regenerate. 1632*75fd0b74Schristos 1633*75fd0b74Schristos2002-04-28 Jason Thorpe <thorpej@wasabisystems.com> 1634*75fd0b74Schristos 1635*75fd0b74Schristos * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode. 1636*75fd0b74Schristos (print_insn_mode): Print some basic info about floating point values. 1637*75fd0b74Schristos 1638*75fd0b74Schristos2002-05-09 Anton Blanchard <anton@samba.org> 1639*75fd0b74Schristos 1640*75fd0b74Schristos * ppc-opc.c: Add "tlbiel" for POWER4. 1641*75fd0b74Schristos 1642*75fd0b74Schristos2002-05-07 Graydon Hoare <graydon@redhat.com> 1643*75fd0b74Schristos 1644*75fd0b74Schristos * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather 1645*75fd0b74Schristos than just most-recently-opened. 1646*75fd0b74Schristos 1647*75fd0b74Schristos2002-05-01 Alan Modra <amodra@bigpond.net.au> 1648*75fd0b74Schristos 1649*75fd0b74Schristos * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke. 1650*75fd0b74Schristos 1651*75fd0b74Schristos2002-04-24 Christian Groessler <chris@groessler.org> 1652*75fd0b74Schristos 1653*75fd0b74Schristos * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2 1654*75fd0b74Schristos bytes_per_chunk, 6 bytes_per_line for nicer display of the hex 1655*75fd0b74Schristos codes. 1656*75fd0b74Schristos (z8k_lookup_instr): CLASS_IGNORE case added. 1657*75fd0b74Schristos (output_instr): Don't print hex codes, they are already 1658*75fd0b74Schristos printed. 1659*75fd0b74Schristos (unpack_instr): ARG_NIM4 case added. ARG_NIM8 case 1660*75fd0b74Schristos fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases. 1661*75fd0b74Schristos (unparse_instr): Fix base and indexed addressing disassembly: 1662*75fd0b74Schristos The index is inside the brackets. 1663*75fd0b74Schristos * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines. 1664*75fd0b74Schristos (opt): Fix shift left/right arithmetic/logical byte defines: 1665*75fd0b74Schristos The high byte of the immediate word is ignored by the 1666*75fd0b74Schristos processor. 1667*75fd0b74Schristos Fix n parameter of ldm opcodes: The opcode contains (n-1). 1668*75fd0b74Schristos (args): Fix "n" entry. 1669*75fd0b74Schristos (toks): Add "nim4" and "iiii" entries. 1670*75fd0b74Schristos * z8k-opc.h: Regenerated with new z8kgen.c. 1671*75fd0b74Schristos 1672*75fd0b74Schristos2002-04-24 Nick Clifton <nickc@cambridge.redhat.com> 1673*75fd0b74Schristos 1674*75fd0b74Schristos * po/id.po: New Indonesian translation. 1675*75fd0b74Schristos * configure.in (ALL_LIGUAS): Add id.po 1676*75fd0b74Schristos * configure: Regenerate. 1677*75fd0b74Schristos 1678*75fd0b74Schristos2002-04-17 matthew green <mrg@redhat.com> 1679*75fd0b74Schristos 1680*75fd0b74Schristos * ppc-opc.c (powerpc_opcode): Fix dssall operand list. 1681*75fd0b74Schristos 1682*75fd0b74Schristos2002-04-04 Alan Modra <amodra@bigpond.net.au> 1683*75fd0b74Schristos 1684*75fd0b74Schristos * dep-in.sed: Cope with absolute paths. 1685*75fd0b74Schristos * Makefile.am (dep.sed): Subst TOPDIR. 1686*75fd0b74Schristos Run "make dep-am". 1687*75fd0b74Schristos * Makefile.in: Regenerate. 1688*75fd0b74Schristos * ppc-opc.c: Whitespace. 1689*75fd0b74Schristos * s390-dis.c: Fix copyright date. 1690*75fd0b74Schristos 1691*75fd0b74Schristos2002-03-23 matthew green <mrg@redhat.com> 1692*75fd0b74Schristos 1693*75fd0b74Schristos * ppc-opc.c (vmaddfp): Fix operand order. 1694*75fd0b74Schristos 1695*75fd0b74Schristos2002-03-21 Alan Modra <amodra@bigpond.net.au> 1696*75fd0b74Schristos 1697*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1698*75fd0b74Schristos * Makefile.in: Regenerate. 1699*75fd0b74Schristos 1700*75fd0b74Schristos2002-03-21 Anton Blanchard <anton@samba.org> 1701*75fd0b74Schristos 1702*75fd0b74Schristos * ppc-opc.c: Add optional field to mtmsrd. 1703*75fd0b74Schristos (MTMSRD_L, XRLARB_MASK): Define. 1704*75fd0b74Schristos 1705*75fd0b74Schristos2002-03-18 Jan Hubicka <jh@suse.cz> 1706*75fd0b74Schristos 1707*75fd0b74Schristos * i386-dis.c (prefix_name): Fix handling of 32bit address prefix 1708*75fd0b74Schristos in 64bit mode. 1709*75fd0b74Schristos (print_insn) Likewise. 1710*75fd0b74Schristos (putop): Fix handling of 'E' 1711*75fd0b74Schristos (OP_E, OP_OFF): handle 32bit addressing mode in 64bit. 1712*75fd0b74Schristos (ptr_reg): Likewise. 1713*75fd0b74Schristos 1714*75fd0b74Schristos2002-03-18 Nick Clifton <nickc@cambridge.redhat.com> 1715*75fd0b74Schristos 1716*75fd0b74Schristos * po/fr.po: Updated version. 1717*75fd0b74Schristos 1718*75fd0b74Schristos2002-03-16 Chris Demetriou <cgd@broadcom.com> 1719*75fd0b74Schristos 1720*75fd0b74Schristos * mips-opc.c (M3D): Tweak comment. 1721*75fd0b74Schristos (mips_builtin_op): Add comment indicating that opcodes of the 1722*75fd0b74Schristos same name must be placed together in the table, and sort 1723*75fd0b74Schristos the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt", 1724*75fd0b74Schristos "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name. 1725*75fd0b74Schristos 1726*75fd0b74Schristos2002-03-16 Nick Clifton <nickc@cambridge.redhat.com> 1727*75fd0b74Schristos 1728*75fd0b74Schristos * Makefile.am: Tidy up sh64 rules. 1729*75fd0b74Schristos * Makefile.in: Regenerate. 1730*75fd0b74Schristos 1731*75fd0b74Schristos2002-03-15 Chris G. Demetriou <cgd@broadcom.com> 1732*75fd0b74Schristos 1733*75fd0b74Schristos * mips-dis.c: Update copyright years. 1734*75fd0b74Schristos 1735*75fd0b74Schristos2002-03-15 Chris G. Demetriou <cgd@broadcom.com> 1736*75fd0b74Schristos 1737*75fd0b74Schristos * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA 1738*75fd0b74Schristos bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add 1739*75fd0b74Schristos comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that 1740*75fd0b74Schristos indicate that they should dissassemble all applicable 1741*75fd0b74Schristos MIPS-specified ASEs. 1742*75fd0b74Schristos * mips-opc.c: Add support for MIPS-3D instructions. 1743*75fd0b74Schristos (M3D): New definition. 1744*75fd0b74Schristos 1745*75fd0b74Schristos * mips-opc.c: Update copyright years. 1746*75fd0b74Schristos 1747*75fd0b74Schristos2002-03-15 Chris G. Demetriou <cgd@broadcom.com> 1748*75fd0b74Schristos 1749*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name. 1750*75fd0b74Schristos 1751*75fd0b74Schristos2002-03-15 Chris Demetriou <cgd@broadcom.com> 1752*75fd0b74Schristos 1753*75fd0b74Schristos * mips-dis.c (is_newabi): Fix ABI decoding. 1754*75fd0b74Schristos 1755*75fd0b74Schristos2002-03-14 Chris G. Demetriou <cgd@broadcom.com> 1756*75fd0b74Schristos 1757*75fd0b74Schristos * mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32 1758*75fd0b74Schristos and bfd_mach_mipsisa64 cases to match the rest. 1759*75fd0b74Schristos 1760*75fd0b74Schristos2002-03-13 Nick Clifton <nickc@cambridge.redhat.com> 1761*75fd0b74Schristos 1762*75fd0b74Schristos * po/fr.po: Updated version. 1763*75fd0b74Schristos 1764*75fd0b74Schristos2002-03-13 Alan Modra <amodra@bigpond.net.au> 1765*75fd0b74Schristos 1766*75fd0b74Schristos * ppc-opc.c: Add optional `L' field to tlbie. 1767*75fd0b74Schristos (XRTLRA_MASK): Define. 1768*75fd0b74Schristos 1769*75fd0b74Schristos2002-03-06 Chris Demetriou <cgd@broadcom.com> 1770*75fd0b74Schristos 1771*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being 1772*75fd0b74Schristos present on I4. 1773*75fd0b74Schristos 1774*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps". 1775*75fd0b74Schristos 1776*75fd0b74Schristos2002-03-05 Paul Koning <pkoning@equallogic.com> 1777*75fd0b74Schristos 1778*75fd0b74Schristos * pdp11-opc.c: Fix "mark" operand type. Fix operand types 1779*75fd0b74Schristos for float opcodes that take float operands. Add alternate 1780*75fd0b74Schristos names (xxxD vs. xxxF) for float opcodes. 1781*75fd0b74Schristos * pdp11-dis.c (print_operand): Clean up formatting for mode 67. 1782*75fd0b74Schristos (print_foperand): New function to handle float opcode operands. 1783*75fd0b74Schristos (print_insn_pdp11): Use print_foperand to disassemble float ops. 1784*75fd0b74Schristos 1785*75fd0b74Schristos2002-02-27 Nick Clifton <nickc@cambridge.redhat.com> 1786*75fd0b74Schristos 1787*75fd0b74Schristos * po/de.po: Updated. 1788*75fd0b74Schristos 1789*75fd0b74Schristos2002-02-26 Brian Gaeke <brg@dgate.org> 1790*75fd0b74Schristos 1791*75fd0b74Schristos * Makefile.am (install-data-local): Install dis-asm.h. 1792*75fd0b74Schristos 1793*75fd0b74Schristos2002-02-26 Nick Clifton <nickc@cambridge.redhat.com> 1794*75fd0b74Schristos 1795*75fd0b74Schristos * configure.in (LINGUAS): Add de.po. 1796*75fd0b74Schristos * configure: Regenerate. 1797*75fd0b74Schristos * po/de.po: New file. 1798*75fd0b74Schristos 1799*75fd0b74Schristos2002-02-25 Alan Modra <amodra@bigpond.net.au> 1800*75fd0b74Schristos 1801*75fd0b74Schristos * ppc-dis.c (powerpc_dialect): Handle power4 option. 1802*75fd0b74Schristos * ppc-opc.c (insert_bdm): Correct description of "at" branch 1803*75fd0b74Schristos hints. Test PPC_OPCODE_POWER4 to determine branch hint flavour. 1804*75fd0b74Schristos (extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise. 1805*75fd0b74Schristos (BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc. 1806*75fd0b74Schristos (BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise. 1807*75fd0b74Schristos (PPCCOM32, PPCCOM64): Delete. 1808*75fd0b74Schristos (NOPOWER4, POWER4): Define. 1809*75fd0b74Schristos (powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4, 1810*75fd0b74Schristos and PPCCOM4 with POWER4 so that "at" style branch hint opcodes 1811*75fd0b74Schristos are enabled for power4 rather than ppc64. 1812*75fd0b74Schristos 1813*75fd0b74Schristos2002-02-20 Tom Rix <trix@redhat.com> 1814*75fd0b74Schristos 1815*75fd0b74Schristos * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe. 1816*75fd0b74Schristos 1817*75fd0b74Schristos2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 1818*75fd0b74Schristos 1819*75fd0b74Schristos * s390-dis.c (init_disasm): Use renamed architecture defines. 1820*75fd0b74Schristos 1821*75fd0b74Schristos2002-02-19 matthew green <mrg@redhat.com> 1822*75fd0b74Schristos 1823*75fd0b74Schristos * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola 1824*75fd0b74Schristos specific. 1825*75fd0b74Schristos 1826*75fd0b74Schristos2002-02-18 Nick Clifton <nickc@cambridge.redhat.com> 1827*75fd0b74Schristos 1828*75fd0b74Schristos * po/tr.po: Updated translation. 1829*75fd0b74Schristos 1830*75fd0b74Schristos2002-02-15 Richard Henderson <rth@redhat.com> 1831*75fd0b74Schristos 1832*75fd0b74Schristos * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo 1833*75fd0b74Schristos disassembly mask. 1834*75fd0b74Schristos 1835*75fd0b74Schristos2002-02-15 Richard Henderson <rth@redhat.com> 1836*75fd0b74Schristos 1837*75fd0b74Schristos * alpha-opc.c (alpha_opcodes): Add simple pseudos for 1838*75fd0b74Schristos lda, ldah, jmp, ret. 1839*75fd0b74Schristos 1840*75fd0b74Schristos2002-02-14 Nick Clifton <nickc@cambridge.redhat.com> 1841*75fd0b74Schristos 1842*75fd0b74Schristos * po/da.po: Updated translation. 1843*75fd0b74Schristos 1844*75fd0b74Schristos2002-02-12 Graydon Hoare <graydon@redhat.com> 1845*75fd0b74Schristos 1846*75fd0b74Schristos * cgen-asm.in (parse_insn_normal): Change call from 1847*75fd0b74Schristos @arch@_cgen_parse_operand to cd->parse_operand, to 1848*75fd0b74Schristos facilitate CGEN_ASM_INIT_HOOK doing useful work. 1849*75fd0b74Schristos 1850*75fd0b74Schristos2002-02-11 Alexandre Oliva <aoliva@redhat.com> 1851*75fd0b74Schristos 1852*75fd0b74Schristos * sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not 1853*75fd0b74Schristos sign-extended. 1854*75fd0b74Schristos 1855*75fd0b74Schristos2002-02-11 Alan Modra <amodra@bigpond.net.au> 1856*75fd0b74Schristos 1857*75fd0b74Schristos * Makefile.am: "make dep-am". 1858*75fd0b74Schristos * Makefile.in: Regenerate. 1859*75fd0b74Schristos * aclocal.m4: Regenerate. 1860*75fd0b74Schristos * config.in: Regenerate. 1861*75fd0b74Schristos * configure: Regenerate. 1862*75fd0b74Schristos 1863*75fd0b74Schristos2002-02-10 Hans-Peter Nilsson <hp@bitrange.com> 1864*75fd0b74Schristos 1865*75fd0b74Schristos * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64 1866*75fd0b74Schristos support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and 1867*75fd0b74Schristos shl-*-linux*. 1868*75fd0b74Schristos * configure: Regenerate. 1869*75fd0b74Schristos 1870*75fd0b74Schristos2002-02-10 Daniel Jacobowitz <drow@mvista.com> 1871*75fd0b74Schristos 1872*75fd0b74Schristos * cgen-dis.c: Add prototypes for count_decodable_bits 1873*75fd0b74Schristos and add_insn_to_hash_chain. 1874*75fd0b74Schristos 1875*75fd0b74Schristos2002-02-08 Alexandre Oliva <aoliva@redhat.com> 1876*75fd0b74Schristos 1877*75fd0b74Schristos * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*. 1878*75fd0b74Schristos * configure: Rebuilt. 1879*75fd0b74Schristos 1880*75fd0b74Schristos2002-02-08 Ivan Guzvinec <ivang@opencores.org> 1881*75fd0b74Schristos 1882*75fd0b74Schristos * or32-opc.c: Fix compile time warning messages. 1883*75fd0b74Schristos * or32-dis.c: Fix compile time warning messages. 1884*75fd0b74Schristos 1885*75fd0b74Schristos2002-02-08 Alexandre Oliva <aoliva@redhat.com> 1886*75fd0b74Schristos 1887*75fd0b74Schristos Contribute sh64-elf. 1888*75fd0b74Schristos 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com> 1889*75fd0b74Schristos * sh64-opc.c: Regenerate. 1890*75fd0b74Schristos 2001-03-13 DJ Delorie <dj@redhat.com> 1891*75fd0b74Schristos * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its 1892*75fd0b74Schristos purpose is more obvious. 1893*75fd0b74Schristos * sh64-opc.c (shmedia_table): Ditto. 1894*75fd0b74Schristos * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto. 1895*75fd0b74Schristos (print_insn_shmedia): Ditto. 1896*75fd0b74Schristos 2001-03-12 DJ Delorie <dj@redhat.com> 1897*75fd0b74Schristos * sh64-opc.c: Adjust comments to reflect reality: replace bits 1898*75fd0b74Schristos 3:0 with zeros (not "reserved"), replace "rrrrrr" with 1899*75fd0b74Schristos "gggggg" for two-operand floating point opcodes. Remove 1900*75fd0b74Schristos "fsina". 1901*75fd0b74Schristos 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com> 1902*75fd0b74Schristos * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>: 1903*75fd0b74Schristos Correct printing of .byte:s. Return number of printed bytes or 1904*75fd0b74Schristos -1; never 0. 1905*75fd0b74Schristos (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s 1906*75fd0b74Schristos to next four-byte-alignment if insn or data is not aligned. 1907*75fd0b74Schristos 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com> 1908*75fd0b74Schristos * sh64-dis.c: Update comments and fix comment formatting. 1909*75fd0b74Schristos (initialize_shmedia_opcode_mask_table) <case A_IMMM>: 1910*75fd0b74Schristos Abort instead of setting length to 0. 1911*75fd0b74Schristos (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb, 1912*75fd0b74Schristos crange_bsearch_cmpl, sh64_get_contents_type, 1913*75fd0b74Schristos sh64_address_in_cranges): Move to bfd/elf32-sh64.c. 1914*75fd0b74Schristos 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com> 1915*75fd0b74Schristos * sh64-opc.c: Remove #if 0:d entries for instructions not found in 1916*75fd0b74Schristos SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo. 1917*75fd0b74Schristos 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com> 1918*75fd0b74Schristos * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed 1919*75fd0b74Schristos address with same prefix as SHcompact. 1920*75fd0b74Schristos In the disassembler, use a .cranges section for linked executables. 1921*75fd0b74Schristos * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file 1922*75fd0b74Schristos and update for using structure in info->private_data. 1923*75fd0b74Schristos (struct sh64_disassemble_info): New. 1924*75fd0b74Schristos (is_shmedia_p): Delete. 1925*75fd0b74Schristos (crange_qsort_cmpb): New function. 1926*75fd0b74Schristos (crange_qsort_cmpl, crange_bsearch_cmpb): New functions. 1927*75fd0b74Schristos (crange_bsearch_cmpl, sh64_address_in_cranges): New functions. 1928*75fd0b74Schristos (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions. 1929*75fd0b74Schristos (sh64_get_contents_type, sh64_address_is_shmedia): New functions. 1930*75fd0b74Schristos (print_insn_shmedia): Correct displaying of address after MOVI/SHORI 1931*75fd0b74Schristos pair. Display addresses for linked executables only. 1932*75fd0b74Schristos (print_insn_sh64x_media): Initialize info->private_data by calling 1933*75fd0b74Schristos init_sh64_disasm_info. 1934*75fd0b74Schristos (print_insn_sh64x): Ditto. Find out type of contents by calling 1935*75fd0b74Schristos sh64_contents_type_disasm. Display data regions using ".long" and 1936*75fd0b74Schristos ".byte" similar to unrecognized opcodes. 1937*75fd0b74Schristos 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com> 1938*75fd0b74Schristos * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA 1939*75fd0b74Schristos information in section flags before considering symbols. Don't 1940*75fd0b74Schristos assume an info->mach setting of bfd_mach_sh5 means SHmedia code. 1941*75fd0b74Schristos * configure.in (bfd_sh_arch): Check presence of sh64 insns by 1942*75fd0b74Schristos matching $target $canon_targets instead of looking at the 1943*75fd0b74Schristos now-removed -DINCLUDE_SHMEDIA in $targ_cflags. 1944*75fd0b74Schristos * configure: Regenerate. 1945*75fd0b74Schristos 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com> 1946*75fd0b74Schristos * sh64-opc.c (shmedia_creg_table): New. 1947*75fd0b74Schristos * sh64-opc.h (shmedia_creg_info): New type. 1948*75fd0b74Schristos (shmedia_creg_table): Declare. 1949*75fd0b74Schristos * sh64-dis.c (creg_name): New function. 1950*75fd0b74Schristos (print_insn_shmedia): Use it. 1951*75fd0b74Schristos * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map 1952*75fd0b74Schristos bfd_mach_sh5 to print_insn_sh64 if big-endian and to 1953*75fd0b74Schristos print_insn_sh64l if little-endian. 1954*75fd0b74Schristos * sh64-dis.c (print_insn_shmedia): Make r unsigned. 1955*75fd0b74Schristos (print_insn_sh64l): New. 1956*75fd0b74Schristos (print_insn_sh64x): New. 1957*75fd0b74Schristos (print_insn_sh64x_media): New. 1958*75fd0b74Schristos (print_insn_sh64): Break out code to print_insn_sh64x and 1959*75fd0b74Schristos print_insn_sh64x_media. 1960*75fd0b74Schristos 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com> 1961*75fd0b74Schristos * sh64-opc.h: New file 1962*75fd0b74Schristos * sh64-opc.c: New file 1963*75fd0b74Schristos * sh64-dis.c: New file 1964*75fd0b74Schristos * Makefile.am: Add sh64 targets. 1965*75fd0b74Schristos (HFILES): Add sh64-opc.h. 1966*75fd0b74Schristos (CFILES): Add sh64-opc.c and sh64-dis.c. 1967*75fd0b74Schristos (ALL_MACHINES): Add sh64 files. 1968*75fd0b74Schristos * Makefile.in: Regenerate. 1969*75fd0b74Schristos * configure.in: Add support for sh64 to bfd_sh_arch. 1970*75fd0b74Schristos * configure: Regenerate. 1971*75fd0b74Schristos * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define. 1972*75fd0b74Schristos (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to 1973*75fd0b74Schristos print_insn_sh64. 1974*75fd0b74Schristos * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4. 1975*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1976*75fd0b74Schristos * po/opcodes.pot: Regenerate. 1977*75fd0b74Schristos 1978*75fd0b74Schristos2002-02-04 Frank Ch. Eigler <fche@redhat.com> 1979*75fd0b74Schristos 1980*75fd0b74Schristos * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets. 1981*75fd0b74Schristos 1982*75fd0b74Schristos2002-02-04 Alexandre Oliva <aoliva@redhat.com> 1983*75fd0b74Schristos 1984*75fd0b74Schristos * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. 1985*75fd0b74Schristos 1986*75fd0b74Schristos2002-02-01 Alan Modra <amodra@bigpond.net.au> 1987*75fd0b74Schristos 1988*75fd0b74Schristos * Makefile.am: Run "make dep-am" 1989*75fd0b74Schristos * Makefile.in: Regenerate. 1990*75fd0b74Schristos 1991*75fd0b74Schristos2002-01-31 Ivan Guzvinec <ivang@opencores.org> 1992*75fd0b74Schristos 1993*75fd0b74Schristos * or32-dis.c: New file. 1994*75fd0b74Schristos * or32-opc.c: New file. 1995*75fd0b74Schristos * configure.in: Add support for or32. 1996*75fd0b74Schristos * configure: Regenerate. 1997*75fd0b74Schristos * Makefile.am: Add support for or32. 1998*75fd0b74Schristos * Makefile.in: Regenerate. 1999*75fd0b74Schristos * disassemble.c: Add support for or32. 2000*75fd0b74Schristos * po/POTFILES.in: Regenerate. 2001*75fd0b74Schristos * po/opcodes.pot: Regenerate. 2002*75fd0b74Schristos 2003*75fd0b74Schristos2002-01-27 Daniel Jacobowitz <drow@mvista.com> 2004*75fd0b74Schristos 2005*75fd0b74Schristos * configure: Regenerated. 2006*75fd0b74Schristos 2007*75fd0b74Schristos2002-01-26 Nick Clifton <nickc@cambridge.redhat.com> 2008*75fd0b74Schristos 2009*75fd0b74Schristos * po/fr.po: Updated version. 2010*75fd0b74Schristos 2011*75fd0b74Schristos2002-01-25 Nick Clifton <nickc@cambridge.redhat.com> 2012*75fd0b74Schristos 2013*75fd0b74Schristos * po/es.po: Updated version. 2014*75fd0b74Schristos 2015*75fd0b74Schristos2002-01-24 Nick Clifton <nickc@cambridge.redhat.com> 2016*75fd0b74Schristos 2017*75fd0b74Schristos * po/da.po: New version. 2018*75fd0b74Schristos 2019*75fd0b74Schristos2002-01-23 Nick Clifton <nickc@cambridge.redhat.com> 2020*75fd0b74Schristos 2021*75fd0b74Schristos * po/da.po: New file: Spanish translation. 2022*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add da. 2023*75fd0b74Schristos * configure: Regenerate. 2024*75fd0b74Schristos 2025*75fd0b74Schristos2002-01-22 Graydon Hoare <graydon@redhat.com> 2026*75fd0b74Schristos 2027*75fd0b74Schristos * fr30-asm.c: Regenerate. 2028*75fd0b74Schristos * fr30-desc.c: Likewise. 2029*75fd0b74Schristos * fr30-desc.h: Likewise. 2030*75fd0b74Schristos * fr30-dis.c: Likewise. 2031*75fd0b74Schristos * fr30-ibld.c: Likewise. 2032*75fd0b74Schristos * fr30-opc.c: Likewise. 2033*75fd0b74Schristos * fr30-opc.h: Likewise. 2034*75fd0b74Schristos * m32r-asm.c: Likewise. 2035*75fd0b74Schristos * m32r-desc.c: Likewise. 2036*75fd0b74Schristos * m32r-desc.h: Likewise. 2037*75fd0b74Schristos * m32r-dis.c: Likewise. 2038*75fd0b74Schristos * m32r-ibld.c: Likewise. 2039*75fd0b74Schristos * m32r-opc.c: Likewise. 2040*75fd0b74Schristos * m32r-opc.h: Likewise. 2041*75fd0b74Schristos * m32r-opinst.c: Likewise. 2042*75fd0b74Schristos * openrisc-asm.c: Likewise. 2043*75fd0b74Schristos * openrisc-desc.c: Likewise. 2044*75fd0b74Schristos * openrisc-desc.h: Likewise. 2045*75fd0b74Schristos * openrisc-dis.c: Likewise. 2046*75fd0b74Schristos * openrisc-ibld.c: Likewise. 2047*75fd0b74Schristos * openrisc-opc.c: Likewise. 2048*75fd0b74Schristos * openrisc-opc.h: Likewise. 2049*75fd0b74Schristos * xstormy16-desc.c: Likewise. 2050*75fd0b74Schristos 2051*75fd0b74Schristos2002-01-22 Richard Henderson <rth@redhat.com> 2052*75fd0b74Schristos 2053*75fd0b74Schristos * alpha-dis.c (print_insn_alpha): Also mask the base opcode for 2054*75fd0b74Schristos comparison. 2055*75fd0b74Schristos 2056*75fd0b74Schristos2002-01-22 Alan Modra <amodra@bigpond.net.au> 2057*75fd0b74Schristos 2058*75fd0b74Schristos * Makefile.am: Run "make dep-am". 2059*75fd0b74Schristos * Makefile.in: Regenerate. 2060*75fd0b74Schristos * po/POTFILES.in: Regenerate. 2061*75fd0b74Schristos 2062*75fd0b74Schristos2002-01-19 Richard Earnshaw <rearnsha@arm.com> 2063*75fd0b74Schristos 2064*75fd0b74Schristos * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. 2065*75fd0b74Schristos * arm-dis.c (print_insn_arm): Don't handle 'h' case. 2066*75fd0b74Schristos 2067*75fd0b74Schristos2002-01-18 Keith Walker <keith.walker@arm.com> 2068*75fd0b74Schristos 2069*75fd0b74Schristos * arm-opc.h (arm_opcodes): Add bxj instruction. 2070*75fd0b74Schristos 2071*75fd0b74Schristos2002-01-17 Nick Clifton <nickc@cambridge.redhat.com> 2072*75fd0b74Schristos 2073*75fd0b74Schristos * po/opcodes.pot: Regenerate. 2074*75fd0b74Schristos * po/fr.po: Regenerate. 2075*75fd0b74Schristos * po/sv.po: Regenerate. 2076*75fd0b74Schristos * po/tr.po: Regenerate. 2077*75fd0b74Schristos 2078*75fd0b74Schristos2002-01-16 Nick Clifton <nickc@cambridge.redhat.com> 2079*75fd0b74Schristos 2080*75fd0b74Schristos * po/tr.po: Import new version. 2081*75fd0b74Schristos 2082*75fd0b74Schristos2002-01-15 Richard Earnshaw <rearnsha@arm.com> 2083*75fd0b74Schristos 2084*75fd0b74Schristos * arm-opc.h (arm_opcodes): Add patterns for VFP instructions. 2085*75fd0b74Schristos * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for 2086*75fd0b74Schristos VFP bitfields. 2087*75fd0b74Schristos 2088*75fd0b74Schristos2002-01-10 matthew green <mrg@redhat.com> 2089*75fd0b74Schristos 2090*75fd0b74Schristos * xstormy16-asm.c: Regenerate. 2091*75fd0b74Schristos * xstormy16-desc.c: Likewise. 2092*75fd0b74Schristos * xstormy16-desc.h: Likewise. 2093*75fd0b74Schristos * xstormy16-dis.c: Likewise. 2094*75fd0b74Schristos * xstormy16-opc.c: Likewise. 2095*75fd0b74Schristos * xstormy16-opc.h: Likewise. 2096*75fd0b74Schristos 2097*75fd0b74Schristos2002-01-07 Nick Clifton <nickc@cambridge.redhat.com> 2098*75fd0b74Schristos 2099*75fd0b74Schristos * po/es.po: New file: Spanish translation. 2100*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add es. 2101*75fd0b74Schristos * configure: Regenerate. 2102*75fd0b74Schristos 2103*75fd0b74SchristosFor older changes see ChangeLog-0001 2104*75fd0b74Schristos 2105*75fd0b74SchristosCopyright (C) 2002-2003 Free Software Foundation, Inc. 2106*75fd0b74Schristos 2107*75fd0b74SchristosCopying and distribution of this file, with or without modification, 2108*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 2109*75fd0b74Schristosnotice and this notice are preserved. 2110*75fd0b74Schristos 2111*75fd0b74SchristosLocal Variables: 2112*75fd0b74Schristosmode: change-log 2113*75fd0b74Schristosleft-margin: 8 2114*75fd0b74Schristosfill-column: 74 2115*75fd0b74Schristosversion-control: never 2116*75fd0b74SchristosEnd: 2117