From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- gcc-4.4.3/libada/ChangeLog | 260 --------------------------------------------- 1 file changed, 260 deletions(-) delete mode 100644 gcc-4.4.3/libada/ChangeLog (limited to 'gcc-4.4.3/libada/ChangeLog') diff --git a/gcc-4.4.3/libada/ChangeLog b/gcc-4.4.3/libada/ChangeLog deleted file mode 100644 index 57eec61de..000000000 --- a/gcc-4.4.3/libada/ChangeLog +++ /dev/null @@ -1,260 +0,0 @@ -2010-01-21 Release Manager - - * GCC 4.4.3 released. - -2009-10-24 Eric Botcazou - - * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable. - (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C. - * configure.ac: Include config/unwind_ipinfo.m4. - Check for _Unwind_GetIPInfo. - * configure: Regenerate. - -2009-10-15 Release Manager - - * GCC 4.4.2 released. - -2009-07-22 Release Manager - - * GCC 4.4.1 released. - -2009-07-13 Eric Botcazou - - * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM. - * configure: Regenerate. - -2009-04-21 Release Manager - - * GCC 4.4.0 released. - -2009-04-09 Jakub Jelinek - - * Makefile.in: Change copyright header to refer to version - 3 of the GNU General Public License and to point readers at the - COPYING3 file and the FSF's license web page. - * configure.ac: Likewise. - -2009-04-06 Laurent GUERBY - - * Makefile.in (ADA_RTS_DIR): Define. - * Makefile.in (gnatlib-*): Link adainclude and adalib to it. - -2008-09-21 Laurent Guerby - Paolo Bonzini - - PR ada/5911 - * Makefile.in (all, install, mostlyclean, clean, distclean): Add - multilib handling. - * configure.ac: Add multilib handling. - * configure: Regenerate. - -2008-08-29 Laurent Guerby - - * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to - avoid conflicts. Factor more flags to pass. - (libsubdir): New variable. - (install-gnatlib): New target. - -2008-08-28 Laurent Guerby - - * configure: Regenerate. - -2008-08-06 Thomas Quinot - - * Makefile.in: generate s-oscons.ads again, previous change was - unneeded. - -2008-08-06 Samuel Tardieu - - * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target - oscons. - -2008-08-06 Thomas Quinot - - * Makefile.in: Now generate s-oscons-$(THREAD_KIND). - -2008-08-05 Thomas Quinot - - * Makefile.in (gnatlib*): Now depend on oscons target. - (oscons): New target. - -2008-08-01 Paolo Bonzini - - * configure.ac (warn_cflags): Substitute. - * configure: Regenerate. - * Makefile.in (libdir, WARN_CFLAGS): Substitute. - (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG. - (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove, - they were unused. - (libada-mk): Do not include. Include libgcc.mvars instead. - (tmake_file): Remove, do not include. - (FLAGS_TO_PASS): Pass dummy values for exeext and CC. - * configure: Regenerate. - -2008-06-17 Ralf Wildenhues - - * configure.ac: move sinclude of acx.m4 before AC_INIT, - also sinclude override.m4. - * Makefile.in ($(srcdir)/configure): Update dependencies. - * configure: Regenerate. - -2007-03-01 Brooks Moses - - * Makefile.in: Add dummy install-pdf target. - -2007-01-23 Richard Guenther - - PR bootstrap/30541 - * Makefile.in (STAGE_PREFIX): Do not define. - (FLAGS_TO_PASS): Do not pass STAGE_PREFIX. - -2006-11-16 Paolo Bonzini - - PR bootstrap/29802 - * configure.ac: Call GCC_TOPLEV_SUBDIRS. - * configure: Regenerate. - * Makefile.in: Replace host_subdir. - -2006-10-16 Brooks Moses - - * Makefile.in: Add dummy "pdf" target. - -2006-05-23 Carlos O'Donell - - * Makefile.in: Add install-html target. - -2005-12-05 Paolo Bonzini - - * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET. - -2005-04-27 James E Wilson - - * Makefile.in (html): New. - -2005-02-28 Paolo Bonzini - - PR bootstrap/17383 - * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition. - -2004-12-03 Nathanael Nerode - - * Makefile.in: Add stamp file for building libada, to avoid - duplicate builds every time all-gnattools is called. - -2004-12-02 Nathanael Nerode - - * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure) - here. - -2004-08-16 Nathanael Nerode - - * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST, - _TARGET. - * configure: Regenerate. - -2004-07-18 Nathanael Nerode - - * configure.ac, Makefile.in: Remove gnattools-specific code - (see gnattools directory). - * Makefile.in: Remove dead rts-* targets. - * configure: Regenerate. - -2004-05-25 Daniel Jacobowitz - - * Makefile.in: Add .NOEXPORT. - -2004-04-26 Arnaud Charlet - - * Makefile.in: Put back merge of some targets to avoid code duplication. - Remove at the same obsolete variable GNATLIBLDFLAGS. - -2004-04-19 Nathanael Nerode - - * configure.ac: Fix stupid brain-fade; set default_gnattools_target - correctly. - * configure: Regenerate. - -2004-04-19 Nathanael Nerode - - * Makefile.in: Revert most of Arnaud's last change. Prefer anything - over error-prone Make abuse. Remove temporary debug code. - (gnatlib-zcx): New target. - (gnattools): Split into gnattools-native, gnattools-cross, to fix - previous bug; select which on the basis of default_gnattools_target. - (ada.all.cross): Merged with gnattools-cross target. - * configure.ac: Set default_gnattools_target. - * configure: Regenerate. - -2004-04-19 Arnaud Charlet - - * Makefile.in: Fix errors introduced in previous change (in particular, - errors when building gnattools were ignored). - Code clean up and simplification. - update comments. - Remove temporary debug code introduced by mistake in previous check in. - Prefer GNU Make syntax over complex and error-prone sh syntax. - (gnatlib-zcx): New target. - (ada.all.cross): Merged with gnattools-cross target. - -2004-04-17 Nathanael Nerode - - * configure.ac: It's gnatlib-plain in the Makefile, not - gnatlib-simple; make configure match. - * configure: Regenerate. - -2004-04-14 Nathanael Nerode - - * Makefile.in: Call gcc/ada/Makefile directly, not through the - intermediary of gcc/Makefile. Incorporate all necessary parts of - rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools - targets, rts-zfp, rts-ravenscar. Get needed bits of GCC - configuration from (new) gcc/libada-mk. Decide what gnatlib variant - to build in configure.ac, not here. - * configure.ac: Provide Makefile.in with the new information it needs, - such as GCC's tmake_file and xmake_file. - * configure: Regenerate. - -2004-03-10 Kelley Cook - - * configure.in: Rename file to ... - * configure.ac: .. to this. Bump AC_PREREQ to 2.59. - * configure: Regenerate. - -2003-03-02 Arnaud Charlet - - PR ada/14350 - * configure.in: Remove hardcoded gcc version. - - * configure: Regenerated. - -2004-02-10 Ulrich Weigand - - * Makefile.in (gnattools): Depend on gnatlib. - -2003-02-10 Arnaud Charlet - - PR ada/6637, PR ada/5911 - * configure.in, Makefile.in, configure: Merge with libada-branch - -2003-10-27 Arnaud Charlet - - PR ada/6637, PR ada/5911 - * configure.in: Add support for --enable/disable-shared - * Makefile.in: Add initial, simple support for gnatlib/gnattools - for native and cross configurations. - * configure: Regenerate - -2003-10-23 Nathanael Nerode - - * configure.in: Make --enable-maintainer-mode work. - * configure: Regenerate. - - * Makefile.in, configure.in: New files. - * configure: Generate. - - * New directory, new ChangeLog. - -Copyright 2003, 2004 Free Software Foundation, Inc. - -This ChangeLog is free software; the Free Software Foundation gives -unlimited permission to copy, distribute, and modify it. -- cgit v1.2.3