Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-02 | * arm-dis.c (print_insn_arm): Constify "insn". Formatting. | Alan Modra | 1 | -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-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -86/+91 | |
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. | |||||
2002-05-23 | Fix handling of BLX instruction to conform to Operations definition in the | Nick Clifton | 1 | -23/+23 | |
ARM ARM. | |||||
2002-01-19 | * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. | Richard Earnshaw | 1 | -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 Earnshaw | 1 | -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 Hernandez | 1 | -0/+19 | |
* opcodes/arm-dis.c (print_insn_arm): Add 'I' case. | |||||
2001-09-19 | Fix compile time warning messages | Nick Clifton | 1 | -1/+1 | |
2001-07-16 | 2001-07-13 Philip Blundell <philb@gnu.org> | Phil Blundell | 1 | -3/+3 | |
* arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR. | |||||
2001-03-13 | Fix typos in ChangeLogs; fix dates in copyright notices | Nick Clifton | 1 | -1/+2 | |
2001-03-06 | Fix BLX(1) for Thumb | Nick Clifton | 1 | -4/+21 | |
2001-01-09 | Fix disassembly of arm-elf instructions with relocs associated with them. | Nick Clifton | 1 | -0/+8 | |
2000-11-25 | Add ARM v5t, v5te and XScale support | Nick Clifton | 1 | -0/+26 | |
2000-07-04 | * arm-dis.c (print_insn_arm): Output combinations of PSR flags. | Alexandre Oliva | 1 | -21/+9 | |
2000-06-26 | 2000-06-26 Scott Bambrough <scottb@netwinder.org> | Scott Bambrough | 1 | -1/+3 | |
* arm-dis.c (regnames): Add an additional register set to match the set used by GCC. Make it the default. | |||||
2000-05-15 | Add support for _x and _s flags to MSR instruction | Nick Clifton | 1 | -3/+9 | |
2000-02-14 | 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -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-07 | Rename parse_disassembler_option (again) | Nick Clifton | 1 | -5/+6 | |
2000-01-28 | Rename parse_disassembler_option to parse_arm_disassembler_option and allow it | Nick Clifton | 1 | -1/+0 | |
to be exported. | |||||
2000-01-27 | Add ATPCS support to ARM disassembler. | Nick Clifton | 1 | -155/+171 | |
Document ARM disassembler options. | |||||
2000-01-27 | Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions when | Nick Clifton | 1 | -10/+14 | |
bounded by non-function labels. | |||||
2000-01-25 | Prevent double dumping of raw thumb instructions. | Nick Clifton | 1 | -3/+2 | |
2000-01-03 | Add support for --disassembler-options=force-thumb | Nick Clifton | 1 | -22/+69 | |
1999-11-16 | Added 'X' format to ARM code. | Donald Lindsay | 1 | -0/+8 | |
1999-10-27 | fix compile time warnings. | Nick Clifton | 1 | -0/+1 | |
1999-07-05 | Display hex equivalent of rotated ARM constants. | Nick Clifton | 1 | -4/+3 | |
1999-06-21 | * alpha-dis.c: Don't include <stdlib.h>. | Ian Lance Taylor | 1 | -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-16 | Add detection of IMB and IMBRange SWIs. | Nick Clifton | 1 | -79/+82 | |
1999-06-16 | Add -M command line switch to objdump - text of switch is passed on to ↵ | Nick Clifton | 1 | -3/+69 | |
disassembler Add support for register name set selection ot ARM disassembler. | |||||
1999-06-04 | Make LDRH/LDRB consistent with LDR when target is PC-relative | Nick Clifton | 1 | -0/+4 | |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+887 | |