Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-04 | Rename sigm insn to sir. | David Edelsohn | 1 | -216/+153 | |
Change impdep insn from [1+2],d to 1,2,d. | |||||
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 1 | -1/+0 | |
added to the list by Sanitize, unless Sanitize knows it needs to keep it. | |||||
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 1 | -0/+2 | |
1993-07-21 | * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. | Jim Kingdon | 1 | -35/+49 | |
(fput_fp_reg_r): Renamed from fput_reg_r. (fput_fp_reg): New function. (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. | |||||
1993-07-21 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. | Jim Kingdon | 2 | -2/+11 | |
* hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. | |||||
1993-07-20 | * mips-opc.c: New file, containing opcode table from | Jim Kingdon | 1 | -0/+1 | |
../include/opcode/mips.h. | |||||
1993-07-20 | * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. | Jim Kingdon | 2 | -0/+5 | |
1993-07-19 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', | Jim Kingdon | 2 | -2/+11 | |
don't output a space. | |||||
1993-07-19 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. | Jim Kingdon | 2 | -2/+7 | |
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 | 4 | -2/+334 | |
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 | 3 | -46/+80 | |
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-07-03 | Fix typo. | David Edelsohn | 1 | -0/+381 | |
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-16 | search ../include, and not ../bfd | Ken Raeburn | 1 | -1/+1 | |
1993-06-16 | remove parentdir support | David D. Zuhn | 1 | -4/+2 | |
1993-06-15 | Changes from Jeff Law, law@cs.utah.edu: | Stu Grossman | 2 | -3/+10 | |
* 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 | 2 | -0/+633 | |
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 | 2 | -11/+114 | |
1993-06-08 | * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with | Steve Chamberlain | 1 | -0/+1 | |
H8/300-H opcodes. | |||||
1993-06-07 | * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h. | Per Bothner | 2 | -2/+47 | |
* configure.in: No longer need to configure to get sysdep.h. | |||||
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 1 | -0/+3 | |
1993-05-27 | honor verbose flag | K. Richard Pixley | 1 | -5/+18 | |
1993-05-19 | * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's | Stu Grossman | 1 | -3/+3 | |
happy. | |||||
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 | 2 | -0/+29 | |
1993-05-11 | Macroize all conditional move insns. | David Edelsohn | 1 | -573/+185 | |
Fix generated code of fmovcc insns (opf field was wrong). | |||||
1993-05-07 | * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c: | Fred Fish | 1 | -3/+3 | |
Cast second arg to read_memory_func to "bfd_byte *", as necessary. | |||||
1993-04-27 | SH support | Steve Chamberlain | 1 | -0/+3 | |
1993-04-24 | Support for the alpha | Steve Chamberlain | 2 | -0/+502 | |
1993-04-06 | Make "ta" the default trap instruction, "t" the alias. | John Gilmore | 1 | -0/+9 | |
1993-04-02 | Maybe we should change ansidecl.h to define const as well as CONST? | Ian Lance Taylor | 1 | -1/+1 | |
* a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than const. | |||||
1993-04-02 | New print_address for disassemblers, merge a29k and i960 disassemblers | Jim Kingdon | 3 | -0/+357 | |
1993-04-01 | * sparc-dis.c: Use fprintf_func a few places where I forgot, | Jim Kingdon | 1 | -32/+35 | |
and double percent signs a few places. | |||||
1993-04-01 | Make circumvention of sun make VPATH bug include all relevant files | Jim Kingdon | 1 | -2/+7 | |
1993-04-01 | make it work with recent sparc changes | Jim Kingdon | 1 | -1/+3 | |
1993-04-01 | Fix prototype problems related to recent disassembler changes | Jim Kingdon | 1 | -2/+3 | |
1993-04-01 | this is part of the binutils/gdb sparc disassembler merge | Jim Kingdon | 1 | -0/+612 | |
1993-04-01 | merge binutils and gdb sparc disassemblers | Jim Kingdon | 3 | -2/+48 | |