aboutsummaryrefslogtreecommitdiff
path: root/opcodes/avr-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-07-04opcodes/avr: Implement style support in the disassemblerMarcus Nilsson1-10/+41
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-02Allow the --visualize-jumps feature to work with the AVR disassembler.Marcus Nilsson1-5/+32
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-09Fix the disassembly of the LDS and STS instructions of the AVR architecture.Nick Clifton1-0/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-03-03opcodes error messagesAlan Modra1-2/+4
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-29Return 'int' rather than 'unsigned short' in avrdis_opcodeYao Qi1-6/+15
2016-06-09Print symbol names in comments for LDS/STS disassembly.Denis Chertykov1-4/+10
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-21/+21
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford1-2/+17
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-17 PR 14072Nick Clifton1-2/+2
2011-07-01 PR binutils/12329Nick Clifton1-1/+2
2011-03-22/bfd:Eric B. Weddington1-8/+23
2008-11-06 * avr-dis.c: Replace uses of sprintf without a format string withNick Clifton1-5/+5
2007-07-05Change source files over to GPLv3.Nick Clifton1-9/+12
2007-02-16PR binutils/4045Nick Clifton1-4/+13
2007-02-022007-02-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2006-05-17 * avr-dis.c: Formatting fix.Alan Modra1-2/+3
2006-04-19 * avr-dis.c (avr_operand): Warning fix.Alan Modra1-1/+1
2006-04-12PR binutils/2454Nick Clifton1-1/+6
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-39/+29
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2004-12-14Added printing of symbols on AVR disasmSvein Seldal1-2/+2
2004-12-14Added printing of symbols on AVR disasmSvein Seldal1-17/+25
2002-11-182002-11-12 Klee Dienes <kdienes@apple.com>Klee Dienes1-11/+23
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+1
2000-08-06 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.Denis Chertykov1-43/+82
2000-07-03Tidy up formatting.Nick Clifton1-3/+4
2000-06-09 * avr-dis.c (avr_operand): Bugfix for jmp/call address.Denis Chertykov1-1/+2
2000-06-07 * avr-dis.c: completely rewritten.Denis Chertykov1-587/+249
2000-05-01 * avr-dis.c (reg_fmul_d): New. Extract destination register fromDenis Chertykov1-3/+118
2000-04-14More portability patches. Include sysdep.h everywhere.Alan Modra1-0/+1
2000-04-03Tidy some code. Print pc rel addresses as signed.Alan Modra1-60/+23
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-0/+577