This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/4] Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_shared_libraries and core_xfer_shared_libraries_aix
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 08 Jan 2014 12:35:47 +0000
- Subject: Re: [PATCH 4/4] Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_shared_libraries and core_xfer_shared_libraries_aix
- Authentication-results: sourceware.org; auth=none
- References: <1389166060-434-1-git-send-email-yao at codesourcery dot com> <1389166060-434-5-git-send-email-yao at codesourcery dot com>
On 01/08/2014 07:27 AM, Yao Qi wrote:
> This patch changes the type of 'len' from LONGEST to ULONGEST. 'len'
> is the argument of gdbarch methods core_xfer_shared_libraries and
> core_xfer_shared_libraries_aix.
>
> gdb:
>
> 2014-01-08 Yao Qi <yao@codesourcery.com>
>
> * gdbarch.sh (core_xfer_shared_libraries): Change its argument
> 'len''s type to ULONGEST.
> (core_xfer_shared_libraries_aix): Likewise.
> * gdbarch.c, gdbarch.h: Reenerated.
> * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
> Change type of 'len' to ULONGEST.
> * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
> (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
Looks fine to me.
Thanks,
--
Pedro Alves