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 amd64-tdep.c i386-tdep.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_2-branch
Changes by:	kcy@sourceware.org	2011-03-18 00:32:13

Modified files:
	gdb            : ChangeLog amd64-tdep.c i386-tdep.c 

Log message:
	Fix relocation of jump and call instructions (used when inserting fast
	tracepoints).
	
	2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
	
	* amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
	to store_signed_integer.  Add debug message when relocating CALL
	instructions.  Fix formatting of debug message.
	* i386-tdep.c (i386_relocate_instruction): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.11973.2.71&r2=1.11973.2.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/amd64-tdep.c.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.81&r2=1.81.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.316&r2=1.316.2.1


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