svn commit: trunk/uClibc/libc/sysdeps/linux: i960/bits microblaze/bits nios2/bits v85 etc...

andersen at uclibc.org andersen at uclibc.org
Fri Dec 8 19:21:12 UTC 2006


Author: andersen
Date: 2006-12-08 11:21:11 -0800 (Fri, 08 Dec 2006)
New Revision: 16819

Log:
add some warnings to archs that need a bit of attention


Modified:
   trunk/uClibc/libc/sysdeps/linux/i960/bits/syscalls.h
   trunk/uClibc/libc/sysdeps/linux/microblaze/bits/syscalls.h
   trunk/uClibc/libc/sysdeps/linux/nios2/bits/syscalls.h
   trunk/uClibc/libc/sysdeps/linux/v850/bits/syscalls.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/i960/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/i960/bits/syscalls.h	2006-12-08 18:53:12 UTC (rev 16818)
+++ trunk/uClibc/libc/sysdeps/linux/i960/bits/syscalls.h	2006-12-08 19:21:11 UTC (rev 16819)
@@ -8,6 +8,7 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
+#warning "fixme -- add arch specific syscall macros.h"
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

Modified: trunk/uClibc/libc/sysdeps/linux/microblaze/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/microblaze/bits/syscalls.h	2006-12-08 18:53:12 UTC (rev 16818)
+++ trunk/uClibc/libc/sysdeps/linux/microblaze/bits/syscalls.h	2006-12-08 19:21:11 UTC (rev 16819)
@@ -8,6 +8,7 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
+#warning "fixme -- add arch specific syscall macros.h"
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

Modified: trunk/uClibc/libc/sysdeps/linux/nios2/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/nios2/bits/syscalls.h	2006-12-08 18:53:12 UTC (rev 16818)
+++ trunk/uClibc/libc/sysdeps/linux/nios2/bits/syscalls.h	2006-12-08 19:21:11 UTC (rev 16819)
@@ -8,6 +8,7 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
+#warning "fixme -- add arch specific syscall macros.h"
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

Modified: trunk/uClibc/libc/sysdeps/linux/v850/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/v850/bits/syscalls.h	2006-12-08 18:53:12 UTC (rev 16818)
+++ trunk/uClibc/libc/sysdeps/linux/v850/bits/syscalls.h	2006-12-08 19:21:11 UTC (rev 16819)
@@ -8,6 +8,7 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
+#warning "fixme -- add arch specific syscall macros.h"
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel




More information about the uClibc-cvs mailing list