aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1993-10-31Add missing entry for change by IanJim Kingdon1-0/+9
1993-10-27 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift countsIan Lance Taylor1-0/+5
larger than 32. Moved dsxx32 variants first for disassembler.
1993-10-25Add full lda informationSteve Chamberlain1-0/+14
1993-10-08 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.Peter Schauer1-0/+5
* alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
1993-10-05 * mips-opc.c: Correct lwu opcode value (book had it wrong).Ian Lance Taylor1-0/+9
1993-09-29 * m88k-dis.c (m88kdis): comment change. Remove space afterK. Richard Pixley1-0/+6
printing mnemonic. (printop): handle new arg types DEC and XREG for m88110.
1993-09-29Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)Jim Kingdon1-0/+26
* hppa-dis.c (print_insn_hppa): Handle 'z' operand type for absolute branch addresses. Delete special "ble" and "be" code in 'W' operand code.
1993-09-07 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed callsIan Lance Taylor1-0/+5
to BFD swapping routines to correspond to BFD name changes.
1993-09-02 * mips-opc.c: Change div machine instruction to be z,s,t ratherIan Lance Taylor1-5/+8
than s,t. Change div macro to be d,v,t rather than d,s,t. Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, rem and remu which generates only the corresponding div instruction. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used. * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
1993-09-02 * mips-opc.c: Move div machine instruction after macro forms.Ian Lance Taylor1-0/+8
Change d,s,t form to d,v,t. Likewise for divu, ddiv and ddivu. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used.
1993-08-27 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): SetIan Lance Taylor1-0/+15
WR_31 hazard for bal, bgezal, bltzal.
1993-08-23 * mips-opc.c ("absu"): Removed.Ian Lance Taylor1-0/+5
("dabs"): Added.
1993-08-20 * mips-opc.c: Added r6000 and r4000 instructions and macros.Ian Lance Taylor1-0/+6
Changed hazard information to distinguish between memory load delays and coprocessor load delays.
1993-08-18 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.Ian Lance Taylor1-0/+4
1993-08-17don't pass cpu to config.bfdDavid MacKenzie1-0/+4
1993-08-17 * m88k-dis.c (m88kdis): Make class unsigned.Ian Lance Taylor1-0/+17
1993-08-12 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). SimilarlyIan Lance Taylor1-0/+10
for swc1.
1993-08-06 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): TookIan Lance Taylor1-0/+6
coprocessor instructions out of #if 0, and made them use new argument type "C".
1993-08-05* sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.Jim Kingdon1-0/+25
1993-07-21 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.Jim Kingdon1-0/+6
* hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
1993-07-20* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.Jim Kingdon1-0/+2
1993-07-19 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',Jim Kingdon1-0/+3
don't output a space.
1993-07-19* hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.Jim Kingdon1-0/+4
1993-07-19 * mips-opc.c: New file, containing opcode table fromJim Kingdon1-0/+6
../include/opcode/mips.h. * Makefile.in: Add it.
1993-07-15 * m88k-dis.c: New file, moved in from gdb and changed to use theIan Lance Taylor1-0/+7
new dis-asm.h disassembler interface. * Makefile.in (DIS_LIBS): Added m88k-dis.o. (m88k-dis.o): New target.
1993-07-13 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer toIan Lance Taylor1-0/+5
argument string const char * to correspond to opcode/mips.h.
1993-07-07 * mips-dis.c: Updated to account for name changes in new versionIan Lance Taylor1-0/+6
of opcode/mips.h. * Makefile.in: Added header file dependencies.
1993-07-04(bfd_h8_disassemble): Correct fetching of instruction.David Edelsohn1-0/+13
1993-06-18 * m68k-dis.c (print_insn_arg): Change return value to byte countPer Bothner1-0/+8
or error code. * m68k-dis.c: Re-write to detect invalid operands before printing anything, so we can handle this the same way we handle invalid opcodes.
1993-06-17Understand more opcodes.Steve Chamberlain1-0/+4
1993-06-16 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before otherIan Lance Taylor1-0/+5
header files.
1993-06-16sparc-dis, configure/Makefile changesKen Raeburn1-0/+7
1993-06-15 Changes from Jeff Law, law@cs.utah.edu:Stu Grossman1-0/+7
* hppa-dis.c: Fix typo. 'a' and 'd' were reversed. Do not print a space before the completers specified by 'a' and 'd'.
1993-06-11mips-dis.c needn't choke on HOST_64_BITKen Raeburn1-0/+3
1993-06-11Lots of changes from Jeff Law for HPPA support:Ken Raeburn1-0/+10
Clean up cruft in opcode table; improve opcodes library disassembler; make gdb use opcodes library disassembler.
1993-06-11 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.Jim Kingdon1-0/+9
1993-06-07 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-0/+40
* configure.in: No longer need to configure to get sysdep.h.
1993-05-14note a hppa-dis.c change i forgot to list beforeKen Raeburn1-1/+3
1993-05-14add hppa disassembly codeKen Raeburn1-0/+28
1993-04-06Make "ta" the default trap instruction, "t" the alias.John Gilmore1-0/+9
1993-04-02New print_address for disassemblers, merge a29k and i960 disassemblersJim Kingdon1-0/+12
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon1-0/+22
1993-04-01* h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):K. Richard Pixley1-0/+6
deliberately return non-zero to setjmp from longjmp. Otherwise this code fails to compile.
1993-04-01 * m68k-dis.c: Fix prototype for fetch_arg().Stu Grossman1-0/+4
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-0/+16
which copes with errors in a plausible way
1993-03-23Update for h8500-dis.c. (Avoid Sun Make vpath bug)John Gilmore1-0/+4
1993-03-19New fileSteve Chamberlain1-0/+4
1993-03-19 * mips-dis.c, z8k-dis.c: Converted to use interface defined inPer Bothner1-0/+54
../include/dis-asm.h. * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c and ../gdb/m68k-pinsn.c). * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c and ../gdb/i386-pinsn.c). * m68881-ext.c: New file. Moved definition of ext_format ext_format_68881 from ../gdb/m68k-tdep.c. * Makefile.in: Adjust for new files. * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com). * m68k-dis.c: Recognize '9' placement code, so (say) pflush can be dis-assembled.
1992-10-02use canonical tripleDavid D. Zuhn1-0/+4
1992-09-30Fix bug where all the opcodes were one offMike Werner1-0/+5