This is the mail archive of the gdb-cvs@sourceware.cygnus.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]

src/gdb ChangeLog arm-linux-nat.c config/arm/l ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	scottb@sourceware.cygnus.com	00/04/05 08:38:05

Modified files:
	gdb            : ChangeLog arm-linux-nat.c 
	gdb/config/arm : linux.mt 
Added files:
	gdb            : arm-linux-tdep.c 

Log message:
	Unable to build x86 hosted debugger for ARM Linux, due to missing target
	dependencies.  Created ARM Linux specific arm-linux-tdep.c file and moved
	missing code into it from arm-linux-nat.c.
	
	2000-04-05  Scott Bambrough <scottb@netwinder.org>
	
	* arm-linux-tdep.c: New file.
	* arm-linux-nat.c (fetch_fpregs): Remove unused code.
	(arm_get_longjmp_target): Moved it and all defines
	it uses to arm-linux-tdep.c.
	(arm_linux_extract_return_value): Moved to
	arm-linux-tdep.c.
	* config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-tdep.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.238&r2=1.239
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-nat.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/config/arm/linux.mt.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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