OSDN Git Service

* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Apr 1998 14:00:10 +0000 (14:00 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Apr 1998 14:00:10 +0000 (14:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19415 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 65e7225..ed06f05 100644 (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.
index e66ad09..fab139e 100644 (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;