From cb49888304f6d60fd0143c75805079466eccf157 Mon Sep 17 00:00:00 2001 From: em Date: Mon, 21 Jan 1985 12:56:09 +0000 Subject: [PATCH] To have a file preprocessed, it must start with a # in column o1. The RCSid is replaced to accomplish this. --- mach/vax4/libem/adf.s | 3 ++- mach/vax4/libem/adi.s | 3 ++- mach/vax4/libem/ass.s | 3 ++- mach/vax4/libem/bls.s | 3 ++- mach/vax4/libem/cff.s | 3 ++- mach/vax4/libem/cfi.s | 3 ++- mach/vax4/libem/cfu.s | 3 ++- mach/vax4/libem/cif.s | 3 ++- mach/vax4/libem/cii.s | 3 ++- mach/vax4/libem/cmf.s | 3 ++- mach/vax4/libem/cmi.s | 7 ++++--- mach/vax4/libem/cmu.s | 3 ++- mach/vax4/libem/csa4.s | 3 ++- mach/vax4/libem/csb4.s | 3 ++- mach/vax4/libem/csx.s | 3 ++- mach/vax4/libem/cuf.s | 3 ++- mach/vax4/libem/cui.s | 3 ++- mach/vax4/libem/cuu.s | 3 ++- mach/vax4/libem/dus.s | 3 ++- mach/vax4/libem/dvf.s | 3 ++- mach/vax4/libem/dvi.s | 3 ++- mach/vax4/libem/dvu.s | 3 ++- mach/vax4/libem/dvu4.s | 3 ++- mach/vax4/libem/fef.s | 3 ++- mach/vax4/libem/fif.s | 3 ++- mach/vax4/libem/gto.s | 1 - mach/vax4/libem/los.s | 3 ++- mach/vax4/libem/mlf.s | 3 ++- mach/vax4/libem/mli.s | 3 ++- mach/vax4/libem/mon.s | 3 ++- mach/vax4/libem/ngf.s | 3 ++- mach/vax4/libem/ngi.s | 3 ++- mach/vax4/libem/nop.s | 4 +++- mach/vax4/libem/rck.s | 3 ++- mach/vax4/libem/rck4.s | 3 ++- mach/vax4/libem/rmi.s | 3 ++- mach/vax4/libem/rmu.s | 3 ++- mach/vax4/libem/rol.s | 3 ++- mach/vax4/libem/ror.s | 3 ++- mach/vax4/libem/sbf.s | 3 ++- mach/vax4/libem/sbi.s | 3 ++- mach/vax4/libem/set.s | 3 ++- mach/vax4/libem/sli.s | 3 ++- mach/vax4/libem/sri.s | 3 ++- mach/vax4/libem/sru.s | 3 ++- mach/vax4/libem/strhp.s | 3 ++- mach/vax4/libem/sts.s | 3 ++- mach/vax4/libem/xar.s | 4 +++- 48 files changed, 98 insertions(+), 50 deletions(-) diff --git a/mach/vax4/libem/adf.s b/mach/vax4/libem/adf.s index 56cf9c69a..9bc407a4b 100644 --- a/mach/vax4/libem/adf.s +++ b/mach/vax4/libem/adf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .adf .adf: diff --git a/mach/vax4/libem/adi.s b/mach/vax4/libem/adi.s index 8956e33b5..509e68b07 100644 --- a/mach/vax4/libem/adi.s +++ b/mach/vax4/libem/adi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .adi .adi: diff --git a/mach/vax4/libem/ass.s b/mach/vax4/libem/ass.s index d4ecf43e9..37a7a771e 100644 --- a/mach/vax4/libem/ass.s +++ b/mach/vax4/libem/ass.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .ass .ass: diff --git a/mach/vax4/libem/bls.s b/mach/vax4/libem/bls.s index fee96283d..ded68fe9e 100644 --- a/mach/vax4/libem/bls.s +++ b/mach/vax4/libem/bls.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .bls .bls: diff --git a/mach/vax4/libem/cff.s b/mach/vax4/libem/cff.s index 9ec1cdaa1..ee75d9fe8 100644 --- a/mach/vax4/libem/cff.s +++ b/mach/vax4/libem/cff.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cff .cff: diff --git a/mach/vax4/libem/cfi.s b/mach/vax4/libem/cfi.s index 6d516fc07..c89c0ced4 100644 --- a/mach/vax4/libem/cfi.s +++ b/mach/vax4/libem/cfi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cfi .cfi: diff --git a/mach/vax4/libem/cfu.s b/mach/vax4/libem/cfu.s index 880b365c8..b761293d4 100644 --- a/mach/vax4/libem/cfu.s +++ b/mach/vax4/libem/cfu.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cfu .cfu: diff --git a/mach/vax4/libem/cif.s b/mach/vax4/libem/cif.s index 9533b158d..65c0e75fb 100644 --- a/mach/vax4/libem/cif.s +++ b/mach/vax4/libem/cif.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cif .cif: diff --git a/mach/vax4/libem/cii.s b/mach/vax4/libem/cii.s index b86db55a5..6a39061f4 100644 --- a/mach/vax4/libem/cii.s +++ b/mach/vax4/libem/cii.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cii .cii: diff --git a/mach/vax4/libem/cmf.s b/mach/vax4/libem/cmf.s index 06464117b..110b57537 100644 --- a/mach/vax4/libem/cmf.s +++ b/mach/vax4/libem/cmf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cmf .cmf: diff --git a/mach/vax4/libem/cmi.s b/mach/vax4/libem/cmi.s index 81b09731c..c730675ad 100644 --- a/mach/vax4/libem/cmi.s +++ b/mach/vax4/libem/cmi.s @@ -1,12 +1,13 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cmi .cmi: movl (sp)+,r1 cmpl r0,$4 - bneq err + bneq Lerr clrl r0 cmpl (sp)+,(sp)+ beql L1 @@ -17,6 +18,6 @@ L2: decl r0 L1: jmp (r1) -err: +Lerr: pushl $EILLINS jmp .fat diff --git a/mach/vax4/libem/cmu.s b/mach/vax4/libem/cmu.s index 88554d1a9..c30ecfd86 100644 --- a/mach/vax4/libem/cmu.s +++ b/mach/vax4/libem/cmu.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cmu .cmu: diff --git a/mach/vax4/libem/csa4.s b/mach/vax4/libem/csa4.s index 1a8535912..293e67524 100644 --- a/mach/vax4/libem/csa4.s +++ b/mach/vax4/libem/csa4.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .csa4 .csa4: diff --git a/mach/vax4/libem/csb4.s b/mach/vax4/libem/csb4.s index f5e8c5d9c..eb49a7c85 100644 --- a/mach/vax4/libem/csb4.s +++ b/mach/vax4/libem/csb4.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .csb4 .csb4: diff --git a/mach/vax4/libem/csx.s b/mach/vax4/libem/csx.s index 442a2a40a..1a6266a55 100644 --- a/mach/vax4/libem/csx.s +++ b/mach/vax4/libem/csx.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .csa .csa: diff --git a/mach/vax4/libem/cuf.s b/mach/vax4/libem/cuf.s index bc673ca7b..d04bd0d88 100644 --- a/mach/vax4/libem/cuf.s +++ b/mach/vax4/libem/cuf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cuf .cuf: diff --git a/mach/vax4/libem/cui.s b/mach/vax4/libem/cui.s index 1fb06b818..8d2f35f07 100644 --- a/mach/vax4/libem/cui.s +++ b/mach/vax4/libem/cui.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cui .cui: diff --git a/mach/vax4/libem/cuu.s b/mach/vax4/libem/cuu.s index da466251f..14931e22a 100644 --- a/mach/vax4/libem/cuu.s +++ b/mach/vax4/libem/cuu.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .cuu .cuu: diff --git a/mach/vax4/libem/dus.s b/mach/vax4/libem/dus.s index e3fd7b8ba..17b991146 100644 --- a/mach/vax4/libem/dus.s +++ b/mach/vax4/libem/dus.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .dus .dus: diff --git a/mach/vax4/libem/dvf.s b/mach/vax4/libem/dvf.s index b4917ffe0..da3a65b19 100644 --- a/mach/vax4/libem/dvf.s +++ b/mach/vax4/libem/dvf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .dvf .dvf: diff --git a/mach/vax4/libem/dvi.s b/mach/vax4/libem/dvi.s index d64ae9956..ab92213dc 100644 --- a/mach/vax4/libem/dvi.s +++ b/mach/vax4/libem/dvi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .dvi .dvi: diff --git a/mach/vax4/libem/dvu.s b/mach/vax4/libem/dvu.s index 800860f05..7e8555d2d 100644 --- a/mach/vax4/libem/dvu.s +++ b/mach/vax4/libem/dvu.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .dvu .dvu: diff --git a/mach/vax4/libem/dvu4.s b/mach/vax4/libem/dvu4.s index 0fdf13746..000d44674 100644 --- a/mach/vax4/libem/dvu4.s +++ b/mach/vax4/libem/dvu4.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .dvu4 .dvu4: diff --git a/mach/vax4/libem/fef.s b/mach/vax4/libem/fef.s index 6c7cba014..59daf1544 100644 --- a/mach/vax4/libem/fef.s +++ b/mach/vax4/libem/fef.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .fef .fef: diff --git a/mach/vax4/libem/fif.s b/mach/vax4/libem/fif.s index fc56abebf..d1c3f1f98 100644 --- a/mach/vax4/libem/fif.s +++ b/mach/vax4/libem/fif.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .fif .fif: diff --git a/mach/vax4/libem/gto.s b/mach/vax4/libem/gto.s index 98b312df7..85cd56fef 100644 --- a/mach/vax4/libem/gto.s +++ b/mach/vax4/libem/gto.s @@ -1,5 +1,4 @@ # $Header$ -#include "em_abs.h" .globl .strlb .globl .gto diff --git a/mach/vax4/libem/los.s b/mach/vax4/libem/los.s index 63148c560..fa0a43302 100644 --- a/mach/vax4/libem/los.s +++ b/mach/vax4/libem/los.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .los .los: diff --git a/mach/vax4/libem/mlf.s b/mach/vax4/libem/mlf.s index f1593dc62..e60619603 100644 --- a/mach/vax4/libem/mlf.s +++ b/mach/vax4/libem/mlf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .mlf .mlf: diff --git a/mach/vax4/libem/mli.s b/mach/vax4/libem/mli.s index e0b918bb9..cf03e0e91 100644 --- a/mach/vax4/libem/mli.s +++ b/mach/vax4/libem/mli.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .mli .mli: diff --git a/mach/vax4/libem/mon.s b/mach/vax4/libem/mon.s index b9b3bf5ab..dbb74cb4e 100644 --- a/mach/vax4/libem/mon.s +++ b/mach/vax4/libem/mon.s @@ -1,9 +1,10 @@ - # $Header$ #include "system.h" #include "em_abs.h" #define MOVL movl (sp)+,(ap)+ #define MOVQ movq (sp)+,(ap)+ + # $Header$ + .set sigvec,108 .globl .mon diff --git a/mach/vax4/libem/ngf.s b/mach/vax4/libem/ngf.s index 7f33f9ddb..667a096bc 100644 --- a/mach/vax4/libem/ngf.s +++ b/mach/vax4/libem/ngf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .ngf .ngf: diff --git a/mach/vax4/libem/ngi.s b/mach/vax4/libem/ngi.s index a43439cfd..271e6363a 100644 --- a/mach/vax4/libem/ngi.s +++ b/mach/vax4/libem/ngi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .ngi .ngi: diff --git a/mach/vax4/libem/nop.s b/mach/vax4/libem/nop.s index 8eb821b21..2e7cb6d4f 100644 --- a/mach/vax4/libem/nop.s +++ b/mach/vax4/libem/nop.s @@ -1,5 +1,7 @@ - # $Header$ #include "em_abs.h" + + # $Header$ + .globl .nop .nop: diff --git a/mach/vax4/libem/rck.s b/mach/vax4/libem/rck.s index c3dd53d0f..dc39d4dff 100644 --- a/mach/vax4/libem/rck.s +++ b/mach/vax4/libem/rck.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .rck .rck: diff --git a/mach/vax4/libem/rck4.s b/mach/vax4/libem/rck4.s index 874fb3878..93305fa62 100644 --- a/mach/vax4/libem/rck4.s +++ b/mach/vax4/libem/rck4.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .rck4 .rck4: diff --git a/mach/vax4/libem/rmi.s b/mach/vax4/libem/rmi.s index c2bbd0911..66fa45692 100644 --- a/mach/vax4/libem/rmi.s +++ b/mach/vax4/libem/rmi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .rmi .rmi: diff --git a/mach/vax4/libem/rmu.s b/mach/vax4/libem/rmu.s index dd7130d46..3054f87e4 100644 --- a/mach/vax4/libem/rmu.s +++ b/mach/vax4/libem/rmu.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .rmu .rmu: diff --git a/mach/vax4/libem/rol.s b/mach/vax4/libem/rol.s index 6816cf267..ec55edcf9 100644 --- a/mach/vax4/libem/rol.s +++ b/mach/vax4/libem/rol.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .rol .rol: diff --git a/mach/vax4/libem/ror.s b/mach/vax4/libem/ror.s index 8a1c1a6b9..f8697311c 100644 --- a/mach/vax4/libem/ror.s +++ b/mach/vax4/libem/ror.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .ror .ror: diff --git a/mach/vax4/libem/sbf.s b/mach/vax4/libem/sbf.s index d886a6d22..9c317f843 100644 --- a/mach/vax4/libem/sbf.s +++ b/mach/vax4/libem/sbf.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sbf .sbf: diff --git a/mach/vax4/libem/sbi.s b/mach/vax4/libem/sbi.s index 5887e2a1f..acad0ea3d 100644 --- a/mach/vax4/libem/sbi.s +++ b/mach/vax4/libem/sbi.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sbi .sbi: diff --git a/mach/vax4/libem/set.s b/mach/vax4/libem/set.s index 77f9370a7..c1ba16afd 100644 --- a/mach/vax4/libem/set.s +++ b/mach/vax4/libem/set.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .setx # bytes in r0 diff --git a/mach/vax4/libem/sli.s b/mach/vax4/libem/sli.s index 4c2fcd14d..9f29a5f4f 100644 --- a/mach/vax4/libem/sli.s +++ b/mach/vax4/libem/sli.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sli .sli: diff --git a/mach/vax4/libem/sri.s b/mach/vax4/libem/sri.s index d1d7de7ff..7144701db 100644 --- a/mach/vax4/libem/sri.s +++ b/mach/vax4/libem/sri.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sri .sri: diff --git a/mach/vax4/libem/sru.s b/mach/vax4/libem/sru.s index 035690afc..4c7c2f2b0 100644 --- a/mach/vax4/libem/sru.s +++ b/mach/vax4/libem/sru.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sru .sru: diff --git a/mach/vax4/libem/strhp.s b/mach/vax4/libem/strhp.s index 2d68119ec..8da693568 100644 --- a/mach/vax4/libem/strhp.s +++ b/mach/vax4/libem/strhp.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .strhp .strhp: diff --git a/mach/vax4/libem/sts.s b/mach/vax4/libem/sts.s index ddf01dc8b..3219a3c8f 100644 --- a/mach/vax4/libem/sts.s +++ b/mach/vax4/libem/sts.s @@ -1,6 +1,7 @@ - # $Header$ #include "em_abs.h" + # $Header$ + .globl .sts .sts: diff --git a/mach/vax4/libem/xar.s b/mach/vax4/libem/xar.s index 5e55be7f8..431f0462e 100644 --- a/mach/vax4/libem/xar.s +++ b/mach/vax4/libem/xar.s @@ -1,5 +1,7 @@ - # $Header$ #include "em_abs.h" + + # $Header$ + .globl .lar .lar: -- 2.34.1