Skip to content
Snippets Groups Projects
  1. Feb 16, 2007
    • Nick Clifton's avatar
      PR binutils/4045 · af692060
      Nick Clifton authored
      * avr-dis.c (comment_start): New variable, contains the prefix to use when
          printing addresses in comments.
        (print_insn_avr): Set comment_start to an empty space if there is no symbol
           table available as the generic address printing code will prefix the
           numeric value of the address with 0x.
      af692060
  2. Feb 02, 2007
  3. May 18, 2006
  4. Apr 19, 2006
  5. Apr 12, 2006
    • Nick Clifton's avatar
      PR binutils/2454 · 52f16a0e
      Nick Clifton authored
      * avr-dis.c (avr_operand): Arrange for a comment to appear before the symolic
      form of an address, so that the output of objdump -d can be reassembled.
      52f16a0e
  6. Jul 01, 2005
  7. May 07, 2005
  8. Mar 03, 2005
  9. Dec 14, 2004
  10. Nov 18, 2002
    • Klee Dienes's avatar
      2002-11-12 Klee Dienes <kdienes@apple.com> · 11041102
      Klee Dienes authored
      	* avr-dis.c: Include libiberty.h (for xmalloc).
      	(struct avr_opcodes_s): Remove 'bin_mask' field (it's
      	automatically computed in the init routine).
      	(AVR_INSN): No longer provide bin_mask field in initializer.
      	(avr_opcodes_s): Declare as const.
      	(print_insn_avr): Store the bin_mask field in a separate table
      	(allocated with xmalloc); iterate through it at the same time as
      	we iterate through the opcodes.
      11041102
  11. Mar 13, 2001
  12. Aug 06, 2000
    • Denis Chertykov's avatar
      * avr-dis.c (avr_operand): Use PARAMS macro in declaration. · 463f102c
      Denis Chertykov authored
      	Change return type from void to int.  Check the combination
      	of operands, return 1 if valid.  Fix to avoid BUF overflow.
      	Report undefined combinations of operands in COMMENT.
      	Report internal errors to stderr.  Output the adiw/sbiw
      	constant operand in both decimal and hex.
      	(print_insn_avr): Disassemble ldd/std with displacement of 0
      	as ld/st.  Check avr_operand () return value, handle invalid
      	combinations of operands like unknown opcodes.
      463f102c
  13. Jul 04, 2000
  14. Jun 09, 2000
  15. Jun 07, 2000
  16. May 01, 2000
    • Denis Chertykov's avatar
      * avr-dis.c (reg_fmul_d): New. Extract destination register from · 3c504221
      Denis Chertykov authored
      	FMUL instruction.
      	(reg_fmul_r): New. Extract source register from FMUL instruction.
      	(reg_muls_d): New. Extract destination register from MULS instruction.
      	(reg_muls_r): New. Extract source register from MULS instruction.
      	(reg_movw_d): New. Extract destination register from MOVW instruction.
      	(reg_movw_r): New. Extract source register from MOVW instruction.
      	(print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
      	EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
      3c504221
  17. Apr 14, 2000
  18. Apr 03, 2000
  19. Mar 27, 2000
Loading