Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/csu/common_elf
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.
Home |
Main Index |
Thread Index |
Old Index