aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2013-07-24 22:32:51 +0000
committerSteve Ellcey <sellcey@mips.com>2013-07-24 22:32:51 +0000
commit2dc32f6ae4572352e086daec712b0299df5d6324 (patch)
tree59c2674fdceb60601784d186908cf7f66cf6108a /libgloss/mips
parentc9eaabe0adb13556b925debcb5234b14420d2d87 (diff)
downloadnewlib-2dc32f6ae4572352e086daec712b0299df5d6324.zip
newlib-2dc32f6ae4572352e086daec712b0299df5d6324.tar.gz
newlib-2dc32f6ae4572352e086daec712b0299df5d6324.tar.bz2
2013-07-24 Steve Ellcey <sellcey@mips.com>
* mips/idtmon.S (unlink, lseek, stat): Add new functions.
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/idtmon.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/mips/idtmon.S b/libgloss/mips/idtmon.S
index bb15388..304aaa4 100644
--- a/libgloss/mips/idtmon.S
+++ b/libgloss/mips/idtmon.S
@@ -39,6 +39,9 @@ INDIRECT(write,8)
INDIRECT(close,10)
INDIRECT(inbyte,11)
INDIRECT(outbyte,12)
+INDIRECT(unlink,13)
+INDIRECT(lseek,14)
+INDIRECT(stat,15)
INDIRECT(mon_printf,16)
INDIRECT(_flush_cache,28)
INDIRECT(get_mem_info,55) /* expects pointer to three word vector */