diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-11-19 06:36:13 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-11-19 06:38:47 +0400 |
commit | 4a0a886ab6202ef83d74063aa9fe3467f815dd4e (patch) | |
tree | 7665d91bd7711a3260135a8e9fc65786922a1504 /gdb/ChangeLog | |
parent | 3737b3210bd2f18e263d65528dd860edaeb8f997 (diff) | |
download | gdb-4a0a886ab6202ef83d74063aa9fe3467f815dd4e.zip gdb-4a0a886ab6202ef83d74063aa9fe3467f815dd4e.tar.gz gdb-4a0a886ab6202ef83d74063aa9fe3467f815dd4e.tar.bz2 |
gdb_ari.sh: Remove entries for dirent.h and stat.h.
The corresponding gdb_dirent.h and gdb_stat.h no longer exist.
We rely on gnulib for those, now.
gdb/ChangeLog:
* contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
"stat.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1d0a3c..b28d1ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-11-19 Joel Brobecker <brobecker@adacore.com> + + * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and + "stat.h". + 2013-11-18 Tom Tromey <tromey@redhat.com> * common/gdb_stat.h: Remove. |