]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/procfs.c
remove gdb_stat.h
authorTom Tromey <tromey@redhat.com>
Wed, 6 Nov 2013 14:55:51 +0000 (07:55 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Nov 2013 20:29:02 +0000 (13:29 -0700)
commit53ce3c3929c7121f155e0a4a2492c8dba3878dfd
treec18467750a0e8f574a0c2362cc83cf8e5be965b1
parent09607c9e081644f4f5a7fdd9105ee1e9862fdb66
remove gdb_stat.h

This patch is purely mechanical.  It removes gdb_stat.h and changes
the code to use sys/stat.h.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* common/gdb_stat.h: Remove.
* ada-lang.c: Use sys/stat.h, not gdb_stat.h.
* common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
* common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
* corefile.c: Use sys/stat.h, not gdb_stat.h.
* ctf.c: Use sys/stat.h, not gdb_stat.h.
* darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
* dbxread.c: Use sys/stat.h, not gdb_stat.h.
* dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
* exec.c: Use sys/stat.h, not gdb_stat.h.
* gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
* gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
* inf-child.c: Use sys/stat.h, not gdb_stat.h.
* jit.c: Use sys/stat.h, not gdb_stat.h.
* linux-nat.c: Use sys/stat.h, not gdb_stat.h.
* m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
* main.c: Use sys/stat.h, not gdb_stat.h.
* mdebugread.c: Use sys/stat.h, not gdb_stat.h.
* mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
* nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
* objfiles.c: Use sys/stat.h, not gdb_stat.h.
* procfs.c: Use sys/stat.h, not gdb_stat.h.
* remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
* remote-mips.c: Use sys/stat.h, not gdb_stat.h.
* remote.c: Use sys/stat.h, not gdb_stat.h.
* rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
* sol-thread.c: Use sys/stat.h, not gdb_stat.h.
* solib-spu.c: Use sys/stat.h, not gdb_stat.h.
* source.c: Use sys/stat.h, not gdb_stat.h.
* symfile.c: Use sys/stat.h, not gdb_stat.h.
* symmisc.c: Use sys/stat.h, not gdb_stat.h.
* symtab.c: Use sys/stat.h, not gdb_stat.h.
* top.c: Use sys/stat.h, not gdb_stat.h.
* xcoffread.c: Use sys/stat.h, not gdb_stat.h.
35 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/common/filestuff.c
gdb/common/gdb_stat.h [deleted file]
gdb/common/linux-osdata.c
gdb/corefile.c
gdb/ctf.c
gdb/darwin-nat.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/exec.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/remote-utils.c
gdb/inf-child.c
gdb/jit.c
gdb/linux-nat.c
gdb/m68klinux-nat.c
gdb/main.c
gdb/mdebugread.c
gdb/mi/mi-cmd-env.c
gdb/nto-tdep.c
gdb/objfiles.c
gdb/procfs.c
gdb/remote-fileio.c
gdb/remote-mips.c
gdb/remote.c
gdb/rs6000-nat.c
gdb/sol-thread.c
gdb/solib-spu.c
gdb/source.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
gdb/top.c
gdb/xcoffread.c