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 Thu May 16 01:51:20 UTC 2013 in -D 2013-05-16-gmt


625a626,631
> gdb/rs6000-aix-tdep.c:780: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:780:    #include <stddef.h>
> gdb/rs6000-aix-tdep.c:781: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:781:    #include <stdio.h>
> gdb/rs6000-aix-tdep.c:782: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:782:    #define __LDINFO_PTRACE32__
> gdb/rs6000-aix-tdep.c:783: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:783:    #define __LDINFO_PTRACE64__
> gdb/rs6000-aix-tdep.c:784: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:784:    #include <sys/ldr.h>
> gdb/rs6000-aix-tdep.c:795: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-aix-tdep.c:795:    #define pinfo(type,member)                    {                                                 struct type ldi = {0};                                                                          printf (',                      offsetof (struct type, member),                 sizeof (ldi.member),                            #member);                             }                                               while (0)


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