URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [h8300hms/] [stat.S] - Rev 816
Compare with Previous | Blame | View Log
;int stat(const char *file_name, struct stat *buf);
#include "setarch.h"
.section .text
.align 2
.global __stat
__stat:
jsr @@0xca
rts
.end