aboutsummaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:57 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:57 +0000
commitda888c87a615085d0d9608416816da63e734024e (patch)
treeaa733c55ace09c011122d5d2f6ced667b606ac07 /config/ChangeLog
parent2e658c87813a0941392e87843427f8495dd9eecf (diff)
downloadfsf-binutils-gdb-da888c87a615085d0d9608416816da63e734024e.zip
fsf-binutils-gdb-da888c87a615085d0d9608416816da63e734024e.tar.gz
fsf-binutils-gdb-da888c87a615085d0d9608416816da63e734024e.tar.bz2
2008-07-30 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Add makefile fragments for hpux. * Makefile.def (flags_to_pass): Add ADA_CFLAGS. * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. * configure: Regenerate. * Makefile.in: Regenerate. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.tpl ($(srcdir)/configure): Update dependencies. * Makefile.in: Regenerate. * configure: Regenerate. config: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * mh-pa: New, from gcc/config/pa/x-ada. * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10. 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org> * tls.m4: Fix typos.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 0ec955d..a35fe14 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-30 Paolo Bonzini <bonzini@gnu.org>
+
+ * mh-pa: New, from gcc/config/pa/x-ada.
+ * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
+
2008-07-25 Keith Seitz <keiths@redhat.com>
* acinclude.m4: Remove libide, libgui, and all the other Tcl
@@ -21,10 +26,14 @@
version _GCC_AUTOCONF_VERSION throughout the tree.
(m4_wrap): New override, fix for Posix semantics of m4wrap.
+2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
+
+ * tls.m4: Fix typos.
+
2008-06-08 Joseph Myers <joseph@codesourcery.com>
PR tree-optimization/36218
- * config/mh-mingw (LDFLAGS): Define.
+ * mh-mingw (LDFLAGS): Define.
2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>