add opintl.h
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 35c5ade98175d710fd1c367d3c1a5e569d87652d..25f60c8eb57ed2af388f76bc8a2b538b11744542 100644 (file)
@@ -1,3 +1,162 @@
+Mon Apr 27 14:31:00 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * opintl.h: New file - contains internationalisation macros used
+       by source files in this directory.
+       * po/: New subdirectory - contains internationalisation files.
+       * po/Make-in: New file - Makefile constructor.
+       * po/POTFILES.in: New file - list of files in opcodes directory
+       that should be scan for internationalisation macros.
+       * po/opcodes.pot: New file - list of internationisation strings
+       found in files mentioned in po/POTFILES.in.
+       * Makefile.am: Add rule to build po/POTFILES.in.  Add SUBDIRS
+       entry.  Add intl directory to include paths.
+       * acconfig.h: Add ENABLE_NLS, HAVE_CATGETS, HAVE_GETEXT,
+       HAVE_STRCPY, HAVE_LC_MESSAGES
+       * configure.in: Add rule to build Makefile in po subdirectory.
+       * Makefile.in: Rebuilt.
+       * aclocal.m4: Rebuilt.
+       * config.in: Rebuilt.
+       * configure: Rebuilt.
+       * alpha-opc.c: Internationalised.
+       * arc-dis.c: Internationalised.
+       * arc-opc.c: Internationalised.
+       * arm-dis.c: Internationalised.
+       * cgen-asm.c: Internationalised.
+       * cgen-asm.in: Internationalised.
+       * cgen-dis.in: Internationalised.
+       * d30v-dis.c: Internationalised.
+       * dis-buf.c: Internationalised.
+       * dvp-dis.c: Internationalised.
+       * dvp-opc.c: Internationalised. 
+       * dvp-opc.c: Internationalised.
+       * h8300-dis.c: Internationalised.
+       * h8500-dis.c: Internationalised.
+       * i386-dis.c: Internationalised.
+       * m10200-dis.c: Internationalised.
+       * m10300-dis.c: Internationalised.
+       * m68k-dis.c: Internationalised.
+       * m88k-dis.c: Internationalised.
+       * mips-dis.c: Internationalised.
+       * ns32k-dis.c: Internationalised.
+       * opintl.h: Internationalised.
+       * ppc-opc.c: Internationalised.
+       * sparc-dis.c: Internationalised.
+       * v850-dis.c: Internationalised.
+       * v850-opc.c: Internationalised.
+       
+Mon Apr 27 10:33:56 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-asm.c (cgen_current_opcode_table): Renamed from ..._data.
+       (asm_hash_table_entries): New variable.
+       (cgen_asm_init): Free asm_hash_table_entries.
+       (hash_insn_array,hash_insn_list): New functions.
+       (build_asm_hash_table): Use them.  Hash macro insns as well.
+       (cgen_asm_lookup_insn): Update.
+       * cgen_dis.c (cgen_current_opcode_table): Renamed from ..._data.
+       (dis_hash_table_entries): New variable.
+       (cgen_dis_init): Free dis_hash_table_entries.
+       (hash_insn_array,hash_insn_list): New functions.
+       (build_dis_hash_table): Use them.  Hash macro insns as well.
+       (cgen_dis_lookup_insn): Update.
+       * cgen-opc.c (cgen_current_opcode_table): Renamed from ..._data.
+       (cgen_set_cpu,cgen_hw_lookup,cgen_insn_count): Update.
+       (cgen_macro_insn_count): New function.
+       * cgen-opc.in (@arch@_cgen_lookup_insn): New arg alias_p.
+       All callers updated.  Sanity check result of extract fn.
+       (@arch@_cgen_get_insn_operands): Change result type to void.
+       Delete args insn_value, length.  New arg fields.  All callers updated.
+       (@arch@_cgen_lookup_get_insn_operands): New function.
+       * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
+
+Fri Apr 24 16:07:57 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c (OP_DSSI): Print segment override.
+
+start-sanitize-r5900
+Thu Apr 23 12:32:07 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips-opc.c (msub.s): Correct mask pattern for disassembly.
+
+end-sanitize-r5900
+start-sanitize-r5900
+Mon Apr 20 19:11:55 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips-opc.c (madd.s): Correct mask pattern for disassembly.
+
+end-sanitize-r5900
+start-sanitize-r5900
+Sat Apr 18 00:29:18 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * vu0.h (vlqd, vlqi): Update per revised specs.
+
+end-sanitize-r5900
+start-sanitize-sky
+Thu Apr 16 11:44:59 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (parse_vif_unpackloc,insert_vif_unpackloc): Delete.
+       (vif_operands): Update.
+       (vif_get_unpackloc): Delete.
+       (state_vif_unpackloc{,_star_p}): Delete.
+       (dvp_opcode_init_parse): Update.
+       (vif_unpack_len_value): Avoid divide by zero.
+
+end-sanitize-sky
+start-sanitize-r5900
+Wed Apr 15 10:30:07 1998   Frank Ch. Eigler  <fche@cygnus.com>
+
+       * vu0.h: Specs changed for VCALLMSR bit pattern.
+       * mips-dis.c: (print_insn_arg) Matching change.
+
+end-sanitize-r5900
+Mon Apr 13 16:59:39 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c (print_insn_arm): Add "_all" extension to 'C'
+       operator. 
+
+Mon Apr 13 16:50:27 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@.
+       (libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@.
+       * configure.in: Define and substitute WIN32LDFLAGS and
+       WIN32LIBADD.
+       * aclocal.m4: Rebuild with new libtool.
+       * configure, Makefile.in: Rebuild.
+
+start-sanitize-r5900
+Mon Apr 13 16:02:02 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * vu0.h: Corrected bit pattern for VMAXI opcode.
+
+end-sanitize-r5900
+Fri Apr 10 18:14:31 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.c: Regenerate.
+
+start-sanitize-sky
+Mon Apr  6 17:16:48 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (vif_macros): Tweak unpackloc operand.
+       (dvp_expand_macro): Implement.
+       (insert_vif_datalen): Record value with max+1 -> 0 conversion.
+       (vif_unpack_len): Perform 0 -> max+1 conversion on `wl' value.
+
+end-sanitize-sky
+Sun Apr  5 16:04:39 1998  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am (stamp-lib): Check that .libs/libopcodes.a exists
+       before trying to copy it.
+       * Makefile.in: Rebuild.
+
+Thu Apr  2 17:25:49 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * m32r-opc.c: Use signed immediate values for CMPUI instruction.
+
+start-sanitize-m32rx
+Thu Apr  2 16:44:23 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * m32r-opc.c: Fix bit patterns for SAT and SATB.
+
+end-sanitize-m32rx
 Wed Apr  1 16:20:27 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
 
         * ns32k-dis.c (bit_extract_simple): New function to extract bits
@@ -9,6 +168,7 @@ start-sanitize-m32rx
 Wed Apr  1 14:57:54 1998  Nick Clifton  <nickc@cygnus.com>
 
        * m32r-opc.c: Fix SATB bit pattern.  Add extra control registers. 
+       * m32r-opc.h: Add extra control registers. 
 
 end-sanitize-m32rx
 Tue Mar 31 11:09:08 1998  Ian Lance Taylor  <ian@cygnus.com>
This page took 0.024907 seconds and 4 git commands to generate.