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/bfin ChangeLog machs.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_5-branch
Changes by:	vapier@sourceware.org	2012-08-01 03:36:44

Modified files:
	sim/bfin       : ChangeLog machs.c 

Log message:
	sim: bfin: set bfrom alias field to correct size
	
	When the sim is built w/out the bfroms, we end up passing a length of 0 when
	mapping the rom region which the core sim code rejects.  So add an alias field
	equal to the length to avoid that error.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_5-branch&r1=1.87.2.1&r2=1.87.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/machs.c.diff?cvsroot=src&only_with_tag=gdb_7_5-branch&r1=1.13.2.1&r2=1.13.2.2


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