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]

New ARI warning Wed Aug 20 01:53:47 UTC 2014


89a90,94
> gdb/common/common-types.h:28: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:28:typedef unsigned long long CORE_ADDR;
> gdb/common/common-types.h:30: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:30:typedef long long LONGEST;
> gdb/common/common-types.h:31: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:31:typedef unsigned long long ULONGEST;
> gdb/common/common-types.h:52: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:52:typedef long long LONGEST;
> gdb/common/common-types.h:53: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:53:typedef unsigned long long ULONGEST;
842a848
> gdb/defs.h:0: internal: gdb/defs.h missing long long: Expecting 2 occurances of bug long long in file gdb/defs.h, only found 0
gdb/defs.h:0:


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