Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/03/2001 22:24:44
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Nov  3 20:24:43 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc/include: asm.h profile.h
	syssrc/sys/arch/sparc64/include: asm.h profile.h

Log Message:
Changes from Martin Husemann and myself:
- Make the 32-bit SPARC profile support work with the GCC 2.95.3
  SPARC ELF compiler, which uses a different name for mcount.
- Make the 64-bit SPARC profile support header look more like the 32-bit
  SPARC header (no functional change -- 64-bit SPARC already used the
  correct mcount name).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/sparc/include/asm.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sparc/include/profile.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/sparc64/include/asm.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sparc64/include/profile.h

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