summaryrefslogtreecommitdiff
path: root/opcodes/avr-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* opcodes/avr: Implement style support in the disassemblerMarcus Nilsson2022-07-041-10/+41
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Allow the --visualize-jumps feature to work with the AVR disassembler.Marcus Nilsson2021-12-021-5/+32
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix the disassembly of the LDS and STS instructions of the AVR architecture.Nick Clifton2019-10-091-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* opcodes error messagesAlan Modra2018-03-031-2/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Move print_insn_XXX to an opcodes internal headerYao Qi2017-05-241-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Return 'int' rather than 'unsigned short' in avrdis_opcodeYao Qi2016-12-291-6/+15
* Print symbol names in comments for LDS/STS disassembly.Denis Chertykov2016-06-091-4/+10
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in opcodesH.J. Lu2015-08-121-21/+21
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Add support for the AVR Tiny series of microcontrollers.Barney Stratford2014-07-011-2/+17
* Update copyright yearsAlan Modra2014-03-051-2/+1
* PR 14072Nick Clifton2012-05-171-2/+2
* PR binutils/12329Nick Clifton2011-07-011-1/+2
* /bfd:Eric B. Weddington2011-03-221-8/+23
* * avr-dis.c: Replace uses of sprintf without a format string withNick Clifton2008-11-061-5/+5
* Change source files over to GPLv3.Nick Clifton2007-07-051-9/+12
* PR binutils/4045Nick Clifton2007-02-161-4/+13
* 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2007-02-021-1/+1
* * avr-dis.c: Formatting fix.Alan Modra2006-05-171-2/+3
* * avr-dis.c (avr_operand): Warning fix.Alan Modra2006-04-191-1/+1
* PR binutils/2454Nick Clifton2006-04-121-1/+6
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-39/+29
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
* update copyright datesAlan Modra2005-03-031-1/+1
* Added printing of symbols on AVR disasmSvein Seldal2004-12-141-2/+2
* Added printing of symbols on AVR disasmSvein Seldal2004-12-141-17/+25
* 2002-11-12 Klee Dienes <kdienes@apple.com>Klee Dienes2002-11-181-11/+23
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+1
* * avr-dis.c (avr_operand): Use PARAMS macro in declaration.Denis Chertykov2000-08-061-43/+82
* Tidy up formatting.Nick Clifton2000-07-031-3/+4
* * avr-dis.c (avr_operand): Bugfix for jmp/call address.Denis Chertykov2000-06-091-1/+2
* * avr-dis.c: completely rewritten.Denis Chertykov2000-06-071-587/+249
* * avr-dis.c (reg_fmul_d): New. Extract destination register fromDenis Chertykov2000-05-011-3/+118
* More portability patches. Include sysdep.h everywhere.Alan Modra2000-04-141-0/+1
* Tidy some code. Print pc rel addresses as signed.Alan Modra2000-04-031-60/+23
* ATMEL AVR microcontroller support.Alan Modra2000-03-271-0/+577