binutils-gdb/sim
Hans-Peter Nilsson fc887f09c5 * cris/traps.c (abort): Define to call sim_io_error.
(create_map): Make -1 imply a non-fixed address, not 0.  All
	callers changed.  Only prefer the next higher unmapped address if
	the last mapped address is no less than 0x40000000.  Check that
	the address to be mapped is not already mapped.  Update head
	comment.
	(unmap_pages): Don't call abort when recursive call fails, just
	note and return an error if a page in the range couldn't be unmapped.
	(cris_bmod_handler, h_supr_set_handler, h_supr_get_handler)
	(schedule, make_first_thread, cris_pipe_empty): New local variable sd.
	(cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
	non-MAP_FIXED argument overlapping existing map.  For MAP_FIXED,
	don't abort on page not being mapped.  Handle non-anon filemap
	with length padded to pagesize.
2009-01-06 20:49:00 +00:00
..
arm 2008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-11-26 14:24:12 +00:00
common 2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-11-12 22:05:18 +00:00
cr16 * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
cris * cris/traps.c (abort): Define to call sim_io_error. 2009-01-06 20:49:00 +00:00
d10v * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
erc32 2008-11-10 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-11-11 22:20:54 +00:00
frv * arch.c, arch.h, cpu.c, cpu.h, cpuall.h, decode.c, decode.h, 2008-12-23 01:40:25 +00:00
h8300 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-12-01 16:10:45 +00:00
igen
iq2000 * common/genmloop.sh: Add new parameter: -shell to specify the 2008-07-29 13:53:02 +00:00
m32c 2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-01-06 19:01:36 +00:00
m32r * common/genmloop.sh: Add new parameter: -shell to specify the 2008-07-29 13:53:02 +00:00
m68hc11 * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
mcore * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
mips * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
mn10300 * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
ppc 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-12-15 19:48:06 +00:00
sh * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
sh64 * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
testsuite * sim/cris/c/settls1.c: New test. 2009-01-03 21:01:20 +00:00
v850 * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
ChangeLog * cris/traps.c (abort): Define to call sim_io_error. 2009-01-06 20:49:00 +00:00
configure * configure.ac: Add an entry for National CR16 target. 2008-04-08 09:15:56 +00:00
configure.ac * configure.ac: Add an entry for National CR16 target. 2008-04-08 09:15:56 +00:00
MAINTAINERS Add myself as maintainer of cr16 port. 2008-04-08 07:15:39 +00:00
Makefile.in
README-HACKING