Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   kleink
Date:           Mon Sep 27 09:47:46 UTC 1999

Modified Files:
        gnusrc/gnu/dist/gcc/config/i386: netbsd-elf.h
        syssrc/sys/arch/i386/include: asm.h profile.h

Log Message:
For ELF, rename the profiling entry from mcount to __mcount to avoid clashing
with the user's namespace, also within file scope; for binary compatibility,
define a weak alias for the previous name to cover our tracks.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 gnusrc/gnu/dist/gcc/config/i386/netbsd-elf.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/i386/include/asm.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/i386/include/profile.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index