On Sat, May 23, 2009 at 19:12, Pedro Alves wrote: > On Saturday 23 May 2009 05:00:22, Hui Zhu wrote: >> 2009-05-23  Hui Zhu   >> >>         * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*, >>         I386_LINUX_RECORD_IOCTL_*, >>         I386_LINUX_RECORD_FCNTL_*) Removed. >>         (i386_linux_init_abi): Change size of record from macros to >>         numbers. > > Okay. > >>         * i386-linux-tdep.c (i386_linux_init_abi): Change >>         i386_linux_record_tdep.size_char from 8 to 1. > > You didn't mention this, so I take it it was going to be a separate patch. > Why do you need size_char at all?  size of char is always 1 by definition. > Does the kernel define this as variable somewhere also? OK. I make a new patch remove it. Please help me review it. Thanks, Hui 2009-05-23 Hui Zhu * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*, I386_LINUX_RECORD_IOCTL_*, I386_LINUX_RECORD_FCNTL_*) Removed. (i386_linux_init_abi): Change size of record from macros to numbers. * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char. * linux-record.c (record_linux_system_call): Ditto. * linux-record.h (linux_record_tdep): Ditto.