This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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]

src/bfd ChangeLog coff-rs6000.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-10-16 22:47:04

Modified files:
	bfd            : ChangeLog coff-rs6000.c 

Log message:
	Dangling bfd pointer in archive cache.
	
	This dandling pointer eventually leads to a crash when trying to run
	on ppc-aix a program using threading...
	
	bfd/ChangeLog:
	
	* coff-rs6000.c (rs6000coff_vec): Set _close_and_cleanup
	field to _bfd_archive_close_and_cleanup.
	(pmac_xcoff_vec): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5817&r2=1.5818
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/coff-rs6000.c.diff?cvsroot=src&r1=1.107&r2=1.108


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