Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Tue Dec  1 04:31:02 UTC 1998

Modified Files:
        src/sys/arch/i386/i386: apmcall.s bioscall.s db_dbgreg.s in_cksum.s
            locore.s microtime.s
        src/sys/arch/i386/isa: icu.s vector.s
Log Message:
Use _C_LABEL() to generate C labels in assembly code, don't prepend an
underscore (_) directly.  (XXX Except in a few places, where traditional
CPP's macro evaluation semantics break things, so we test for __ELF__
directly in those places).




Home | Main Index | Thread Index | Old Index