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 linespec.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_4-branch
Changes by:	brobecke@sourceware.org	2012-01-04 13:23:50

Modified files:
	gdb            : ChangeLog linespec.c 

Log message:
	linespec: keep function descriptors during minimal symbol search
	
	When discarding data (minimal) symbols, we need to be careful to
	not throw away the function descriptors.  This makes a difference
	on platforms where these descriptors are used and live in a data
	section.
	
	gdb/ChangeLog:
	
	* linespec.c (add_minsym): Preserve function descriptors.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.13614.2.26&r2=1.13614.2.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.134.2.3&r2=1.134.2.4


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