aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
AgeCommit message (Collapse)AuthorFilesLines
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