Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_shared_librar...
authorYao Qi <yao@codesourcery.com>
Thu, 2 Jan 2014 07:36:55 +0000 (15:36 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 14 Jan 2014 14:20:59 +0000 (22:20 +0800)
commit7ec1862d1ac21dd92a3ea76a5a15eda4cf7b41ce
tree3f74aecf88e83f2e3e4e1aefc76e3fc8afd9bb02
parentdea80a27057a9bbf87f0bf5675b5a03ddd6fe18c
Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_shared_libraries and core_xfer_shared_libraries_aix

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-14  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.
gdb/ChangeLog
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-cygwin-tdep.c
gdb/rs6000-aix-tdep.c
This page took 0.026495 seconds and 4 git commands to generate.