Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1993-04-02 | New print_address for disassemblers, merge a29k and i960 disassemblers | Jim Kingdon | 1 | -0/+12 | |
1993-04-01 | merge binutils and gdb sparc disassemblers | Jim Kingdon | 1 | -0/+22 | |
1993-04-01 | * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data): | K. Richard Pixley | 1 | -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 Grossman | 1 | -0/+4 | |
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -0/+16 | |
which copes with errors in a plausible way | |||||
1993-03-23 | Update for h8500-dis.c. (Avoid Sun Make vpath bug) | John Gilmore | 1 | -0/+4 | |
1993-03-19 | New file | Steve Chamberlain | 1 | -0/+4 | |
1993-03-19 | * mips-dis.c, z8k-dis.c: Converted to use interface defined in | Per Bothner | 1 | -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-02 | use canonical triple | David D. Zuhn | 1 | -0/+4 | |
1992-09-30 | Fix bug where all the opcodes were one off | Mike Werner | 1 | -0/+5 | |
1992-09-30 | added copyright notice | Steve Chamberlain | 1 | -0/+4 | |
1992-09-29 | * z8k-dis.c (unparse_instr): prettier tabs | Steve Chamberlain | 1 | -0/+5 | |
* z8kgen.c -> z8k-opc.h: bug fixes in tables | |||||
1992-09-25 | * configure.in: Add ncr* configuration. | Stu Grossman | 1 | -0/+11 | |
* z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make picayune ANSI compilers happy. | |||||
1992-09-18 | fix typo in install rule | Ken Raeburn | 1 | -0/+4 | |
1992-09-18 | * Makefile.in (make): Remove obsolete crud. | John Gilmore | 1 | -1/+6 | |
(sparc-opc.o): Avoid Sun Make VPATH bug. | |||||
1992-09-09 | remove subdir_do and references | K. Richard Pixley | 1 | -0/+5 | |
1992-09-08 | Makefile.in bug fixes and sparc-opc.c addition | Ken Raeburn | 1 | -0/+18 | |
1992-08-31 | * z8k-dis.c: knows how to disassemble z8k stuff | Steve Chamberlain | 1 | -0/+1 | |
1992-08-31 | * z8k-opc.h: new file full of z8000 opcodes | Steve Chamberlain | 1 | -0/+6 | |