diff options
author | Steve Ellcey <sellcey@mips.com> | 2013-07-24 22:32:51 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2013-07-24 22:32:51 +0000 |
commit | 2dc32f6ae4572352e086daec712b0299df5d6324 (patch) | |
tree | 59c2674fdceb60601784d186908cf7f66cf6108a /libgloss | |
parent | c9eaabe0adb13556b925debcb5234b14420d2d87 (diff) | |
download | newlib-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')
-rw-r--r-- | libgloss/ChangeLog | 5 | ||||
-rw-r--r-- | libgloss/mips/idtmon.S | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index a755dae..e7e7ed5 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 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 */ |