This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r192019 - in /branches/gupc/libgupc: ChangeLog ...


Author: nenadv
Date: Wed Oct  3 00:45:19 2012
New Revision: 192019

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192019
Log:
libgupc/
	* configure.ac: Check for backtrace additional libraries only
	if backtrace is enabled.
	* configure: Regenerate.
	* smp/upc_backtrace.c (__upc_backtrace): Change default trace
	file to 'backtrace.THREAD-ID'.
	(__upc-bactrace_init): Install backtrace signal handler only
	if backtrace is enabled for faults.
	(__upc_fault_handler): Do not announce signals, just restore
	signals, print backtrace, and return.  This causes a signal to
	be taken again, but this time monitor thread is informed.
	(__upc_fatal_backtrace): No need to check env variable as signal
	handler is conditionally installed.

Modified:
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/configure
    branches/gupc/libgupc/configure.ac
    branches/gupc/libgupc/smp/upc_backtrace.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]