mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 04:38:58 +08:00
* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
From-SVN: r19415
This commit is contained in:
parent
a2b60a0ea2
commit
556ccd9bad
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user