Make "ta" the default trap instruction, "t" the alias.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index a3ff6e7adc88f224458c3a3185c6554f1aefa039..3ae7b141060854e3a37793340f638841d0e1c1aa 100644 (file)
@@ -1,3 +1,46 @@
+Mon Apr  5 17:37:37 1993  John Gilmore  (gnu@cygnus.com)
+
+       * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
+
+Fri Apr  2 07:24:27 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
+       const.
+
+Thu Apr  1 11:20:43 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * sparc-dis.c: Use fprintf_func a few places where I forgot,
+       and double percent signs a few places.
+
+       * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
+
+       * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
+       Use info->print_address_func not print_address.
+
+       * dis-buf.c (generic_print_address): New function.
+
+Wed Mar 31 10:07:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add sparc-dis.c.
+       sparc-dis.c: New file, merges binutils and gdb versions as follows:
+       From GDB:
+           Add `add' instruction to the set that get checked
+           for a preceding `sethi' in order to print an absolute address.
+           * (print_insn):  Disassembly prefers real instructions.
+           (is_delayed_branch):  Speed up.
+           * sparc-opcode.h: Add ALIAS bit to aliases.  Fix up opcode tables.
+           Still missing some float ops, and needs testing.
+           * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
+           F_ALIAS.  Use printf, not fprintf, when not passing a file
+           pointer...
+           (compare_opcodes): Check that identical instructions have
+           identical opcodes, complain otherwise.
+       From binutils:
+           * New 'm' arg.
+           * Include reg_names.
+       From neither:
+           Use dis-asm.h/read_memory_func interface.
+
 Wed Mar 31 20:49:06 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
        * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
This page took 0.023002 seconds and 4 git commands to generate.