aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+3
1993-05-27honor verbose flagK. Richard Pixley1-5/+18
1993-05-19 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc'sStu Grossman1-3/+3
happy.
1993-05-14note a hppa-dis.c change i forgot to list beforeKen Raeburn1-1/+3
1993-05-14add hppa disassembly codeKen Raeburn2-0/+29
1993-05-11Macroize all conditional move insns.David Edelsohn1-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 Fish1-3/+3
Cast second arg to read_memory_func to "bfd_byte *", as necessary.
1993-04-27SH supportSteve Chamberlain1-0/+3
1993-04-24Support for the alphaSteve Chamberlain2-0/+502
1993-04-06Make "ta" the default trap instruction, "t" the alias.John Gilmore1-0/+9
1993-04-02Maybe we should change ansidecl.h to define const as well as CONST?Ian Lance Taylor1-1/+1
* a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than const.
1993-04-02New print_address for disassemblers, merge a29k and i960 disassemblersJim Kingdon3-0/+357
1993-04-01* sparc-dis.c: Use fprintf_func a few places where I forgot,Jim Kingdon1-32/+35
and double percent signs a few places.
1993-04-01Make circumvention of sun make VPATH bug include all relevant filesJim Kingdon1-2/+7
1993-04-01make it work with recent sparc changesJim Kingdon1-1/+3
1993-04-01Fix prototype problems related to recent disassembler changesJim Kingdon1-2/+3
1993-04-01this is part of the binutils/gdb sparc disassembler mergeJim Kingdon1-0/+612
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon3-2/+48
1993-04-01* h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):K. Richard Pixley3-2/+8
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 Grossman2-1/+5
1993-03-31New file dis-buf.c; part of read_memory_func changes just checked itJim Kingdon1-0/+54
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon7-485/+3841
which copes with errors in a plausible way
1993-03-23Update for h8500-dis.c. (Avoid Sun Make vpath bug)John Gilmore2-0/+5
1993-03-19New fileSteve Chamberlain3-1/+7
1993-03-19Opcode file for the h8/500Steve Chamberlain1-0/+3799
1993-03-19 * mips-dis.c, z8k-dis.c: Converted to use interface defined inPer Bothner4-9/+77
../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.
1993-02-04Remove extra msg.John Gilmore1-2/+0
1993-01-07Keep mips-dis.c.Ian Lance Taylor1-0/+1
1993-01-07Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-0/+181
* mips-dis.c: New file, from gdb/mips-pinsn.c. * Makefile.in (DIS_LIBS): Added mips-dis.o. (CFILES): Added mips-dis.c.
1992-11-18also search bfd sources for include filesDavid D. Zuhn1-2/+2
1992-11-04delete unused BFD_EMIT_TABLE macro defKen Raeburn1-337/+336
1992-10-02use canonical tripleDavid D. Zuhn2-102/+43
1992-09-30Fix bug where all the opcodes were one offMike Werner1-0/+5
1992-09-30added copyright noticeSteve Chamberlain1-0/+4
1992-09-30add z8kgenSteve Chamberlain1-1/+1
1992-09-29 * z8k-dis.c (unparse_instr): prettier tabsSteve Chamberlain3-30/+35
* z8kgen.c -> z8k-opc.h: bug fixes in tables
1992-09-25* configure.in: Add ncr* configuration.Stu Grossman3-1/+145
* z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make picayune ANSI compilers happy.
1992-09-24z8kgen: temp file to generate z8k-opc.h fromSteve Chamberlain3-0/+2265
z8k-dis.c: fixed various bugs
1992-09-18fix typo in install ruleKen Raeburn1-0/+4
1992-09-18* Makefile.in (make): Remove obsolete crud.John Gilmore2-30/+9
(sparc-opc.o): Avoid Sun Make VPATH bug.
1992-09-16Update to SPARC V9 draft 1.1. Put brfcx before brfc to avoid superfluousJim Wilson1-4/+13
symbol table entries. Document unimplemented synthetic instructions.
1992-09-15In brx macro, check for XCC bit set in xcc insns, and not set in icc insns.Jim Wilson1-13/+18
In cond macro, do brx before br, to avoid getting extra symbol table entries due to failed pattern matches.
1992-09-10Remove typoSteve Chamberlain1-2/+0
1992-09-10Special stuff to strip v9 out of sparc-opc.cSteve Chamberlain1-0/+15
1992-09-10Add sparc-opc.cSteve Chamberlain1-0/+1
1992-09-09accidentally used out-of-date versionKen Raeburn1-748/+795
1992-09-09remove subdir_do and referencesK. Richard Pixley2-22/+7
1992-09-08Makefile.in bug fixes and sparc-opc.c additionKen Raeburn3-11/+1853
1992-08-31 * z8k-dis.c: knows how to disassemble z8k stuffSteve Chamberlain3-0/+219
1992-08-31 * z8k-opc.h: new file full of z8000 opcodesSteve Chamberlain2-0/+39