Add a very small comment, just 1 line. Thanks, Hui On Sat, Jun 20, 2009 at 16:04, Hui Zhu wrote: > > Hi everyone, > > The linux-record has a lot of 32 bits special code (uint32_t and so > on). Then it can't support other bits. > I make a patch to remove all of them (Change them to ULONGEST and > extract_unsigned_integer) and make it support other bits better. > > 2009-06-19  Hui Zhu   > >        Add process record Linux system call 64 bits support. > >        * linux-record.h (linux_record_tdep): Add size_pointer, >        size_size_t, size_iovec. >        * i386-linux-tdep.c (i386_linux_init_abi): Ditto. >        * linux-record.c (record_linux_system_call): Make this >        function support 64 bits. > > Please help me review it. > > And I had post amd64 insn prec support in > http://sourceware.org/ml/gdb-patches/2009-06/msg00293.html > Please help me review it too. > > Thanks, > Hui