This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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/gdb ChangeLog solib-aix.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2013-05-30 17:31:00

Modified files:
	gdb            : ChangeLog solib-aix.c 

Log message:
	fix in solib-aix.c
	
	solib_aix_bfd_open has an early "return" that doesn't run cleanups.
	This fixes the problem by dropping the null_cleanup and using a later
	cleanup as the master cleanup for the function.
	
	* solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
	for 'cleanup'; instead use a later one.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15664&r2=1.15665
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-aix.c.diff?cvsroot=src&r1=1.6&r2=1.7


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