This is the mail archive of the gdb-cvs@sources.redhat.com 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 blockframe.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kdienes@sourceware.org	2002-11-09 11:28:22

Modified files:
	gdb            : ChangeLog blockframe.c 

Log message:
	2002-11-09  Klee Dienes  <kdienes@apple.com>
	
	* blockframe.c (sigtramp_saved_pc): Use
	builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
	extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
	instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3430&r2=1.3431
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/blockframe.c.diff?cvsroot=src&r1=1.46&r2=1.47


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