On Wed, 2007-11-14 at 08:59 -0700, Thayne Harbaugh wrote: > This patch, 44_target_posix_types.patch provides target specific posix > types. These types improve target structure creation, code similarity > to kernel code and improve type casting for assignment between target > and host.
Hi, This seems not OK for ppc/ppc64. There is no ppc64 subdirectory anymore in the linux-user directory. ppc and ppc64 targets have been merged, as it is in recent kernels, so all the definitions should go in the ppc subdirectory, using #ifdef TARGET_PPC64 when there are differences; but there should be very few: there are only 2 ifdef __powerpc64__ in the linux-2.6.23/include/asm-powerpc/posix_types.h file. -- Jocelyn Mayer <[EMAIL PROTECTED]>