summaryrefslogtreecommitdiff
path: root/opcodes/m68k-dis.c
Commit message (Expand)AuthorAgeFilesLines
* opcodes: style m68k disassembler outputAndreas Schwab2023-02-201-116/+238
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-8/+2
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in opcodesAlan 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
* ubsan: m68k: left shift cannot be represented in type 'int'Alan Modra2019-12-111-3/+5
* m68k bfd.h tidyAlan Modra2019-09-231-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* 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
* Return -1 on memory error in print_insn_m68kYao Qi2017-01-131-7/+12
* Remove magic numbers in m68k-dis.c:print_insn_argYao Qi2017-01-131-41/+56
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in opcodesH.J. Lu2015-08-121-3/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Remove unnecessary header from m68k-dis.cAlan Modra2014-05-201-2/+0
* Update copyright yearsAlan Modra2014-03-051-3/+1
* PR binutils/13135Nick Clifton2012-07-241-4/+4
* 2010-06-16 Vincent Rivire <vincent.riviere@freesbee.fr>Nick Clifton2010-06-161-1/+1
* * m68k-dis.c (print_insn_m68k): Emit undefined instructions asNick Clifton2010-05-271-1/+1
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-1/+0
* * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.Maxim Kuvyrkov2009-11-101-2/+6
* update copyright datesAlan Modra2009-09-021-1/+1
* * m68k-dis.c (print_insn_arg): Add movecr register names forNick Clifton2009-08-261-22/+47
* (NEXTBYTE, NEXTWORD, NEXTLONG, NEXTULONG, NEXTSINGLE)Andreas Schwab2008-11-261-27/+9
* * m68k-dis.c: Rewrite to remove use of setjmp/longjmp.Nick Clifton2008-11-251-168/+248
* gas/Kazu Hirata2007-09-271-1/+1
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+10
* gas/testsuite/Nathan Sidwell2007-07-031-34/+34
* gas/Nathan Sidwell2007-04-201-1/+3
* * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func andKazu Hirata2007-04-091-2/+26
* gas/Kazu Hirata2006-12-271-1/+4
* include/opcodes/Richard Sandiford2006-05-251-29/+62
* Fix buglet noticed while looking at PR 1298.Jim Wilson2006-04-291-2/+4
* * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,Nathan Sidwell2006-02-071-53/+4
* * m68k-dis.c (print_insn_m68k): Only match FPU insns withAndreas Schwab2005-11-101-0/+14
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-643/+643
* * m68k-dis.c: Use ISC C90.Ben Elliston2005-06-231-48/+21
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
* * m68k-dis.c (m68k_valid_ea): Fix typos in last change.Andreas Schwab2004-07-111-3/+3
* binutils/testsuite/:Andreas Schwab2004-07-091-8/+90
* Reorganise m68k instruction decoding and improve handling of MAC/EMACNick Clifton2004-05-241-177/+224
* Add support for 521x,5249,547x,548x.Nick Clifton2004-05-051-15/+19
* Add support for ColdFire MAC instructions and tidy up support for other m68kNick Clifton2004-04-221-5/+65
* Add ColfFire v4 supportNick Clifton2003-10-211-22/+40
* * a29k-dis.c: Replace CONST with const.Alan Modra2002-06-081-2/+2