Subject: CVS commit: src/lib/csu/i386_elf
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/17/2006 17:01:12
Module Name: src
Committed By: christos
Date: Wed May 17 17:01:12 UTC 2006
Modified Files:
src/lib/csu/i386_elf: Makefile crt0.c
Log Message:
Fool gcc to compare against a null variable instead of the NULL constant
so that it does not optimize the &_DYNAMIC == NULL away. Idea from Matt.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/csu/i386_elf/Makefile
cvs rdiff -r1.14 -r1.15 src/lib/csu/i386_elf/crt0.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.