cvs commit: src/sys/i386/i386 exception.s microtime.s support.s src/sys/i386/include asmacros.h src/sys/i386/isa icu.s vector.s

[ Available lists | Index of cvs-sys | Month of May 1996 | Week of 30 May 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Peter Wemm <peter>
Date
30 May 1996 18:08:16
Subject
cvs commit: src/sys/i386/i386 exception.s microtime.s support.s src/sys/i386/include asmacros.h src/sys/i386/isa icu.s vector.s
Message-ID
199605310108.SAA24917@freefall.freebsd.org


[ Hide this part ]
peter       96/05/30 18:08:09

Modified: sys/i386/i386 exception.s microtime.s support.s
sys/i386/include asmacros.h
sys/i386/isa icu.s vector.s
Log:
Jump some hoops to have the *.s code being able to be run through both an
ansi and traditional cpp.

The nesting rules of macros are different, which required some changes.
Use __CONCAT(x,y) instead of /**/.
Redo some comments to use /* */ rather than "# comment" because the ansi
cpp cares about those, and also cares about quote matching.

Revision Changes Path
1.18 +7 -6 src/sys/i386/i386/exception.s
1.13 +100 -94 src/sys/i386/i386/microtime.s
1.36 +18 -18 src/sys/i386/i386/support.s
1.8 +3 -2 src/sys/i386/include/asmacros.h
1.25 +2 -2 src/sys/i386/isa/icu.s
1.20 +40 -40 src/sys/i386/isa/vector.s


Elapsed time: 0.056 seconds