2003-02-26  Stuart Menefy <stuart.menefy@st.com>

	Various fixes for SuperH [SH]:
	* mem.c(sys_old_mmap): mmap() parameters passed in registers
	* net.c(sys_pipe), syscall.c(getrval2): pipe() results returned
	in registers
	* process.c (change_syscall): Fixed register which holds system
	call number
	* util.c (arg0_offset, arg1_offset): provide definition
	* Makefile.am: Added new files in linux/sh
	* linux/sh/{syscallent,errnoent,ioctlent,signalent}.h: New files
diff --git a/Makefile.am b/Makefile.am
index 1272c7c..5e5f4ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,8 @@
 	     linux/s390/signalent.h linux/s390/syscallent.h \
 	     linux/s390x/errnoent.h linux/s390x/ioctlent.h \
 	     linux/s390x/signalent.h linux/s390x/syscallent.h \
+	     linux/sh/syscallent.h linux/sh/errnoent.h \
+	     linux/sh/ioctlent.h linux/sh/signalent.h \
 	     linux/sparc/dummy2.h \
 	     linux/sparc/errnoent.h linux/sparc/errnoent1.h \
 	     linux/sparc/ioctlent.h linux/sparc/ioctlent1.h \