aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDaniel Gutson <dgutson@codesourcery.com>2010-01-05 00:40:07 +0000
committerDaniel Gutson <dgutson@codesourcery.com>2010-01-05 00:40:07 +0000
commit16231b7b9de982c605ea14f61b46054eeac01628 (patch)
tree024c40c9092cf859a576be0131806973a2d29e60 /bfd/ChangeLog
parentc1e2cb9d8c5d760059171e7cd34355f64742a132 (diff)
downloadgdb-16231b7b9de982c605ea14f61b46054eeac01628.zip
gdb-16231b7b9de982c605ea14f61b46054eeac01628.tar.gz
gdb-16231b7b9de982c605ea14f61b46054eeac01628.tar.bz2
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
* bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC before including procfs.h. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise. * configure.in: Added autoconf probe for the pr_fpreg member. * configure: Regenerated. * config.in: Regenerated. * elf.c: Define _STRUCTURE_PROC before including procfs.h.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0bc91a0..4d0db31 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
+
+ * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
+ before including procfs.h.
+ (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
+ * configure.in: Added autoconf probe for the pr_fpreg member.
+ * configure: Regenerated.
+ * config.in: Regenerated.
+ * elf.c: Define _STRUCTURE_PROC before including procfs.h.
+
2010-01-04 Joel Brobecker <brobecker@adacore.com>
Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).