OSDN Git Service

2007-11-06 Dave Brolley <brolley@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 6 Nov 2007 23:07:06 +0000 (23:07 +0000)
committerjjohnstn <jjohnstn>
Tue, 6 Nov 2007 23:07:06 +0000 (23:07 +0000)
        * syscall.h (SYS_reconfig): New macro.

libgloss/ChangeLog
libgloss/syscall.h

index 82bd48e..c559cad 100644 (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
index 38bedaa..3db9db1 100644 (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