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/sim/h8300 ChangeLog compile.c inst.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	venkat at sourceware dot org	2003-03-20 06:00:25

Modified files:
	sim/h8300      : ChangeLog compile.c inst.h 

Log message:
	Added Commandline Support.
	2003-03-20  D.Venkatasubramanian  <dvenkat at noida dot hcltech dot com>
	
	* compile.c (cmdline_location): Added function to
	return the location of 8-bit (256 locations) where the
	Command Line arguments would be stored.
	(decode): Added a TRAP to 0xcc for Commandline
	processing using pseudo opcode O_SYS_CMDLINE.
	(sim_resume): Added handling of O_SYS_CMDLINE Trap.
	(sim_create_inferior): Setting a pointer to
	Commandline Args array.
	* inst.h: Added a new variable ptr_command_line for
	storing pointer to Commandline array.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/h8300/ChangeLog.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/h8300/compile.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/h8300/inst.h.diff?cvsroot=src&r1=1.4&r2=1.5


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