summaryrefslogtreecommitdiff
path: root/opcodes/arc-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* * arc-dis.c: Include sysdep.h first, remove some redundant includes.Alan Modra2012-05-181-2/+1
| | | | | | | | | | | | | | | | | * bfin-dis.c: Likewise. * i860-dis.c: Likewise. * ia64-dis.c: Likewise. * ia64-gen.c: Likewise. * m68hc11-dis.c: Likewise. * mmix-dis.c: Likewise. * msp430-dis.c: Likewise. * or32-dis.c: Likewise. * rl78-dis.c: Likewise. * rx-dis.c: Likewise. * tic4x-dis.c: Likewise. * tilegx-opc.c: Likewise. * tilepro-opc.c: Likewise. * rx-decode.c: Regenerate.
* * arc-dis.c (BITS): Don't use shifts to mask off bits.Alan Modra2012-02-271-6/+5
| | | | (FIELDD): Sign extend with xor,sub.
* fix set but unused variable warningsAlan Modra2010-06-271-5/+2
|
* manually sync from the CVS repositoryJim Meyering2009-10-081-3/+3
|
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+10
|
* Kaveh Ghazi's printf format attribute checking patch.Jim Wilson2005-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfd: * elf32-xtensa.c (vsprint_msg): Add format attribute. Fix format bugs. * vms.h (_bfd_vms_debug): Add format attribute. (_bfd_vms_debug, _bfd_hexdump): Fix typos. binutils: * bucomm.h (report): Add format attribute. * dlltool.c (inform): Likewise. * dllwrap.c (display, inform, warn): Likewise. * objdump.c (objdump_sprintf): Likewise. * readelf.c (error, warn): Likewise. Fix format bugs. gas: * config/tc-tic30.c (debug): Add format attribute. Fix format bugs. include: * dis-asm.h (fprintf_ftype): Add format attribute. opcodes: * arc-dis.c, arm-dis.c, cris-dis.c, crx-dis.c, d10v-dis.c, d30v-dis.c, fr30-dis.c, h8300-dis.c, h8500-dis.c, i860-dis.c, ia64-dis.c, ip2k-dis.c, m10200-dis.c, m10300-dis.c, m88k-dis.c, mcore-dis.c, mips-dis.c, ms1-dis.c, or32-dis.c, ppc-dis.c, sh64-dis.c, sparc-dis.c, tic4x-dis.c, tic80-dis.c, v850-dis.c: Fix format bugs. * ia64-gen.c (fail, warn): Add format attribute. * or32-opc.c (debug): Likewise.
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-150/+116
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>Ramana Radhakrishnan2005-03-031-29/+48
| | | | | | * opcodes/arc-dis.c:Add enum a4_decoding_class. (dsmOneArcInst): Use the enum values for the decoding class Remove redundant case in the switch for decodingClass value 11
* * Makefile.am (sh-dis.lo): Don't put make commands in deps.Alan Modra2002-05-251-3/+3
| | | | | | * Makefile.in: Regenerate. * arc-dis.c: Use #include "" instead of <> for local header files. * m68k-dis.c: Likewise.
* * arc-dis.c: Formatting fixes.Alan Modra2001-09-261-36/+47
| | | | (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
* * arc-dis.c: Don't include <ctype.h>.Alan Modra2001-09-211-1/+0
| | | | | * openrisc-desc.c: Likewise. * openrisc-ibld.c: Likewise.
* * mips-dis.c: Add missing prototypes.Andreas Jaeger2001-08-211-158/+173
| | | | | | * a29k-dis.c: Likewise. * arc-dis.c: Likewise. * ia64-opc.c: Likewise.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+2
|
* Updated ARC assembler from arccores.comNick Clifton2001-01-111-206/+1158
|
* More portability patches. Include sysdep.h everywhere.Alan Modra2000-04-141-0/+1
|
* Initial revisionRichard Henderson1999-05-031-0/+267