From 2dc32f6ae4572352e086daec712b0299df5d6324 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 24 Jul 2013 22:32:51 +0000 Subject: 2013-07-24 Steve Ellcey * mips/idtmon.S (unlink, lseek, stat): Add new functions. --- libgloss/mips/idtmon.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgloss/mips') diff --git a/libgloss/mips/idtmon.S b/libgloss/mips/idtmon.S index bb1538812..304aaa412 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 */ -- cgit v1.2.3