aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-09-19 13:41:33 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-09-19 13:41:33 +0000
commit768505569c3634f2e726599a7532a7badf74f38c (patch)
tree7eb53bd9949cc41b470853ad54dbf4ddda0c39c1 /libbacktrace/ChangeLog
parentfb522d96cc3cd7192f92f6b7fe3ff8d659fe4d1b (diff)
downloadgcc-768505569c3634f2e726599a7532a7badf74f38c.zip
gcc-768505569c3634f2e726599a7532a7badf74f38c.tar.gz
gcc-768505569c3634f2e726599a7532a7badf74f38c.tar.bz2
configure.ac (GCC_HEADER_STDINT): Invoke.
* configure.ac (GCC_HEADER_STDINT): Invoke. * backtrace.h: If we can't find <stdint.h>, use "gstdint.h". * btest.c: Don't include <stdint.h>. * dwarf.c: Likewise. * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. Co-Authored-By: Ian Lance Taylor <iant@google.com> From-SVN: r191474
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 814a1c9..ea9ff2f 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ Ian Lance Taylor <iant@google.com>
+
+ * configure.ac (GCC_HEADER_STDINT): Invoke.
+ * backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
+ * btest.c: Don't include <stdint.h>.
+ * dwarf.c: Likewise.
+ * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
+
2012-09-18 Ian Lance Taylor <iant@google.com>
PR bootstrap/54623