aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2015-03-17 11:26:09 +0000
committerGary Benson <gbenson@redhat.com>2015-03-17 11:26:09 +0000
commit7f3647e2ba4517be59ce531ec2297918b998fe3e (patch)
tree6449aa029e4eb42a362bfe663d06f192ee40b603 /gdb/ChangeLog
parentc4b0b099b884e73d883f2b8c3ea8ffc9dc678902 (diff)
downloadgdb-7f3647e2ba4517be59ce531ec2297918b998fe3e.zip
gdb-7f3647e2ba4517be59ce531ec2297918b998fe3e.tar.gz
gdb-7f3647e2ba4517be59ce531ec2297918b998fe3e.tar.bz2
Remove forward declaration of struct stat
Forward declarations of struct stat break the Windows build. This commit removes a forward declaration of struct stat and includes sys/stat.h directly instead. gdb/ChangeLog: PR gdb/18131 * common/common-remote-fileio.h (sys/stat.h): New include. (stuct stat): Remove forward declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d984565..10abae0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-17 Gary Benson <gbenson@redhat.com>
+ Luke Allardyce <lukeallardyce@gmail.com>
+
+ PR gdb/18131
+ * common/common-remote-fileio.h (sys/stat.h): New include.
+ (stuct stat): Remove forward declaration.
+
2015-03-16 John Baldwin <jhb@FreeBSD.org>
* fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers