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 dummy-frame.c frame.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-02-01 19:58:04

Modified files:
	gdb            : ChangeLog dummy-frame.c frame.h 

Log message:
	Garbage collect deprecated_pc_in_call_dummy
	
	I noticed there are no users of deprecated_pc_in_call_dummy left in
	the tree.
	
	The last user was ARM.  Usage removed here:
	
	http://sourceware.org/ml/gdb-patches/2010-03/msg00820.html
	
	This deletes the function.
	
	2013-02-01  Pedro Alves  <palves@redhat.com>
	
	* dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
	* frame.h (deprecated_pc_in_call_dummy): Delete declaration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15095&r2=1.15096
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dummy-frame.c.diff?cvsroot=src&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/frame.h.diff?cvsroot=src&r1=1.207&r2=1.208


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