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:
authorSteve Ellcey <sellcey@mips.com>2013-07-25 02:32:51 +0400
committerSteve Ellcey <sellcey@mips.com>2013-07-25 02:32:51 +0400
commit2dc32f6ae4572352e086daec712b0299df5d6324 (patch)
tree59c2674fdceb60601784d186908cf7f66cf6108a
parentc9eaabe0adb13556b925debcb5234b14420d2d87 (diff)
2013-07-24 Steve Ellcey <sellcey@mips.com>
* mips/idtmon.S (unlink, lseek, stat): Add new functions.
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/mips/idtmon.S3
2 files changed, 8 insertions, 0 deletions
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 <sellcey@mips.com>
+
+ * mips/idtmon.S (unlink, lseek, stat): Add new functions.
+
2013-07-23 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
* 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 */