From 3c037725e9da661f3067f2b472c1c3baae80282a Mon Sep 17 00:00:00 2001 From: sater Date: Thu, 19 Jul 1984 13:34:12 +0000 Subject: [PATCH] added rcsid --- mach/pdp/libem/RT.s | 1 + mach/pdp/libem/aar.s | 1 + mach/pdp/libem/adf.s | 1 + mach/pdp/libem/adi.s | 1 + mach/pdp/libem/and.s | 1 + mach/pdp/libem/blm.s | 1 + mach/pdp/libem/cff.s | 1 + mach/pdp/libem/cfi.s | 1 + mach/pdp/libem/cif.s | 1 + mach/pdp/libem/cii.s | 1 + mach/pdp/libem/ciu.s | 1 + mach/pdp/libem/cmf.s | 1 + mach/pdp/libem/cmi.s | 1 + mach/pdp/libem/cmi4.s | 1 + mach/pdp/libem/cms.s | 1 + mach/pdp/libem/cmu.s | 1 + mach/pdp/libem/cmu4.s | 1 + mach/pdp/libem/csa.s | 1 + mach/pdp/libem/csb.s | 1 + mach/pdp/libem/dup.s | 1 + mach/pdp/libem/dvf.s | 1 + mach/pdp/libem/dvi.s | 1 + mach/pdp/libem/dvi4.s | 1 + mach/pdp/libem/dvu.s | 1 + mach/pdp/libem/dvu2.s | 1 + mach/pdp/libem/dvu4.s | 1 + mach/pdp/libem/eret.s | 1 + mach/pdp/libem/exg.s | 1 + mach/pdp/libem/fef.s | 1 + mach/pdp/libem/fif.s | 1 + mach/pdp/libem/gto.s | 1 + mach/pdp/libem/head_em.s | 1 + mach/pdp/libem/hlt.s | 1 + mach/pdp/libem/iaar.s | 1 + mach/pdp/libem/ilar.s | 1 + mach/pdp/libem/inn.s | 1 + mach/pdp/libem/isar.s | 1 + mach/pdp/libem/lar.s | 1 + mach/pdp/libem/los2.s | 1 + mach/pdp/libem/mlf.s | 1 + mach/pdp/libem/mli.s | 1 + mach/pdp/libem/mli4.s | 1 + mach/pdp/libem/mlu.s | 1 + mach/pdp/libem/mlu4.s | 1 + mach/pdp/libem/mon.s | 1 + mach/pdp/libem/ngf.s | 1 + mach/pdp/libem/ngi.s | 1 + mach/pdp/libem/nop.s | 1 + mach/pdp/libem/prf.s | 1 + mach/pdp/libem/printf.s | 1 + mach/pdp/libem/rck.s | 1 + mach/pdp/libem/ret.s | 1 + mach/pdp/libem/rmi.s | 1 + mach/pdp/libem/rmi4.s | 1 + mach/pdp/libem/rmu.s | 1 + mach/pdp/libem/rmu2.s | 1 + mach/pdp/libem/rmu4.s | 1 + mach/pdp/libem/rol.s | 1 + mach/pdp/libem/ror.s | 1 + mach/pdp/libem/sar.s | 1 + mach/pdp/libem/save.s | 1 + mach/pdp/libem/sbf.s | 1 + mach/pdp/libem/sbi.s | 1 + mach/pdp/libem/set.s | 1 + mach/pdp/libem/setfl.s | 1 + mach/pdp/libem/sigtrp.s | 1 + mach/pdp/libem/sim.s | 1 + mach/pdp/libem/sli.s | 1 + mach/pdp/libem/sri.s | 1 + mach/pdp/libem/sru.s | 1 + mach/pdp/libem/sto2.s | 1 + mach/pdp/libem/strhp.s | 1 + mach/pdp/libem/trp.s | 1 + mach/pdp/libem/unknown.s | 1 + mach/pdp/libem/xor.s | 1 + 75 files changed, 75 insertions(+) diff --git a/mach/pdp/libem/RT.s b/mach/pdp/libem/RT.s index c6e14d3c..72e10120 100644 --- a/mach/pdp/libem/RT.s +++ b/mach/pdp/libem/RT.s @@ -1,3 +1,4 @@ +/ $Header$ .globl RT,RTr2,RTr2r4 RTr2r4: diff --git a/mach/pdp/libem/aar.s b/mach/pdp/libem/aar.s index 5b98774d..19d9a7d2 100644 --- a/mach/pdp/libem/aar.s +++ b/mach/pdp/libem/aar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl aar~ diff --git a/mach/pdp/libem/adf.s b/mach/pdp/libem/adf.s index 42d5a2ed..2c4c7aaf 100644 --- a/mach/pdp/libem/adf.s +++ b/mach/pdp/libem/adf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl adf~ .globl setfloat~ diff --git a/mach/pdp/libem/adi.s b/mach/pdp/libem/adi.s index 8f896d7f..b2d4dd62 100644 --- a/mach/pdp/libem/adi.s +++ b/mach/pdp/libem/adi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl adi~ .globl unknown~ diff --git a/mach/pdp/libem/and.s b/mach/pdp/libem/and.s index 76d6596f..43a02587 100644 --- a/mach/pdp/libem/and.s +++ b/mach/pdp/libem/and.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl and~ .globl save1~ diff --git a/mach/pdp/libem/blm.s b/mach/pdp/libem/blm.s index 73f47585..ea55f5f1 100644 --- a/mach/pdp/libem/blm.s +++ b/mach/pdp/libem/blm.s @@ -1,3 +1,4 @@ +/ $Header$ .globl blm~ .globl save~,retu~ diff --git a/mach/pdp/libem/cff.s b/mach/pdp/libem/cff.s index 9d43e988..afdc3688 100644 --- a/mach/pdp/libem/cff.s +++ b/mach/pdp/libem/cff.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cff~ .globl setfloat~ diff --git a/mach/pdp/libem/cfi.s b/mach/pdp/libem/cfi.s index d333a667..72ebe6e1 100644 --- a/mach/pdp/libem/cfi.s +++ b/mach/pdp/libem/cfi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cfi~ .globl setfloat~,setint~ diff --git a/mach/pdp/libem/cif.s b/mach/pdp/libem/cif.s index 729ab544..d5272747 100644 --- a/mach/pdp/libem/cif.s +++ b/mach/pdp/libem/cif.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cif~,cuf~ .globl setint~,setfloat~ diff --git a/mach/pdp/libem/cii.s b/mach/pdp/libem/cii.s index fb442f72..e2916548 100644 --- a/mach/pdp/libem/cii.s +++ b/mach/pdp/libem/cii.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cii~ .globl save1~ diff --git a/mach/pdp/libem/ciu.s b/mach/pdp/libem/ciu.s index 6ce2ee0a..ddf6d629 100644 --- a/mach/pdp/libem/ciu.s +++ b/mach/pdp/libem/ciu.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cuu~ cuu~: diff --git a/mach/pdp/libem/cmf.s b/mach/pdp/libem/cmf.s index 028273b8..733b1200 100644 --- a/mach/pdp/libem/cmf.s +++ b/mach/pdp/libem/cmf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cmf~ .globl setfloat~ diff --git a/mach/pdp/libem/cmi.s b/mach/pdp/libem/cmi.s index c17775c3..792a12b8 100644 --- a/mach/pdp/libem/cmi.s +++ b/mach/pdp/libem/cmi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cmi~ .globl cmi4~,unknown~ diff --git a/mach/pdp/libem/cmi4.s b/mach/pdp/libem/cmi4.s index 6aec66bf..2f710fe2 100644 --- a/mach/pdp/libem/cmi4.s +++ b/mach/pdp/libem/cmi4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cmi4~ .globl save1~ diff --git a/mach/pdp/libem/cms.s b/mach/pdp/libem/cms.s index 9d7fedd8..964538ba 100644 --- a/mach/pdp/libem/cms.s +++ b/mach/pdp/libem/cms.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cms~ .globl save~,retu~ diff --git a/mach/pdp/libem/cmu.s b/mach/pdp/libem/cmu.s index 11ccc459..8c37c854 100644 --- a/mach/pdp/libem/cmu.s +++ b/mach/pdp/libem/cmu.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cmu~ .globl unknown~,cmu4~ diff --git a/mach/pdp/libem/cmu4.s b/mach/pdp/libem/cmu4.s index e81f0386..0cd6a9f3 100644 --- a/mach/pdp/libem/cmu4.s +++ b/mach/pdp/libem/cmu4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl cmu4~ .globl save~,retu~ diff --git a/mach/pdp/libem/csa.s b/mach/pdp/libem/csa.s index 46fb2d65..0e5f9751 100644 --- a/mach/pdp/libem/csa.s +++ b/mach/pdp/libem/csa.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl csa~ .globl fat~ diff --git a/mach/pdp/libem/csb.s b/mach/pdp/libem/csb.s index 2feba2d8..e6de3bf5 100644 --- a/mach/pdp/libem/csb.s +++ b/mach/pdp/libem/csb.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl csb~ .globl fat~ diff --git a/mach/pdp/libem/dup.s b/mach/pdp/libem/dup.s index a47ebc71..6230351a 100644 --- a/mach/pdp/libem/dup.s +++ b/mach/pdp/libem/dup.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dup~ .globl save1~ diff --git a/mach/pdp/libem/dvf.s b/mach/pdp/libem/dvf.s index 9658a804..32947969 100644 --- a/mach/pdp/libem/dvf.s +++ b/mach/pdp/libem/dvf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvf~ .globl setfloat~ diff --git a/mach/pdp/libem/dvi.s b/mach/pdp/libem/dvi.s index f50b9392..ca4384b0 100644 --- a/mach/pdp/libem/dvi.s +++ b/mach/pdp/libem/dvi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvi~ .globl save1~,unknown~,dvi4~ diff --git a/mach/pdp/libem/dvi4.s b/mach/pdp/libem/dvi4.s index 0708330a..d47af695 100644 --- a/mach/pdp/libem/dvi4.s +++ b/mach/pdp/libem/dvi4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvi4~ .globl save~,retu~ diff --git a/mach/pdp/libem/dvu.s b/mach/pdp/libem/dvu.s index d70910c4..16b65dd0 100644 --- a/mach/pdp/libem/dvu.s +++ b/mach/pdp/libem/dvu.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvu~ .globl save1~,unknown~,dvu4~,dvu2~ diff --git a/mach/pdp/libem/dvu2.s b/mach/pdp/libem/dvu2.s index 2107c036..841edbe6 100644 --- a/mach/pdp/libem/dvu2.s +++ b/mach/pdp/libem/dvu2.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvu2~ dvu2~: diff --git a/mach/pdp/libem/dvu4.s b/mach/pdp/libem/dvu4.s index 974f1e08..d2daa4fd 100644 --- a/mach/pdp/libem/dvu4.s +++ b/mach/pdp/libem/dvu4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl dvu4~ .globl save~,retu~ diff --git a/mach/pdp/libem/eret.s b/mach/pdp/libem/eret.s index cce078fa..bf942fec 100644 --- a/mach/pdp/libem/eret.s +++ b/mach/pdp/libem/eret.s @@ -1,3 +1,4 @@ +/ $Header$ .globl eret eret: diff --git a/mach/pdp/libem/exg.s b/mach/pdp/libem/exg.s index 7b511938..9a198563 100644 --- a/mach/pdp/libem/exg.s +++ b/mach/pdp/libem/exg.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl exg~ exg~: jsr pc,save~ diff --git a/mach/pdp/libem/fef.s b/mach/pdp/libem/fef.s index 27081355..30a4225c 100644 --- a/mach/pdp/libem/fef.s +++ b/mach/pdp/libem/fef.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl fef~ .globl setfloat~ diff --git a/mach/pdp/libem/fif.s b/mach/pdp/libem/fif.s index 1fe2cae0..2fa50788 100644 --- a/mach/pdp/libem/fif.s +++ b/mach/pdp/libem/fif.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl fif~ .globl setfloat~ diff --git a/mach/pdp/libem/gto.s b/mach/pdp/libem/gto.s index ef738e3d..61e4bbff 100644 --- a/mach/pdp/libem/gto.s +++ b/mach/pdp/libem/gto.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl gto~ diff --git a/mach/pdp/libem/head_em.s b/mach/pdp/libem/head_em.s index de7fba87..6bc948f1 100644 --- a/mach/pdp/libem/head_em.s +++ b/mach/pdp/libem/head_em.s @@ -1,3 +1,4 @@ +/ $Header$ .globl LINO_AD,FILN_AD .globl ERANGE,ESET,EHEAP,EILLINS,ECASE .globl hol0,trppc~,trpim~,reghp~ diff --git a/mach/pdp/libem/hlt.s b/mach/pdp/libem/hlt.s index 799feaed..a6bd5be4 100644 --- a/mach/pdp/libem/hlt.s +++ b/mach/pdp/libem/hlt.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl hlt~ diff --git a/mach/pdp/libem/iaar.s b/mach/pdp/libem/iaar.s index 317d9174..302dd632 100644 --- a/mach/pdp/libem/iaar.s +++ b/mach/pdp/libem/iaar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl iaar~ .globl aar~,trp~ diff --git a/mach/pdp/libem/ilar.s b/mach/pdp/libem/ilar.s index 0b36a877..936fb3fe 100644 --- a/mach/pdp/libem/ilar.s +++ b/mach/pdp/libem/ilar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl ilar~ .globl lar~,trp~ diff --git a/mach/pdp/libem/inn.s b/mach/pdp/libem/inn.s index fdd1cd67..353cbcc6 100644 --- a/mach/pdp/libem/inn.s +++ b/mach/pdp/libem/inn.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl inn~ diff --git a/mach/pdp/libem/isar.s b/mach/pdp/libem/isar.s index 5a3c1863..f1a505a0 100644 --- a/mach/pdp/libem/isar.s +++ b/mach/pdp/libem/isar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl isar~ .globl sar~,trp~ diff --git a/mach/pdp/libem/lar.s b/mach/pdp/libem/lar.s index d242f21d..f20740ae 100644 --- a/mach/pdp/libem/lar.s +++ b/mach/pdp/libem/lar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl lar~ .globl save1~ diff --git a/mach/pdp/libem/los2.s b/mach/pdp/libem/los2.s index e270e7d0..9c103072 100644 --- a/mach/pdp/libem/los2.s +++ b/mach/pdp/libem/los2.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl los2~ .globl save1~ diff --git a/mach/pdp/libem/mlf.s b/mach/pdp/libem/mlf.s index 4e4df933..b4f27400 100644 --- a/mach/pdp/libem/mlf.s +++ b/mach/pdp/libem/mlf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mlf~ .globl setfloat~ diff --git a/mach/pdp/libem/mli.s b/mach/pdp/libem/mli.s index 80399e94..aed37025 100644 --- a/mach/pdp/libem/mli.s +++ b/mach/pdp/libem/mli.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mli~ .globl save1~,unknown~,mli4~ diff --git a/mach/pdp/libem/mli4.s b/mach/pdp/libem/mli4.s index b8f0d079..1051223c 100644 --- a/mach/pdp/libem/mli4.s +++ b/mach/pdp/libem/mli4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mli4~ .globl save~,retu~ diff --git a/mach/pdp/libem/mlu.s b/mach/pdp/libem/mlu.s index 8bd5c918..970e7de6 100644 --- a/mach/pdp/libem/mlu.s +++ b/mach/pdp/libem/mlu.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mlu~ .globl save1~,unknown~,mlu4~ diff --git a/mach/pdp/libem/mlu4.s b/mach/pdp/libem/mlu4.s index 46f8c235..cc312ca2 100644 --- a/mach/pdp/libem/mlu4.s +++ b/mach/pdp/libem/mlu4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mlu4~ .globl save~,retu~ diff --git a/mach/pdp/libem/mon.s b/mach/pdp/libem/mon.s index a4a61adb..a3d8fd8e 100644 --- a/mach/pdp/libem/mon.s +++ b/mach/pdp/libem/mon.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl mon~ .globl sigtrp~,save~,retu~,save1~ diff --git a/mach/pdp/libem/ngf.s b/mach/pdp/libem/ngf.s index 47a38707..982aef78 100644 --- a/mach/pdp/libem/ngf.s +++ b/mach/pdp/libem/ngf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl ngf~ .globl setfloat~ diff --git a/mach/pdp/libem/ngi.s b/mach/pdp/libem/ngi.s index db248cba..8e4a246f 100644 --- a/mach/pdp/libem/ngi.s +++ b/mach/pdp/libem/ngi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl ngi~ .globl unknown~ diff --git a/mach/pdp/libem/nop.s b/mach/pdp/libem/nop.s index bb11d432..77539cc3 100644 --- a/mach/pdp/libem/nop.s +++ b/mach/pdp/libem/nop.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl nop~ .globl hol0,prf~ diff --git a/mach/pdp/libem/prf.s b/mach/pdp/libem/prf.s index d93b8c6f..3b6567e5 100644 --- a/mach/pdp/libem/prf.s +++ b/mach/pdp/libem/prf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl prf~ .globl save~,retu~,hol0,_printf diff --git a/mach/pdp/libem/printf.s b/mach/pdp/libem/printf.s index f690ae1e..aad9ff70 100644 --- a/mach/pdp/libem/printf.s +++ b/mach/pdp/libem/printf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl _printf diff --git a/mach/pdp/libem/rck.s b/mach/pdp/libem/rck.s index 029ef5a5..d0faaac1 100644 --- a/mach/pdp/libem/rck.s +++ b/mach/pdp/libem/rck.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rck~ .globl trp~ diff --git a/mach/pdp/libem/ret.s b/mach/pdp/libem/ret.s index 718948bc..84d747fa 100644 --- a/mach/pdp/libem/ret.s +++ b/mach/pdp/libem/ret.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl ret~,lfr~,retar .globl save1~ diff --git a/mach/pdp/libem/rmi.s b/mach/pdp/libem/rmi.s index ce36fb8f..cc0a6421 100644 --- a/mach/pdp/libem/rmi.s +++ b/mach/pdp/libem/rmi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rmi~ .globl save1~,unknown~,rmi4~ diff --git a/mach/pdp/libem/rmi4.s b/mach/pdp/libem/rmi4.s index a1e2eb41..b3417ca0 100644 --- a/mach/pdp/libem/rmi4.s +++ b/mach/pdp/libem/rmi4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rmi4~ .globl save~,retu~ diff --git a/mach/pdp/libem/rmu.s b/mach/pdp/libem/rmu.s index a73830e1..bf43fd15 100644 --- a/mach/pdp/libem/rmu.s +++ b/mach/pdp/libem/rmu.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rmu~ .globl save1~,rmu2~,rmu4~,unknown~ diff --git a/mach/pdp/libem/rmu2.s b/mach/pdp/libem/rmu2.s index 77c0cfbc..5e98c361 100644 --- a/mach/pdp/libem/rmu2.s +++ b/mach/pdp/libem/rmu2.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rmu2~ diff --git a/mach/pdp/libem/rmu4.s b/mach/pdp/libem/rmu4.s index 2d6f0d0a..e406f1d9 100644 --- a/mach/pdp/libem/rmu4.s +++ b/mach/pdp/libem/rmu4.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rmu4~ .globl save~,retu~ diff --git a/mach/pdp/libem/rol.s b/mach/pdp/libem/rol.s index 20790807..e0c75b30 100644 --- a/mach/pdp/libem/rol.s +++ b/mach/pdp/libem/rol.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl rol~ .globl save~,retu~ diff --git a/mach/pdp/libem/ror.s b/mach/pdp/libem/ror.s index 7c62e991..f2d50f9c 100644 --- a/mach/pdp/libem/ror.s +++ b/mach/pdp/libem/ror.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl ror~ .globl save~,retu~ diff --git a/mach/pdp/libem/sar.s b/mach/pdp/libem/sar.s index d94bb3fe..e65f03b7 100644 --- a/mach/pdp/libem/sar.s +++ b/mach/pdp/libem/sar.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sar~ .globl save1~ diff --git a/mach/pdp/libem/save.s b/mach/pdp/libem/save.s index 533ba590..165a3b9e 100644 --- a/mach/pdp/libem/save.s +++ b/mach/pdp/libem/save.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl save~,retu~,save1~ diff --git a/mach/pdp/libem/sbf.s b/mach/pdp/libem/sbf.s index eca17660..2950aa2e 100644 --- a/mach/pdp/libem/sbf.s +++ b/mach/pdp/libem/sbf.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sbf~ .globl setfloat~ diff --git a/mach/pdp/libem/sbi.s b/mach/pdp/libem/sbi.s index 79755db0..315c156f 100644 --- a/mach/pdp/libem/sbi.s +++ b/mach/pdp/libem/sbi.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sbi~ .globl unknown~ diff --git a/mach/pdp/libem/set.s b/mach/pdp/libem/set.s index d7972519..2ae3e522 100644 --- a/mach/pdp/libem/set.s +++ b/mach/pdp/libem/set.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl set~ .globl save~,retu~,trp~ diff --git a/mach/pdp/libem/setfl.s b/mach/pdp/libem/setfl.s index 00d0540c..238f9ef3 100644 --- a/mach/pdp/libem/setfl.s +++ b/mach/pdp/libem/setfl.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl setfloat~,setint~ .globl unknown~ diff --git a/mach/pdp/libem/sigtrp.s b/mach/pdp/libem/sigtrp.s index 8ee37269..5ffaaab7 100644 --- a/mach/pdp/libem/sigtrp.s +++ b/mach/pdp/libem/sigtrp.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sigtrp~ .globl trp~,save~,retu~ diff --git a/mach/pdp/libem/sim.s b/mach/pdp/libem/sim.s index 7599b77f..d6eb27c4 100644 --- a/mach/pdp/libem/sim.s +++ b/mach/pdp/libem/sim.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sim~ .globl trpim~,save1~ diff --git a/mach/pdp/libem/sli.s b/mach/pdp/libem/sli.s index 5b39ee2f..6baa79f8 100644 --- a/mach/pdp/libem/sli.s +++ b/mach/pdp/libem/sli.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sli~ .globl save1~,unknown~ diff --git a/mach/pdp/libem/sri.s b/mach/pdp/libem/sri.s index 5620ee98..6e5771d0 100644 --- a/mach/pdp/libem/sri.s +++ b/mach/pdp/libem/sri.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sri~ .globl unknown~,save1~ diff --git a/mach/pdp/libem/sru.s b/mach/pdp/libem/sru.s index 5f2ebef4..716c546a 100644 --- a/mach/pdp/libem/sru.s +++ b/mach/pdp/libem/sru.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sru~,slu~ .globl save1~,unknown~ diff --git a/mach/pdp/libem/sto2.s b/mach/pdp/libem/sto2.s index 3260bd72..3019a761 100644 --- a/mach/pdp/libem/sto2.s +++ b/mach/pdp/libem/sto2.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl sto2~ .globl save1~ diff --git a/mach/pdp/libem/strhp.s b/mach/pdp/libem/strhp.s index 47fd56bc..8b70738c 100644 --- a/mach/pdp/libem/strhp.s +++ b/mach/pdp/libem/strhp.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl strhp~ .globl fat~,reghp~,_end diff --git a/mach/pdp/libem/trp.s b/mach/pdp/libem/trp.s index 1fd18ef0..69548411 100644 --- a/mach/pdp/libem/trp.s +++ b/mach/pdp/libem/trp.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl trp~,fat~ .globl trppc~,trpim~ diff --git a/mach/pdp/libem/unknown.s b/mach/pdp/libem/unknown.s index 623f0b11..d76bea0d 100644 --- a/mach/pdp/libem/unknown.s +++ b/mach/pdp/libem/unknown.s @@ -1,3 +1,4 @@ +/ $Header$ .text .globl unknown~ .globl fat~ diff --git a/mach/pdp/libem/xor.s b/mach/pdp/libem/xor.s index 21320596..fd0ae60f 100644 --- a/mach/pdp/libem/xor.s +++ b/mach/pdp/libem/xor.s @@ -1,3 +1,4 @@ +/ $Header$ .globl xor~ .globl save~,retu~