summaryrefslogtreecommitdiff
path: root/opcodes/arc-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* * aarch64-asm.c (aarch64_ins_ldst_reglist): InitializeKai Tietz2012-10-181-2/+1
| | | | | | | | | value with a default. (do_special_encoding): Likewise. (aarch64_ins_ldst_elemlist): Pre-initialize QSsize, and opcodeh2 variables with default. * arc-dis.c (write_comments_): Don't use strncat due size of state->commentBuffer pointer isn't predictable.
* * 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
|
* Update soruces to make alpha, arc and arm targets compile cleanlyNick Clifton2009-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with -Wc++-compat: * config/tc-alpha.c: Add casts. (extended_bfd_reloc_code_real_type): New type. Used to avoid enumeration conversion warnings. (struct alpha_fixup, void assemble_insn, assemble_insn) (assemble_tokens): Use new type. * ecoff.c: Add casts. (mark_stabs): Use enumeration names. * config/obj-elf.c: Add cast * config/tc-arc.c: Add casts. * config/obj-aout.h (text_section,data_section,bss_section): Make extern. * config/obj-elf.c: Add cast. * config/tc-arm.c: Add casts. (X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE) (cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the need for keywords as arguments. * ecoff.c: Add casts. * ecofflink.c: Add casts. * elf64-alpha.c: Add casts. (struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move to top level. (SKIP_HOWTO): Use enum name. * elf32-arm.c: Add casts. (elf32_arm_vxworks_bed): Update code to avoid multiple declarations. (struct map_stub): Move to top level. * arc-dis.c Fix casts. * arc-ext.c: Add casts. * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous enum. * emultempl/armelf.em: Add casts.
* 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