Add .quad storage filler directive
[unix-history] / usr / src / old / as.vax / asparse.c
index e35a178..36c0cce 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1980 Regents of the University of California */
 /* Copyright (c) 1980 Regents of the University of California */
-static char sccsid[] = "@(#)asparse.c 4.2 %G%";
+static char sccsid[] = "@(#)asparse.c 4.3 %G%";
 #include <stdio.h>
 #include "as.h"
 #include "asexpr.h"
 #include <stdio.h>
 #include "as.h"
 #include "asexpr.h"
@@ -905,6 +905,7 @@ restlab:
        break;
 
    case IFLOAT:        curlen = 4;     goto floatlist;
        break;
 
    case IFLOAT:        curlen = 4;     goto floatlist;
+   case IQUAD:
    case IDOUBLE: 
        curlen = 8;
       floatlist:       
    case IDOUBLE: 
        curlen = 8;
       floatlist: