X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/80a00278ab3eff1f2f14fe1ec76019cbf5277c72..8eac86ee9d96cc31ac7cebb1c7285c78202c6f7a:/usr/src/cmd/file.c diff --git a/usr/src/cmd/file.c b/usr/src/cmd/file.c index b431a4a8ee..c820744b75 100644 --- a/usr/src/cmd/file.c +++ b/usr/src/cmd/file.c @@ -13,11 +13,11 @@ char *fort[] = { "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[] = { - "globl","byte","even","text","data","bss","comm",0}; + "globl","byte","align","text","data","comm",0}; int ifile; main(argc, argv) @@ -95,10 +95,16 @@ spcl: } switch(*(int *)buf) { + case 0413: + printf("demand paged "); case 0410: printf("pure "); goto exec; + case 0412: + printf("demand paged "); + goto exec; + case 0411: printf("separate ");