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]

[commit/obvious] Remove last traces of gdb_stat.h.


This file no longer exists.

gdb/ChangeLog:

        * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
        * ctf.c (ctf_start): Remove obsolete comment.

Tested on x86_64-linux by rebuilding. Pushed.

---
 gdb/ChangeLog   | 5 +++++
 gdb/Makefile.in | 2 +-
 gdb/ctf.c       | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 87f3321..133ffde 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
 
+	* Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
+	* ctf.c (ctf_start): Remove obsolete comment.
+
+2013-12-02  Joel Brobecker  <brobecker@adacore.com>
+
 	* Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
 
 2013-11-30  Doug Evans  <xdje42@gmail.com>
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6772a9d..4ff6abb 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -805,7 +805,7 @@ gnulib/import/string.in.h gnulib/import/str-two-way.h \
 gnulib/import/stdint.in.h remote.h remote-notif.h gdb.h sparc-nat.h \
 gdbthread.h dwarf2-frame.h dwarf2-frame-tailcall.h nbsd-nat.h dcache.h \
 amd64-nat.h s390-linux-tdep.h arm-linux-tdep.h exceptions.h macroscope.h \
-gdbarch.h bsd-uthread.h common/gdb_stat.h memory-map.h	memrange.h \
+gdbarch.h bsd-uthread.h memory-map.h memrange.h \
 mdebugread.h m88k-tdep.h stabsread.h hppa-linux-offsets.h linux-fork.h \
 ser-unix.h inf-ptrace.h terminal.h ui-out.h frame-base.h \
 f-lang.h dwarf2loc.h value.h sparc-tdep.h defs.h target-descriptions.h \
diff --git a/gdb/ctf.c b/gdb/ctf.c
index ba8190e..dcc4eb8 100644
--- a/gdb/ctf.c
+++ b/gdb/ctf.c
@@ -320,7 +320,7 @@ ctf_start (struct trace_file_writer *self, const char *dirname)
 #ifdef S_IXGRP
     | S_IXGRP
 #endif
-    | S_IROTH /* Defined in common/gdb_stat.h if not defined.  */
+    | S_IROTH
 #ifdef S_IXOTH
     | S_IXOTH
 #endif
-- 
1.8.1.2


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