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: Mon Dec 31 00:40:12 UTC 2001
Modified Files:
basesrc/lib/csu/common_elf: Makefile.inc crtbegin.c
Log Message:
Add support for invoking GNU C++ local destructors in shared objects
via the __cxa_finalize() mechanism.
XXX Only enabled for new-toolchain platforms, as it requires the assembler
to support the .hidden pseudo-op.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/csu/common_elf/Makefile.inc
cvs rdiff -r1.16 -r1.17 basesrc/lib/csu/common_elf/crtbegin.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