This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/v850 ChangeLog simops.c
- From: kevinb at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 21 Mar 2011 22:05:56 -0000
- Subject: src/sim/v850 ChangeLog simops.c
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2011-03-21 22:05:56
Modified files:
sim/v850 : ChangeLog simops.c
Log message:
* simops (OP_10007E0): Update errno handling as most traps
do not invoke the host's functionality directly. Invoke
sim_io_stat() instead of stat() for implementing TARGET_SYS_stat.
Implement TARGET_SYS_fstat, TARGET_SYS_rename, and TARGET_SYS_unlink.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/v850/ChangeLog.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/v850/simops.c.diff?cvsroot=src&r1=1.11&r2=1.12