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 Tue Nov 19 01:53:09 UTC 2013


0a1
> gdb/ada-lang.c:46: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/ada-lang.c:46:#include <sys/stat.h>
93c94,95
< gdb/common/gdb_string.h:59: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/gdb_string.h:59:extern char *strerror (int);	 
> gdb/common/filestuff.c:32: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/common/filestuff.c:32:#include <sys/stat.h>
> gdb/common/filestuff.c:61: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/common/filestuff.c:61:#include <dirent.h>
98a101,103
> gdb/common/linux-osdata.c:45: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/common/linux-osdata.c:45:#include <dirent.h>
> gdb/common/linux-osdata.c:46: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/common/linux-osdata.c:46:#include <sys/stat.h>
> gdb/common/linux-osdata.c:49: regression: strlen d_name: Do not use strlen dirent.d_name, instead use NAMELEN
gdb/common/linux-osdata.c:49:#define NAMELEN(dirent) strlen ((dirent)->d_name)
146a152
> gdb/corefile.c:33: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/corefile.c:33:#include <sys/stat.h>
155a162,164
> gdb/ctf.c:26: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/ctf.c:26:#include <sys/stat.h>
> gdb/darwin-nat.c:35: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/darwin-nat.c:35:#include <sys/stat.h>
> gdb/dbxread.c:42: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/dbxread.c:42:#include <sys/stat.h>
194a204
> gdb/dwarf2read.c:59: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/dwarf2read.c:59:#include <sys/stat.h>
206a217
> gdb/exec.c:45: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/exec.c:45:#include <sys/stat.h>
313a325
> gdb/inf-child.c:28: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/inf-child.c:28:#include <sys/stat.h>
352a365
> gdb/jit.c:40: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/jit.c:40:#include <sys/stat.h>
365a379
> gdb/linux-fork.c:36: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/linux-fork.c:36:#include <dirent.h>
368a383,384
> gdb/linux-nat.c:50: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/linux-nat.c:50:#include <sys/stat.h>		 
> gdb/linux-nat.c:57: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/linux-nat.c:57:#include <dirent.h>
387a404
> gdb/m68klinux-nat.c:45: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/m68klinux-nat.c:45:#include <sys/stat.h>
389a407
> gdb/main.c:31: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/main.c:31:#include <sys/stat.h>
393a412
> gdb/mdebugread.c:58: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/mdebugread.c:58:#include <sys/stat.h>
402a422
> gdb/mi/mi-cmd-env.c:35: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/mi/mi-cmd-env.c:35:#include <sys/stat.h>
451a472
> gdb/nto-procfs.c:31: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/nto-procfs.c:31:#include <dirent.h>
457a479
> gdb/nto-tdep.c:23: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/nto-tdep.c:23:#include <sys/stat.h>
469a492
> gdb/objfiles.c:38: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/objfiles.c:38:#include <sys/stat.h>
491a515,516
> gdb/procfs.c:92: regression: dirent.h: Do not include dirent.h, instead include gdb_dirent.h
gdb/procfs.c:92:#include <dirent.h>	 
> gdb/procfs.c:97: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/procfs.c:97:#include <sys/stat.h>	 
556a582
> gdb/remote-fileio.c:28: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/remote-fileio.c:28:#include <sys/stat.h>
560a587
> gdb/remote-mips.c:33: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/remote-mips.c:33:#include <sys/stat.h>
590a618
> gdb/remote.c:63: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/remote.c:63:#include <sys/stat.h>
605a634
> gdb/rs6000-nat.c:53: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/rs6000-nat.c:53:#include <sys/stat.h>
670a700
> gdb/sol-thread.c:59: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/sol-thread.c:59:#include <sys/stat.h>
678a709
> gdb/solib-spu.c:26: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/solib-spu.c:26:#include <sys/stat.h>
681a713
> gdb/source.c:34: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/source.c:34:#include <sys/stat.h>
693a726
> gdb/symfile.c:65: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/symfile.c:65:#include <sys/stat.h>
706a740,741
> gdb/symmisc.c:35: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/symmisc.c:35:#include <sys/stat.h>
> gdb/symtab.c:54: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/symtab.c:54:#include <sys/stat.h>
725a761
> gdb/top.c:64: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/top.c:64:#include <sys/stat.h>
870a907
> gdb/xcoffread.c:32: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
gdb/xcoffread.c:32:#include <sys/stat.h>


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