aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
AgeCommit message (Collapse)AuthorFilesLines
2002-12-02 * arm-dis.c (print_insn_arm): Constify "insn". Formatting.Alan Modra1-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".
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-86/+91
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-05-23Fix handling of BLX instruction to conform to Operations definition in theNick Clifton1-23/+23
ARM ARM.
2002-01-19* arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.Richard Earnshaw1-7/+0
* arm-dis.c (print_insn_arm): Don't handle 'h' case.
2002-01-15* arm-opc.h (arm_opcodes): Add patterns for VFP instructions.Richard Earnshaw1-1/+79
* arm-dis.c (print_insn_arm): Support new disassembly qualifiers for VFP bitfields.
2001-10-08 * opcodess/arm-opc.h (arm_opcodes): Add cirrus insns.Aldy Hernandez1-0/+19
* opcodes/arm-dis.c (print_insn_arm): Add 'I' case.
2001-09-19Fix compile time warning messagesNick Clifton1-1/+1
2001-07-162001-07-13 Philip Blundell <philb@gnu.org>Phil Blundell1-3/+3
* arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+2
2001-03-06Fix BLX(1) for ThumbNick Clifton1-4/+21
2001-01-09Fix disassembly of arm-elf instructions with relocs associated with them.Nick Clifton1-0/+8
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton1-0/+26
2000-07-04* arm-dis.c (print_insn_arm): Output combinations of PSR flags.Alexandre Oliva1-21/+9
2000-06-262000-06-26 Scott Bambrough <scottb@netwinder.org>Scott Bambrough1-1/+3
* arm-dis.c (regnames): Add an additional register set to match the set used by GCC. Make it the default.
2000-05-15Add support for _x and _s flags to MSR instructionNick Clifton1-3/+9
2000-02-142000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-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.
2000-02-07Rename parse_disassembler_option (again)Nick Clifton1-5/+6
2000-01-28Rename parse_disassembler_option to parse_arm_disassembler_option and allow itNick Clifton1-1/+0
to be exported.
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton1-155/+171
Document ARM disassembler options.
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton1-10/+14
bounded by non-function labels.
2000-01-25Prevent double dumping of raw thumb instructions.Nick Clifton1-3/+2
2000-01-03Add support for --disassembler-options=force-thumbNick Clifton1-22/+69
1999-11-16Added 'X' format to ARM code.Donald Lindsay1-0/+8
1999-10-27fix compile time warnings.Nick Clifton1-0/+1
1999-07-05Display hex equivalent of rotated ARM constants.Nick Clifton1-4/+3
1999-06-21 * alpha-dis.c: Don't include <stdlib.h>.Ian Lance Taylor1-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.
1999-06-16Add detection of IMB and IMBRange SWIs.Nick Clifton1-79/+82
1999-06-16Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1-3/+69
disassembler Add support for register name set selection ot ARM disassembler.
1999-06-04Make LDRH/LDRB consistent with LDR when target is PC-relativeNick Clifton1-0/+4
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+887