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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kettenis@sourceware.org	2003-06-15 11:01:46

Modified files:
	gdb            : ChangeLog i386-tdep.c i387-tdep.c i387-tdep.h 
	                 x86-64-tdep.c 

Log message:
	* i386-tdep.c (i386_register_to_value, i386_value_to_register):
	Move floating-point code to new function in i387-tdep.c.
	* i387-tdep.c (i387_register_to_value, i387_value_to_register):
	New functions containing code moved here from i386-tdep.c.
	* i387-tdep.h: Add opaque declaration for `struct type'.
	(i387_register_to_value, i387_value_to_register): New prototypes.
	* x86-64-tdep.c (x86_64_convert_register_p): New function.
	(x86_64_init_abi): Set convert_register_p, register_to_value and
	value_to_register here.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4389&r2=1.4390
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&r1=1.156&r2=1.157
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i387-tdep.c.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i387-tdep.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/x86-64-tdep.c.diff?cvsroot=src&r1=1.78&r2=1.79


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