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.
This commit is contained in:
parent
09607c9e08
commit
53ce3c3929
35 changed files with 70 additions and 92 deletions
|
@ -1,3 +1,40 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2013-11-18 Tom Tromey <tromey@redhat.com>
|
2013-11-18 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
|
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include "gdb_obstack.h"
|
#include "gdb_obstack.h"
|
||||||
#include "ada-lang.h"
|
#include "ada-lang.h"
|
||||||
#include "completer.h"
|
#include "completer.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#ifdef UI_OUT
|
#ifdef UI_OUT
|
||||||
#include "ui-out.h"
|
#include "ui-out.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef USE_WIN32API
|
#ifdef USE_WIN32API
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
|
|
@ -1,59 +0,0 @@
|
||||||
/* Portable <sys/stat.h>
|
|
||||||
Copyright (C) 1995-2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GDB.
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
||||||
|
|
||||||
#if !defined(GDB_STAT_H)
|
|
||||||
#define GDB_STAT_H
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
|
|
||||||
#if !defined(S_ISBLK) && defined(S_IFBLK)
|
|
||||||
#define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISCHR) && defined(S_IFCHR)
|
|
||||||
#define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISDIR) && defined(S_IFDIR)
|
|
||||||
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISREG) && defined(S_IFREG)
|
|
||||||
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISFIFO) && defined(S_IFIFO)
|
|
||||||
#define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISLNK) && defined(S_IFLNK)
|
|
||||||
#define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISSOCK) && defined(S_IFSOCK)
|
|
||||||
#define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISMPB) && defined(S_IFMPB) /* V7 */
|
|
||||||
#define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB)
|
|
||||||
#define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC)
|
|
||||||
#endif
|
|
||||||
#if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */
|
|
||||||
#define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Microsoft C's stat.h doesn't define all the POSIX file modes. */
|
|
||||||
#ifndef S_IROTH
|
|
||||||
#define S_IROTH S_IREAD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* !defined(GDB_STAT_H) */
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "filestuff.h"
|
#include "filestuff.h"
|
||||||
|
|
||||||
#define NAMELEN(dirent) strlen ((dirent)->d_name)
|
#define NAMELEN(dirent) strlen ((dirent)->d_name)
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include "dis-asm.h"
|
#include "dis-asm.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "completer.h"
|
#include "completer.h"
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "observer.h"
|
#include "observer.h"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "ctf.h"
|
#include "ctf.h"
|
||||||
#include "tracepoint.h"
|
#include "tracepoint.h"
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "completer.h"
|
#include "completer.h"
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
#include "event-top.h"
|
#include "event-top.h"
|
||||||
#include "inf-loop.h"
|
#include "inf-loop.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "inf-child.h"
|
#include "inf-child.h"
|
||||||
#include "value.h"
|
#include "value.h"
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gdb_obstack.h"
|
#include "gdb_obstack.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#include "breakpoint.h"
|
#include "breakpoint.h"
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
#include "jv-lang.h"
|
#include "jv-lang.h"
|
||||||
#include "psympriv.h"
|
#include "psympriv.h"
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "completer.h"
|
#include "completer.h"
|
||||||
#include "vec.h"
|
#include "vec.h"
|
||||||
#include "c-lang.h"
|
#include "c-lang.h"
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
|
|
||||||
void (*deprecated_file_changed_hook) (char *);
|
void (*deprecated_file_changed_hook) (char *);
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <sys/vfs.h>
|
#include <sys/vfs.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include "filestuff.h"
|
#include "filestuff.h"
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
#if HAVE_ARPA_INET_H
|
#if HAVE_ARPA_INET_H
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#if HAVE_ERRNO_H
|
#if HAVE_ERRNO_H
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "inferior.h"
|
#include "inferior.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "inf-child.h"
|
#include "inf-child.h"
|
||||||
#include "gdb/fileio.h"
|
#include "gdb/fileio.h"
|
||||||
#include "agent.h"
|
#include "agent.h"
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "gdb-dlfcn.h"
|
#include "gdb-dlfcn.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "gdb_bfd.h"
|
#include "gdb_bfd.h"
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
#include "gdbcore.h" /* for get_exec_file */
|
#include "gdbcore.h" /* for get_exec_file */
|
||||||
#include <ctype.h> /* for isdigit */
|
#include <ctype.h> /* for isdigit */
|
||||||
#include "gdbthread.h" /* for struct thread_info etc. */
|
#include "gdbthread.h" /* for struct thread_info etc. */
|
||||||
#include "gdb_stat.h" /* for struct stat */
|
#include <sys/stat.h> /* for struct stat */
|
||||||
#include <fcntl.h> /* for O_RDONLY */
|
#include <fcntl.h> /* for O_RDONLY */
|
||||||
#include "inf-loop.h"
|
#include "inf-loop.h"
|
||||||
#include "event-loop.h"
|
#include "event-loop.h"
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "floatformat.h"
|
#include "floatformat.h"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "dictionary.h"
|
#include "dictionary.h"
|
||||||
#include "mdebugread.h"
|
#include "mdebugread.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "psympriv.h"
|
#include "psympriv.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "top.h"
|
#include "top.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
|
|
||||||
static void env_mod_path (char *dirname, char **which_path);
|
static void env_mod_path (char *dirname, char **which_path);
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "nto-tdep.h"
|
#include "nto-tdep.h"
|
||||||
#include "top.h"
|
#include "top.h"
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "gdb_obstack.h"
|
#include "gdb_obstack.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
#include <fcntl.h> /* for O_RDONLY */
|
#include <fcntl.h> /* for O_RDONLY */
|
||||||
#include <unistd.h> /* for "X_OK" */
|
#include <unistd.h> /* for "X_OK" */
|
||||||
#include "gdb_stat.h" /* for struct stat */
|
#include <sys/stat.h> /* for struct stat */
|
||||||
|
|
||||||
/* Note: procfs-utils.h must be included after the above system header
|
/* Note: procfs-utils.h must be included after the above system header
|
||||||
files, because it redefines various system calls using macros.
|
files, because it redefines various system calls using macros.
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "gdb/fileio.h"
|
#include "gdb/fileio.h"
|
||||||
#include "gdb_wait.h"
|
#include "gdb_wait.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "remote-fileio.h"
|
#include "remote-fileio.h"
|
||||||
#include "event-loop.h"
|
#include "event-loop.h"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "gdb_usleep.h"
|
#include "gdb_usleep.h"
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
#include "remote-fileio.h"
|
#include "remote-fileio.h"
|
||||||
#include "gdb/fileio.h"
|
#include "gdb/fileio.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "xml-support.h"
|
#include "xml-support.h"
|
||||||
|
|
||||||
#include "memory-map.h"
|
#include "memory-map.h"
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
#include <a.out.h>
|
#include <a.out.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "gdb_bfd.h"
|
#include "gdb_bfd.h"
|
||||||
#include <sys/core.h>
|
#include <sys/core.h>
|
||||||
#define __LDINFO_PTRACE32__ /* for __ld_info32 */
|
#define __LDINFO_PTRACE32__ /* for __ld_info32 */
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "inferior.h"
|
#include "inferior.h"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include "gdbcmd.h"
|
#include "gdbcmd.h"
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include "gdb_regex.h"
|
#include "gdb_regex.h"
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "bcache.h"
|
#include "bcache.h"
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "gdb_regex.h"
|
#include "gdb_regex.h"
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include "dictionary.h"
|
#include "dictionary.h"
|
||||||
#include "typeprint.h"
|
#include "typeprint.h"
|
||||||
#include "gdbcmd.h"
|
#include "gdbcmd.h"
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "cp-abi.h"
|
#include "cp-abi.h"
|
||||||
#include "cp-support.h"
|
#include "cp-support.h"
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
#include "event-top.h"
|
#include "event-top.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "ui-out.h"
|
#include "ui-out.h"
|
||||||
#include "cli-out.h"
|
#include "cli-out.h"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifdef HAVE_SYS_FILE_H
|
#ifdef HAVE_SYS_FILE_H
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#endif
|
#endif
|
||||||
#include "gdb_stat.h"
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "coff/internal.h"
|
#include "coff/internal.h"
|
||||||
#include "libcoff.h" /* FIXME, internal data from BFD */
|
#include "libcoff.h" /* FIXME, internal data from BFD */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue