diff options
author | Doug Evans <dje@google.com> | 1998-03-23 18:01:04 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-03-23 18:01:04 +0000 |
commit | 9a5a39e9e40a46bf2f779984ea93f0690ff67345 (patch) | |
tree | c99e799252494894466b87400a3395cf8d2cf598 | |
parent | 6d2c139e5a482fb0271b1ff5ec6d9eb8fc1fedbb (diff) | |
download | gdb-9a5a39e9e40a46bf2f779984ea93f0690ff67345.zip gdb-9a5a39e9e40a46bf2f779984ea93f0690ff67345.tar.gz gdb-9a5a39e9e40a46bf2f779984ea93f0690ff67345.tar.bz2 |
* dvp-opc.c (vif_operand_datalen_special): New global.
-rw-r--r-- | opcodes/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f58f21b..304f476 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,21 @@ +start-sanitize-sky +Mon Mar 23 09:45:04 1998 Doug Evans <devans@canuck.cygnus.com> + + * dvp-opc.c (vif_operand_datalen_special): New global. + +end-sanitize-sky +start-sanitize-r5900 +Sun Mar 22 13:00:14 1998 Jeffrey A Law (law@cygnus.com) + + * vu0.h (vcallms): Use 'O' for call target operand. + * mips-dis.c (print_insn_arg): Handle 'O'. + +end-sanitize-r5900 +Fri Mar 20 18:55:18 1998 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Use AM_DISABLE_SHARED. + * aclocal.m4, configure: Rebuild with libtool 1.2. + start-sanitize-r5900 Fri Mar 20 09:01:31 1998 Jeffrey A Law (law@cygnus.com) |