projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5c2d6
)
* simops.c (OP_10007E0): Handle SYS_time.
author
Jeff Law
<law@redhat.com>
Wed, 30 Oct 1996 15:51:39 +0000
(15:51 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 30 Oct 1996 15:51:39 +0000
(15:51 +0000)
Check into devo too.
sim/v850/ChangeLog
patch
|
blob
|
history
sim/v850/simops.c
patch
|
blob
|
history
diff --git
a/sim/v850/ChangeLog
b/sim/v850/ChangeLog
index f1cda280389dc8dbaac6cc9ea8fbf3377bd7300e..0dde9719e02a0a32d997f2e3bc719684a494c722 100644
(file)
--- a/
sim/v850/ChangeLog
+++ b/
sim/v850/ChangeLog
@@
-1,3
+1,7
@@
+Wed Oct 30 08:49:10 1996 Jeffrey A Law (law@cygnus.com)
+
+ * simops.c (OP_10007E0): Handle SYS_time.
+
Tue Oct 29 14:22:55 1996 Jeffrey A Law (law@cygnus.com)
* simops.c: Include <sys/stat.h>.
diff --git
a/sim/v850/simops.c
b/sim/v850/simops.c
index 0d7e1bc981403ecaa242bbaf4418d05e8ef4dd38..dc5f836a2058befd097ed0e063e2715c14fd146f 100644
(file)
--- a/
sim/v850/simops.c
+++ b/
sim/v850/simops.c
@@
-2083,6
+2083,9
@@
OP_10007E0 ()
case SYS_chmod:
RETVAL = chmod (MEMPTR (PARM1), PARM2);
break;
+ case SYS_time:
+ RETVAL = time (MEMPTR (PARM1));
+ break;
case SYS_utime:
/* Cast the second argument to void *, to avoid type mismatch
if a prototype is present. */