* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.

From-SVN: r19415
This commit is contained in:
Richard Henderson 1998-04-26 07:00:10 -07:00 committed by Richard Henderson
parent a2b60a0ea2
commit 556ccd9bad
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Apr 26 01:21:06 1998 Richard Henderson <rth@cygnus.com>
* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
Sat Apr 25 22:11:38 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.

View File

@ -2381,6 +2381,7 @@ print_operand (file, x, code)
switch (alpha_fptm)
{
case ALPHA_FPTM_N:
break;
case ALPHA_FPTM_U:
fputs ("v", file);
break;