2013-07-24 Steve Ellcey <sellcey@mips.com>
* mips/idtmon.S (unlink, lseek, stat): Add new functions.
This commit is contained in:
parent
c9eaabe0ad
commit
2dc32f6ae4
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue