Fix compile time warning messages
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index dfc7687734fbe76b0be18088aea71e5a95341085..1dad51192b64058cab54c33a7bfadb46f39c7989 100644 (file)
@@ -1,3 +1,227 @@
+2001-09-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * arm-dis.c:   Fix compile time warning messages.
+       * cgen-asm.c:  Fix compile time warning messages.
+       * cgen-dis.c:  Fix compile time warning messages.
+       * cris-dis.c:  Fix compile time warning messages.
+       * d10v-dis.c:  Fix compile time warning messages.
+       * fr30-asm.c:  Fix compile time warning messages.
+       * fr30-desc.c: Fix compile time warning messages.
+       * fr30-dis.c:  Fix compile time warning messages.
+       * fr30-ibld.c: Fix compile time warning messages.
+
+2001-09-18  Bruno Haible  <haible@clisp.cons.org>
+
+       * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (cgen_parse_keyword): Use ISALNUM instead of isalnum.
+       * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
+       isalpha/tolower.
+       (cgen_keyword_add): Use ISALNUM instead of isalnum.
+       (hash_keyword_name): Use TOLOWER instead of tolower.
+       * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (parse_insn_normal): Use TOLOWER/ISSPACE instead of
+       tolower/isspace.
+       (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
+       * fr30-desc.c: Don't include <ctype.h>.
+       * fr30-ibld.c: Likewise.
+       * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (load_insn_classes, parse_resource_users, load_depfile): Use
+       ISSPACE instead of isspace.
+       * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (parse_insn_normal): Use TOLOWER/ISSPACE instead of
+       tolower/isspace.
+       (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
+       * m32r-desc.c: Don't include <ctype.h>.
+       * m32r-ibld.c: Likewise.
+       * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (parse_insn_normal): Use TOLOWER/ISSPACE instead of
+       tolower/isspace.
+       (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
+
+2001-09-18  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+       * Makefile.am: Add rules and dependencies to create the s/390 opcode
+       table out of s390-opc.txt automatically.
+       * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
+       * s390-mkopc.c (dumpTable): Change output to create a complete file.
+       * s390-opc.c: New improved opcode format macros and remove the
+       pregenerated opcode table.
+       * s390-opc.txt: Adapt to new improved opcode format macros.
+
+2001-09-14  David Schleef <ds@schleef.org>
+
+       * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
+
+2001-09-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * i386-dis.c (grps): Don't print the implicit al/ax/eax register
+       for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
+
+2001-08-31  Eric Christopher  <echristo@redhat.com>
+           Jason Eckhardt    <jle@redhat.com>
+
+       * mips-dis.c: Add support for bfd_mach_mipsisa32 and
+       bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
+       bfd_mach_mips64.
+
+2001-08-31  Andreas Jaeger  <aj@suse.de>
+
+       * tic54x-opc.c: Add default initializers to avoid warnings.
+
+       * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
+       * arc-ext.c: Likewise.
+
+2001-08-28  matthew gren  <mrg@redhat.com>
+
+       * ppc-opc.c (icbt): Order correctly.
+
+2001-08-27  David Edelsohn  <dje@watson.ibm.com>
+           Torbjorn Granlund  <tege@swox.com>
+
+       * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
+       (LS): Define.
+       (insert_ds): Complain if not a multiple of 4.
+       (XSYNC): Define.
+       (XSYNC_MASK): Define.
+       (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
+       "slbmfee".  Modify "sync" to use XSYNC_MASK and LS.
+
+2001-08-26  Andreas Jaeger  <aj@suse.de>
+
+       * h8500-opc.h: Add default initializers to h8500_table to shut up
+       GCC warnings.
+
+2001-08-25  Andreas Jaeger  <aj@suse.de>
+
+       * tic54x-dis.c: Add unused attributes where needed.
+
+       * z8k-dis.c (output_instr): Add unused attribute.
+
+       * h8300-dis.c: Add missing prototypes.
+       (bfd_h8_disassemble): Make static.
+
+       * cris-dis.c: Add missing prototype.
+       * h8500-dis.c: Likewise.
+       * m68hc11-dis.c: Likewise.
+       * pj-dis.c: Likewise.
+       * tic54x-dis.c: Likewise.
+       * v850-dis.c: Likewise.
+       * vax-dis.c: Likewise.
+       * w65-dis.c: Likewise.
+       * z8k-dis.c: Likewise.
+
+       * d10v-dis.c: Add missing prototype.
+       (dis_long): Remove unused variable.
+       (dis_2_short): Likewise.
+
+       * sh-dis.c: Add missing prototypes.
+       * v850-opc.c: Likewise.
+       Add unused attributes where needed.
+
+       * ns32k-dis.c: Add missing prototypes.
+       (bit_extract_simple): Remove unused variable.
+
+2001-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * opcodes/s390-opc.c: Add "low or high" and "not low or high"
+       branch instructions for gcc 3.0.
+       * opcodes/s390-opc.txt: Likewise.
+
+2001-08-21  Andreas Jaeger  <aj@suse.de>
+
+       * i960-dis.c: Add parameters for prototypes
+       (ctrl): Add unused attributes.
+       (cobr): Likewise.
+       (put_abs): Likewise.
+
+       * mips-dis.c: Add missing prototypes.
+       * a29k-dis.c: Likewise.
+       * arc-dis.c: Likewise.
+       * ia64-opc.c: Likewise.
+
+       * s390-dis.c: Add missing prototypes.
+       (init_disasm): Remove unused attribute since the parameter is
+       used.
+
+2001-08-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * mips-opc.c (M1): Define. Reformatted Code.
+       (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
+       mtps, mtps. Typo.
+
+2001-08-16  Jonathan Larmour  <jlarmour@redhat.com>
+
+       * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
+       the corresponding non-likely insn is in MIPS I.
+
+2001-08-13  Kazu Hirata  <kazu@hxi.com>
+
+       * mcore-dis.c: Fix formatting.
+       * mips-dis.c: Likewise.
+       * pj-dis.c: Likewise.
+       * z8k-dis.c: Likewise.
+
+2001-08-12  Richard Henderson  <rth@redhat.com>
+
+       * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
+       to *VALUEP.  Regenerate all cgen files.
+
+2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
+       argument.
+       * mips-opc.c (G6): Undefine.
+       (mips_builtin_opcodes): Remove gp32 entry for "move".  Add macro
+       as the first "move" alternative.
+
+2001-08-10  Andreas Jaeger  <aj@suse.de>
+
+       * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
+       to build warnings.
+       * configure: Regenerate.
+
+2001-08-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c: Revert 2001-08-08.
+
+2001-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * dis-buf.c (generic_strcat_address): Add missing prototype.
+       #if 0 the functions as it is unused.
+
+2001-08-08  Alan Modra  <amodra@bigpond.net.au>
+
+       1999-10-25  Torbjorn Granlund  <tege@swox.com>
+       * ppc-opc.c: Include "bfd.h".
+       (powerpc_operands): Add new field for reloc type.
+
+2001-07-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * mips-dis.c (print_insn_arg): Don't use software integer registers
+       for coprocessor registers.
+       (get_mips_isa): Removed.
+       (is_newabi): New function, checks if NewABI is used.
+       (_print_insn_mips): Get distinction between old ABI and new ABI right.
+
+2001-08-01  Christian Groessler <cpg@aladdin.de>
+
+       * z8kgen.c: Fixed indentation of opt[] array.  Include stdio.h to
+       get stderr definition.
+       (internal, gas): Removed warnings.
+       (gas): Create a correct final entry for created array.
+       * z8k-opc.h: Recreated with new z8kgen.
+
+2001-07-28  Kazu Hirata  <kazu@hxi.com>
+
+       * i386-dis.c: Fix formatting.
+
+2001-07-28  Matthias Kramm <kramm@quiss.org>
+
+       * i386-dis.c: Change formatting conventions for architecture
+       i386:intel to better match the format of various intel i386
+       assemblers, like nasm, tasm or masm.
+
 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Update dependencies with "make dep-am".
         * cgen-asm.in: Include "xregex.h" always to enable the libiberty
         regex support.
         (@arch@_cgen_build_insn_regex): New routine from Graydon.
-        (@arch@_cgen_assemble_insn): Add Graydon's code to use regex 
+        (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
        to verify if it is worth parsing the insn as insn "x".  Also update
-       error message when insn is not a recognized format of the insn vs 
+       error message when insn is not a recognized format of the insn vs
        when the insn is completely unrecognized.
 
 2001-07-11  Frank Ch. Eigler  <fche@redhat.com>
This page took 0.034365 seconds and 4 git commands to generate.