2007-11-06 Dave Brolley <brolley@redhat.com>

* syscall.h (SYS_reconfig): New macro.
This commit is contained in:
Jeff Johnston 2007-11-06 23:07:06 +00:00
parent de32ab54d8
commit c8853ef701
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-11-06 Dave Brolley <brolley@redhat.com>
* syscall.h (SYS_reconfig): New macro.
2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
* spu/crt0.S: Fix so element one of register one is correctly set

View File

@ -51,4 +51,8 @@
#define SYS_argc 22
#define SYS_argnlen 23
#define SYS_argn 24
/* SID simulator runtime reconfiguration. */
#define SYS_reconfig 25
#endif