Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693444 | Differences between
and this patch

Collapse All | Expand All

(-)cctools-949.0.1/misc/nm.c (+2 lines)
Lines 542-549 Link Here
542
	process_flags.nlibs = 0;
542
	process_flags.nlibs = 0;
543
	process_flags.lib_names = NULL;
543
	process_flags.lib_names = NULL;
544
544
545
#ifdef LTO_SUPPORT
545
	llvm_bundle_pointer = NULL;
546
	llvm_bundle_pointer = NULL;
546
	llvm_bundle_size = 0;
547
	llvm_bundle_size = 0;
548
#endif /* LTO_SUPPORT */
547
549
548
	if(ofile->mh == NULL && ofile->mh64 == NULL){
550
	if(ofile->mh == NULL && ofile->mh64 == NULL){
549
#ifdef LTO_SUPPORT
551
#ifdef LTO_SUPPORT

Return to bug 693444