Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-02-05 | * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the | Jeff Law | 1 | -0/+3 | |
condition name index if this is for a negated condition. | |||||
1994-02-05 | * hppa-dis.c (print_insn_hppa): No space before 'H' operand. | Jeff Law | 1 | -0/+6 | |
Floating point format for 'H' operand is backwards from normal case (0 == double, 1 == single). For '4', '6', '7', '9', and '8' operands (fmpyadd and fmpysub), handle bizarre register translation correctly for single precision format. | |||||
1994-02-05 | * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F' | Jeff Law | 1 | -1/+7 | |
or 'I' operands if the next format specifier is 'M' (fcmp condition completer). | |||||
1994-02-05 | * ppc-opc.c (powerpc_operands): New operand type MBE to handle a | Ian Lance Taylor | 1 | -0/+26 | |
single number giving a bitmask for the MB and ME fields of an M form instruction. Change NB to accept 32, and turn it into 0; also turn 0 into 32 when disassembling. Seperated SH from NB. (insert_mbe, extract_mbe): New functions. (insert_nb, extract_nb): New functions. (SC_MASK): Mask out SA and LK bits. (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT, RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark "bctr" and "bctrl" as accepted by POWER. Change "rlwimi", "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.", "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions. (powerpc_macros): Define table of macro definitions. (powerpc_num_macros): Define. | |||||
1994-01-22 | * ppc-opc.c: New file. Opcode table for PowerPC, including | Ian Lance Taylor | 1 | -0/+10 | |
opcodes for POWER (RS/6000). * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler. * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o. (CFILES): Add ppc-dis.c. (ppc-dis.o, ppc-opc.o): New targets. * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch. | |||||
1994-01-18 | * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template. | Jeff Law | 1 | -0/+5 | |
No space before 'u', 'f', or 'N'. | |||||
1994-01-17 | * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading | Jim Kingdon | 1 | -0/+3 | |
farther than we should. | |||||
1994-01-17 | * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS. | Jim Kingdon | 1 | -0/+24 | |
1993-11-08 | * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add | Peter Schauer | 1 | -0/+10 | |
FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct FLOAT_FORMAT_CODE to put out floating point register names. | |||||
1993-11-01 | Remove v9-specific entry | Jim Kingdon | 1 | -5/+0 | |
1993-10-31 | Add missing entry for change by Ian | Jim Kingdon | 1 | -0/+9 | |
1993-10-27 | * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts | Ian Lance Taylor | 1 | -0/+5 | |
larger than 32. Moved dsxx32 variants first for disassembler. | |||||
1993-10-25 | Add full lda information | Steve Chamberlain | 1 | -0/+14 | |
1993-10-08 | * alpha-opc.h: Add ldl_l, fix typo for ldq_u. | Peter Schauer | 1 | -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 Taylor | 1 | -0/+9 | |
1993-09-29 | * m88k-dis.c (m88kdis): comment change. Remove space after | K. Richard Pixley | 1 | -0/+6 | |
printing mnemonic. (printop): handle new arg types DEC and XREG for m88110. | |||||
1993-09-29 | Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu) | Jim Kingdon | 1 | -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 calls | Ian Lance Taylor | 1 | -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 rather | Ian Lance Taylor | 1 | -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 Taylor | 1 | -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): Set | Ian Lance Taylor | 1 | -0/+15 | |
WR_31 hazard for bal, bgezal, bltzal. | |||||
1993-08-23 | * mips-opc.c ("absu"): Removed. | Ian Lance Taylor | 1 | -0/+5 | |
("dabs"): Added. | |||||
1993-08-20 | * mips-opc.c: Added r6000 and r4000 instructions and macros. | Ian Lance Taylor | 1 | -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 Taylor | 1 | -0/+4 | |
1993-08-17 | don't pass cpu to config.bfd | David MacKenzie | 1 | -0/+4 | |
1993-08-17 | * m88k-dis.c (m88kdis): Make class unsigned. | Ian Lance Taylor | 1 | -0/+17 | |
1993-08-12 | * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly | Ian Lance Taylor | 1 | -0/+10 | |
for swc1. | |||||
1993-08-06 | * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took | Ian Lance Taylor | 1 | -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 Kingdon | 1 | -0/+25 | |
1993-07-21 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. | Jim Kingdon | 1 | -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 Kingdon | 1 | -0/+2 | |
1993-07-19 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', | Jim Kingdon | 1 | -0/+3 | |
don't output a space. | |||||
1993-07-19 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. | Jim Kingdon | 1 | -0/+4 | |
1993-07-19 | * mips-opc.c: New file, containing opcode table from | Jim Kingdon | 1 | -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 the | Ian Lance Taylor | 1 | -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 to | Ian Lance Taylor | 1 | -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 version | Ian Lance Taylor | 1 | -0/+6 | |
of opcode/mips.h. * Makefile.in: Added header file dependencies. | |||||
1993-07-04 | (bfd_h8_disassemble): Correct fetching of instruction. | David Edelsohn | 1 | -0/+13 | |
1993-06-18 | * m68k-dis.c (print_insn_arg): Change return value to byte count | Per Bothner | 1 | -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-17 | Understand more opcodes. | Steve Chamberlain | 1 | -0/+4 | |
1993-06-16 | * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other | Ian Lance Taylor | 1 | -0/+5 | |
header files. | |||||
1993-06-16 | sparc-dis, configure/Makefile changes | Ken Raeburn | 1 | -0/+7 | |
1993-06-15 | Changes from Jeff Law, law@cs.utah.edu: | Stu Grossman | 1 | -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-11 | mips-dis.c needn't choke on HOST_64_BIT | Ken Raeburn | 1 | -0/+3 | |
1993-06-11 | Lots of changes from Jeff Law for HPPA support: | Ken Raeburn | 1 | -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 Kingdon | 1 | -0/+9 | |
1993-06-07 | * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h. | Per Bothner | 1 | -0/+40 | |
* configure.in: No longer need to configure to get sysdep.h. | |||||
1993-05-14 | note a hppa-dis.c change i forgot to list before | Ken Raeburn | 1 | -1/+3 | |
1993-05-14 | add hppa disassembly code | Ken Raeburn | 1 | -0/+28 | |
1993-04-06 | Make "ta" the default trap instruction, "t" the alias. | John Gilmore | 1 | -0/+9 | |