aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-12-30 13:36:17 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-12-30 13:36:17 +0000
commitc06ccdf1b680092e01cba0af3681c12bf63d2ed0 (patch)
treed6053061550744b4099c5c24e0a3fbf6f0d5f5f8 /sim/ChangeLog
parent80e5c09e9d1ee8375324c98d40841b572896f82e (diff)
downloadfsf-binutils-gdb-c06ccdf1b680092e01cba0af3681c12bf63d2ed0.zip
fsf-binutils-gdb-c06ccdf1b680092e01cba0af3681c12bf63d2ed0.tar.gz
fsf-binutils-gdb-c06ccdf1b680092e01cba0af3681c12bf63d2ed0.tar.bz2
* cris/traps.c (TARGET_SYS_writev): New macro.
(is_mapped_only, cris_dump_map): New functions. (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle more flags and prot combinations and a non-zero page-offset. If TARGET_MAP_FIXED, unmap pages before mapping them. <case TARGET_SYS_mprotect>: When checking, allow any length argument. Don't actually do anything. <case TARGET_SYS_writev>: New case.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index fa8bcc6..c4b5ead 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,14 @@
2008-12-30 Hans-Peter Nilsson <hp@axis.com>
+ * cris/traps.c (TARGET_SYS_writev): New macro.
+ (is_mapped_only, cris_dump_map): New functions.
+ (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle more flags
+ and prot combinations and a non-zero page-offset. If
+ TARGET_MAP_FIXED, unmap pages before mapping them.
+ <case TARGET_SYS_mprotect>: When checking, allow any length
+ argument. Don't actually do anything.
+ <case TARGET_SYS_writev>: New case.
+
* cris/Makefile.in (SIM_OBJS): Remove sim-hload.o.
* cris/sim-if.c: Include elf-bfd.h.
(struct progbounds): New members end_loadmem, start_nonloadmem.