diff options
author | Doug Evans <dje@google.com> | 1998-02-18 02:50:58 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-18 02:50:58 +0000 |
commit | 98a112c069244306827d2b0f64c057f314be4dcf (patch) | |
tree | 3d23a3911791627d15eaa14e20a724abd4351a42 /opcodes | |
parent | 1e796e1d54939e9304dc9751c73da92fd7856d0a (diff) | |
download | binutils-98a112c069244306827d2b0f64c057f314be4dcf.zip binutils-98a112c069244306827d2b0f64c057f314be4dcf.tar.gz binutils-98a112c069244306827d2b0f64c057f314be4dcf.tar.bz2 |
* dvp-opc.c (parse_vfreg): Dest spec is optional.
(print_vfreg): Don't print dest spec.
(parse_accdest): Dest spec is optional.
(print_accdest): Don't print dest spec.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5a55ad7..bf4d45a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-sky +Tue Feb 17 18:48:25 1998 Doug Evans <devans@canuck.cygnus.com> + + * dvp-opc.c (parse_vfreg): Dest spec is optional. + (print_vfreg): Don't print dest spec. + (parse_accdest): Dest spec is optional. + (print_accdest): Don't print dest spec. + +end-sanitize-sky Tue Feb 17 17:14:50 1998 Doug Evans <devans@seba.cygnus.com> * Makefile.am (CGENFILES): Update. |