Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 09/27/1999 02:47:46
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.