Subject: CVS commit: src/lib/csu/common_elf
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/17/2006 17:08:07
Module Name:	src
Committed By:	christos
Date:		Wed May 17 17:08:07 UTC 2006

Modified Files:
	src/lib/csu/common_elf: common.h

Log Message:
Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimize
&_DYNAMIC == NULL away. From Matt Thomas.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/csu/common_elf/common.h

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