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 Fri Nov 16 01:56:44 UTC 2012


137a138
> gdb/common/gdb_stat.h:23: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/common/gdb_stat.h:23:#include <sys/stat.h>
138a140,141
> gdb/common/gdb_wait.h:23: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
gdb/common/gdb_wait.h:23:#include <sys/wait.h>  
> gdb/common/gdb_wait.h:26: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
gdb/common/gdb_wait.h:26:#include <wait.h>  
140d142
< gdb/common/linux-osdata.c:29: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/common/linux-osdata.c:29:#include <sys/stat.h>
170d171
< gdb/common/linux-ptrace.c:60: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
gdb/common/linux-ptrace.c:60:#include <sys/wait.h>
276,277d276
< gdb/dwarf2read.c:8613: regression: xasprintf: Do not use xasprintf(), instead use xstrprintf
gdb/dwarf2read.c:8613:  xasprintf (&virtual_dwo_name, ',
< gdb/dwarf2read.c:8985: regression: xasprintf: Do not use xasprintf(), instead use xstrprintf
gdb/dwarf2read.c:8985:  xasprintf (&dwp_name, ', dwarf2_per_objfile->objfile->name);


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