From 2dc32f6ae4572352e086daec712b0299df5d6324 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 24 Jul 2013 22:32:51 +0000 Subject: [PATCH] 2013-07-24 Steve Ellcey * mips/idtmon.S (unlink, lseek, stat): Add new functions. --- libgloss/ChangeLog | 5 +++++ libgloss/mips/idtmon.S | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index a755daef6..e7e7ed519 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ + +2013-07-24 Steve Ellcey + + * mips/idtmon.S (unlink, lseek, stat): Add new functions. + 2013-07-23 Nagaraju Mekala * microblaze/_exception_handler.S: Adjust to be weak. 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 */