BSD 3 development
[unix-history] / usr / src / cmd / file.c
index b431a4a..c820744 100644 (file)
@@ -13,11 +13,11 @@ char *fort[] = {
        "function","subroutine","common","dimension","block","integer",
        "real","data","double",0};
 char *asc[] = {
        "function","subroutine","common","dimension","block","integer",
        "real","data","double",0};
 char *asc[] = {
-       "sys","mov","tst","clr","jmp",0};
+       "chmk","mov","tst","clr","jmp",0};
 char *c[] = {
        "int","char","float","double","struct","extern",0};
 char *as[] = {
 char *c[] = {
        "int","char","float","double","struct","extern",0};
 char *as[] = {
-       "globl","byte","even","text","data","bss","comm",0};
+       "globl","byte","align","text","data","comm",0};
 int    ifile;
 
 main(argc, argv)
 int    ifile;
 
 main(argc, argv)
@@ -95,10 +95,16 @@ spcl:
        }
        switch(*(int *)buf) {
 
        }
        switch(*(int *)buf) {
 
+       case 0413:
+               printf("demand paged ");
        case 0410:
                printf("pure ");
                goto exec;
 
        case 0410:
                printf("pure ");
                goto exec;
 
+       case 0412:
+               printf("demand paged ");
+               goto exec;
+
        case 0411:
                printf("separate ");
 
        case 0411:
                printf("separate ");