summaryrefslogtreecommitdiff
path: root/opcodes/pdp11-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* * h8300-dis.c: Fix printf arg warnings.Alan Modra2012-08-011-16/+16
| | | | | | | | | | | | * i960-dis.c: Likewise. * mips-dis.c: Likewise. * pdp11-dis.c: Likewise. * sh-dis.c: Likewise. * v850-dis.c: Likewise. * configure.in: Formatting. * configure: Regenerate. * rl78-decode.c: Regenerate. * po/POTFILES.in: Regenerate.
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+10
|
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-50/+26
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* Fixes for the encoding and decoding of the PDP11's SOB instructionNick Clifton2004-10-011-1/+2
|
* * arm-dis.c (print_insn_arm): Constify "insn". Formatting.Alan Modra2002-12-021-1/+1
| | | | | | | | | | | | | | | | | (print_insn_thumb): Likewise. * h8500-dis.c (print_insn_h8500): Constify "opcode". * mcore-dis.c (print_insn_mcore): Constify "op". Formatting. * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid type-punned pointer warnings. <case 'L'>: Likewise. Fix error message too. * pdp11-dis.c (print_reg): Warning fix. * sh-dis.c (print_movxy): Constify "op" param. (print_insn_ddt): Constify sh_opcode_info vars. (print_insn_ppi): Likewise. (print_insn_sh): Likewise. * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid type-punned pointer warnings. * w65-dis.c (print_insn_w65): Constify "op".
* * pdp11-opc.c: Fix "mark" operand type. Fix operand typesAlan Modra2002-03-051-2/+64
| | | | | | | | for float opcodes that take float operands. Add alternate names (xxxD vs. xxxF) for float opcodes. * pdp11-dis.c (print_operand): Clean up formatting for mode 67. (print_foperand): New function to handle float opcode operands. (print_insn_pdp11): Use print_foperand to disassemble float ops.
* * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.Alan Modra2001-11-231-12/+20
| | | | | Also, break out of the loop as soon as an instruction has been printed.
* Fix compile time warningsNick Clifton2001-09-201-0/+1
|
* Add PDP-11 supportNick Clifton2001-02-181-0/+323