summaryrefslogtreecommitdiff
path: root/opcodes/score-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* * score-dis.c (print_insn_score48, print_insn_score32): Move defaultAlan Modra2009-06-221-6/+4
| | | | | case label to proper lexical block. * score7-dis.c (print_insn_score32): Likewise.
* * Makefile.am (BFD32_BACKENDS): Remove elf32-score andNick Clifton2009-03-181-11/+25
| | | | | | | | | | | | | elf32-score7 files. (BFD32_BACKEND_CFILES): Likewise. (BFD64_BACKENDS): Add elf32-score and elf32-score7 files. (BFD64_BACKENDS_CFILES): Likewise. * Makefile.in: Regenerate. * config.bfd: More Score targets into BFD64 list. * configure.in: Move score vectors to 64-bit list. * targets.c: Likewise. * score-dis.c: Only compile when 64-bit bfds are enabled.
* Add support for Score7 architecture.Nick Clifton2009-03-021-94/+786
|
* Change source files over to GPLv3.Nick Clifton2007-07-051-12/+12
|
* * tc-score.c (data_op2): Check invalid operands.Nick Clifton2006-10-311-1/+1
| | | | | | | | | | (my_get_expression): Const operand of some instructions can not be symbol in assembly. (get_insn_class_from_type): Handle instruction type Insn_internal. (do_macro_ldst_label): Modify inst.type. (Insn_PIC): Delete. * score-inst.h (enum score_insn_type): Add Insn_internal. * tc-score.c (data_op2): The immediate value in lw is 15 bit signed. * score-dis.c (print_insn): Correct the error code to print correct PCE instruction disassembly.
* Add support for Score target.Nick Clifton2006-09-161-0/+504