aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68k-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-02-20opcodes: style m68k disassembler outputAndreas Schwab1-116/+238
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-8/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in opcodesAlan 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-12-11ubsan: m68k: left shift cannot be represented in type 'int'Alan Modra1-3/+5
2019-09-23m68k bfd.h tidyAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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-13Return -1 on memory error in print_insn_m68kYao Qi1-7/+12
2017-01-13Remove magic numbers in m68k-dis.c:print_insn_argYao Qi1-41/+56
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-3/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-05-20Remove unnecessary header from m68k-dis.cAlan Modra1-2/+0
2014-03-05Update copyright yearsAlan Modra1-3/+1
2012-07-24 PR binutils/13135Nick Clifton1-4/+4
2010-06-162010-06-16 Vincent Rivire <vincent.riviere@freesbee.fr>Nick Clifton1-1/+1
2010-05-27 * m68k-dis.c (print_insn_m68k): Emit undefined instructions asNick Clifton1-1/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-1/+0
2009-11-10 * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.Maxim Kuvyrkov1-2/+6
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-26 * m68k-dis.c (print_insn_arg): Add movecr register names forNick Clifton1-22/+47
2008-11-26(NEXTBYTE, NEXTWORD, NEXTLONG, NEXTULONG, NEXTSINGLE)Andreas Schwab1-27/+9
2008-11-25 * m68k-dis.c: Rewrite to remove use of setjmp/longjmp.Nick Clifton1-168/+248
2007-09-27gas/Kazu Hirata1-1/+1
2007-07-05Change source files over to GPLv3.Nick Clifton1-8/+10
2007-07-03 gas/testsuite/Nathan Sidwell1-34/+34
2007-04-20 gas/Nathan Sidwell1-1/+3
2007-04-09 * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func andKazu Hirata1-2/+26
2006-12-27gas/Kazu Hirata1-1/+4
2006-05-25include/opcodes/Richard Sandiford1-29/+62
2006-04-29Fix buglet noticed while looking at PR 1298.Jim Wilson1-2/+4
2006-02-07 * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,Nathan Sidwell1-53/+4
2005-11-10 * m68k-dis.c (print_insn_m68k): Only match FPU insns withAndreas Schwab1-0/+14
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-643/+643
2005-06-23 * m68k-dis.c: Use ISC C90.Ben Elliston1-48/+21
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2004-07-11* m68k-dis.c (m68k_valid_ea): Fix typos in last change.Andreas Schwab1-3/+3
2004-07-09binutils/testsuite/:Andreas Schwab1-8/+90
2004-05-24Reorganise m68k instruction decoding and improve handling of MAC/EMACNick Clifton1-177/+224
2004-05-05Add support for 521x,5249,547x,548x.Nick Clifton1-15/+19
2004-04-22Add support for ColdFire MAC instructions and tidy up support for other m68kNick Clifton1-5/+65
2003-10-21Add ColfFire v4 supportNick Clifton1-22/+40