diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-23 19:20:33 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-23 19:20:33 +0000 |
commit | 366323cfeb65e18b3559f62f4a722f0b18990636 (patch) | |
tree | a920564f528298b9efba412b03059bbd248427d5 /opcodes | |
parent | e7600d8eb5ab8adbdbc7aad07f2e448890c5ee29 (diff) | |
download | gdb-366323cfeb65e18b3559f62f4a722f0b18990636.zip gdb-366323cfeb65e18b3559f62f4a722f0b18990636.tar.gz gdb-366323cfeb65e18b3559f62f4a722f0b18990636.tar.bz2 |
Silence warnings from Solaris PowerPC cc
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1184f9e..80a391b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,25 @@ +Thu May 23 15:18:23 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * ppc-opc.c (instruction encoding macros): Add explicit casts to + unsigned long to silence a warning from the Solaris PowerPC + compiler. + +Thu Apr 25 19:33:32 1996 Doug Evans <dje@canuck.cygnus.com> + + * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions. + +Mon Apr 22 17:12:35 1996 Doug Evans <dje@blues.cygnus.com> + + * sparc-dis.c (X_IMM,X_SIMM): New macros. + (X_IMM13): Delete. + (print_insn_sparc): Merge cases i,I,j together. New cases X,Y. + * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants, + Y for 6 bit shift constants. Rewrite entries for crdcxt, cwrcxt, + cpush, cpusha, cpull sparclet insns. + Wed Apr 17 14:20:22 1996 Doug Evans <dje@canuck.cygnus.com> - * saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R. + * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R. Thu Apr 11 17:30:02 1996 Ian Lance Taylor <ian@cygnus.com> |