Subject: CVS commit: basesrc/lib/csu/common_elf
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/23/2002 19:21:23
Module Name: basesrc
Committed By: thorpej
Date: Sat Nov 23 17:21:23 UTC 2002
Modified Files:
basesrc/lib/csu/common_elf: crti.c
Log Message:
Oops, the _init() and _fini() entry points need to be in the .init
and .fini sections, respectively (same as the {init,fini}_fallthru
stubs).
This is needed on PowerPC, where otherwise the linker would be unhappy
with the relocation records for the fallthru stubs when building a
shared library.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/common_elf/crti.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.