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/sim/ppc ChangeLog psim.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-06-08 16:44:20

Modified files:
	sim/ppc        : ChangeLog psim.c 

Log message:
	ppc sim: Allow --sysroot command-line option
	
	There was a recent change that cuased the "target sim" command
	to add a --sysroot option to the argument vector passed down to
	the simulator.  This caused a failure in the powerpc simulator,
	as it did not recognize it.  This patch fixes the problem by adding
	support for the --sysroot option (it ignores it).
	
	sim/ppc/ChangeLog:
	
	* psim.c (psim_options): Accept and ignore `--sysroot=...'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/ChangeLog.diff?cvsroot=src&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/ppc/psim.c.diff?cvsroot=src&r1=1.8&r2=1.9


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