This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New ARI warning Mon May 14 01:55:48 UTC 2012


On Mon, May 14, 2012 at 7:25 AM, GDB Administrator
<gdbadmin@sourceware.org> wrote:
> 719a720
>> gdb/python/python.c:642: code: long long: Do not use 'long long', instead use LONGEST
> gdb/python/python.c:642: ?unsigned long long pc_llu;

Committed the attached patch as obvious to fix this.

2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>

        * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
        unsigned long long.


Thanks,
Siva Chandra

Attachment: ari_fix.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]