summaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* * arm-dis.c (print_insn_arm): Constify "insn". Formatting.Alan Modra2002-12-021-12/+12
| | | | | | | | | | | | | | | | | (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".
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-86/+91
| | | | comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
* Fix handling of BLX instruction to conform to Operations definition in theNick Clifton2002-05-231-23/+23
| | | | ARM ARM.
* * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.Richard Earnshaw2002-01-191-7/+0
| | | | * arm-dis.c (print_insn_arm): Don't handle 'h' case.
* * arm-opc.h (arm_opcodes): Add patterns for VFP instructions.Richard Earnshaw2002-01-151-1/+79
| | | | | * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for VFP bitfields.
* * opcodess/arm-opc.h (arm_opcodes): Add cirrus insns.Aldy Hernandez2001-10-081-0/+19
| | | | * opcodes/arm-dis.c (print_insn_arm): Add 'I' case.
* Fix compile time warning messagesNick Clifton2001-09-191-1/+1
|
* 2001-07-13 Philip Blundell <philb@gnu.org>Phil Blundell2001-07-161-3/+3
| | | | * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+2
|
* Fix BLX(1) for ThumbNick Clifton2001-03-061-4/+21
|
* Fix disassembly of arm-elf instructions with relocs associated with them.Nick Clifton2001-01-091-0/+8
|
* Add ARM v5t, v5te and XScale supportNick Clifton2000-11-251-0/+26
|
* * arm-dis.c (print_insn_arm): Output combinations of PSR flags.Alexandre Oliva2000-07-041-21/+9
|
* 2000-06-26 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2000-06-261-1/+3
| | | | | * arm-dis.c (regnames): Add an additional register set to match the set used by GCC. Make it the default.
* Add support for _x and _s flags to MSR instructionNick Clifton2000-05-151-3/+9
|
* 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2000-02-141-3/+33
| | | | | | | | | | * arm-dis.c: Change flavor name from atpcs-special to special-atpcs to prevent name conflict in gdb. (get_arm_regname_num_options, set_arm_regname_option, get_arm_regnames): New functions. API to access the several flavor of register names. Note: Used by gdb. (print_insn_thumb): Use the register name entry from the currently selected flavor for LR and PC.
* Rename parse_disassembler_option (again)Nick Clifton2000-02-071-5/+6
|
* Rename parse_disassembler_option to parse_arm_disassembler_option and allow itNick Clifton2000-01-281-1/+0
| | | | to be exported.
* Add ATPCS support to ARM disassembler.Nick Clifton2000-01-271-155/+171
| | | | Document ARM disassembler options.
* Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton2000-01-271-10/+14
| | | | bounded by non-function labels.
* Prevent double dumping of raw thumb instructions.Nick Clifton2000-01-251-3/+2
|
* Add support for --disassembler-options=force-thumbNick Clifton2000-01-031-22/+69
|
* Added 'X' format to ARM code.Donald Lindsay1999-11-161-0/+8
|
* fix compile time warnings.Nick Clifton1999-10-271-0/+1
|
* Display hex equivalent of rotated ARM constants.Nick Clifton1999-07-051-4/+3
|
* * alpha-dis.c: Don't include <stdlib.h>.Ian Lance Taylor1999-06-211-0/+1
| | | | | | | | * arm-dis.c: Include "sysdep.h". * tic30-dis.c: Don't include <stdlib.h> or <string.h>. Include "sysdep.h". * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
* Add detection of IMB and IMBRange SWIs.Nick Clifton1999-06-161-79/+82
|
* Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1999-06-161-3/+69
| | | | | | disassembler Add support for register name set selection ot ARM disassembler.
* Make LDRH/LDRB consistent with LDR when target is PC-relativeNick Clifton1999-06-041-0/+4
|
* Initial revisionRichard Henderson1999-05-031-0/+887