Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/rs6000/simulator.S')
-rw-r--r--libgloss/rs6000/simulator.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/rs6000/simulator.S b/libgloss/rs6000/simulator.S
index 914a761ab..4e8becb28 100644
--- a/libgloss/rs6000/simulator.S
+++ b/libgloss/rs6000/simulator.S
@@ -87,6 +87,14 @@ FUNC_START(gettimeofday)
0: blr
FUNC_END(gettimeofday)
+FUNC_START(getrusage)
+ li r0,117
+ sc
+ bns+ 0f
+ b FUNC_NAME(_cerror)
+0: blr
+FUNC_END(getrusage)
+
FUNC_START(lseek)
li r0,199
sc