Subject: CVS commit: src/lib/csu/mips
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/12/2006 22:05:49
Module Name: src
Committed By: mrg
Date: Mon Jun 12 22:05:49 UTC 2006
Modified Files:
src/lib/csu/mips: dot_init.h
Log Message:
add a .globl to MD_SECTION_PROLOGUE so that the symbol is exported.
this fixes build problems with GCC4 (which will use smaller/faster call
methods for local/static functions) and is the right thing anyway.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/csu/mips/dot_init.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.