2005-05-05 J"orn Rennecke <joern.rennecke@st.com>

* rs6000/sim-getrusage.S: New file, broken out of:
        (simulator.S).
        * rs6000/Makefile.in (SIM_OBJS): Add sim-getrusage.o.
        (sim-getrusage.o): New rule.
This commit is contained in:
Jeff Johnston
2005-05-05 23:07:08 +00:00
parent 297306009e
commit 320be0a149
4 changed files with 34 additions and 9 deletions

View File

@ -87,14 +87,6 @@ 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