* config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
[official-gcc.git] / libada / ChangeLog
blobb62e3c316437657a8c4d4c435be74dc98a4a8ed0
1 2007-01-23  Richard Guenther  <rguenther@suse.de>
3         PR bootstrap/30541
4         * Makefile.in (STAGE_PREFIX): Do not define.
5         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
7 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9         PR bootstrap/29802
10         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
11         * configure: Regenerate.
12         * Makefile.in: Replace host_subdir.
14 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
16         * Makefile.in: Add dummy "pdf" target.
18 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
20         * Makefile.in: Add install-html target.
22 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
24         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
26 2005-04-27  James E Wilson  <wilson@specifixinc.com>
28         * Makefile.in (html): New.
30 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
32         PR bootstrap/17383
33         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
35 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
37         * Makefile.in: Add stamp file for building libada, to avoid
38         duplicate builds every time all-gnattools is called.
40 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
42         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
43         here.
45 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
47         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
48         _TARGET.
49         * configure: Regenerate.
51 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
53         * configure.ac, Makefile.in: Remove gnattools-specific code
54         (see gnattools directory).
55         * Makefile.in: Remove dead rts-* targets.
56         * configure: Regenerate.
58 2004-05-25  Daniel Jacobowitz  <drow@false.org>
60         * Makefile.in: Add .NOEXPORT.
62 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
64         * Makefile.in: Put back merge of some targets to avoid code duplication.
65         Remove at the same obsolete variable GNATLIBLDFLAGS.
67 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
69         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
70         correctly.
71         * configure: Regenerate.
73 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
75         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
76         over error-prone Make abuse.  Remove temporary debug code.
77         (gnatlib-zcx): New target.
78         (gnattools): Split into gnattools-native, gnattools-cross, to fix
79         previous bug; select which on the basis of default_gnattools_target.
80         (ada.all.cross): Merged with gnattools-cross target.
81         * configure.ac: Set default_gnattools_target.
82         * configure: Regenerate.
84 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
86         * Makefile.in: Fix errors introduced in previous change (in particular,
87         errors when building gnattools were ignored).
88         Code clean up and simplification.
89         update comments.
90         Remove temporary debug code introduced by mistake in previous check in.
91         Prefer GNU Make syntax over complex and error-prone sh syntax.
92         (gnatlib-zcx): New target.
93         (ada.all.cross): Merged with gnattools-cross target.
95 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
97         * configure.ac: It's gnatlib-plain in the Makefile, not
98         gnatlib-simple; make configure match.
99         * configure: Regenerate.
101 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
103         * Makefile.in: Call gcc/ada/Makefile directly, not through the
104         intermediary of gcc/Makefile.  Incorporate all necessary parts of
105         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
106         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
107         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
108         to build in configure.ac, not here.
109         * configure.ac: Provide Makefile.in with the new information it needs,
110         such as GCC's tmake_file and xmake_file.
111         * configure: Regenerate.
113 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
115         * configure.in: Rename file to ...
116         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
117         * configure: Regenerate.
119 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
121         PR ada/14350
122         * configure.in: Remove hardcoded gcc version.
124         * configure: Regenerated.
126 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
128         * Makefile.in (gnattools): Depend on gnatlib.
130 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
132         PR ada/6637, PR ada/5911
133         * configure.in, Makefile.in, configure: Merge with libada-branch
135 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
137         PR ada/6637, PR ada/5911
138         * configure.in: Add support for --enable/disable-shared
139         * Makefile.in: Add initial, simple support for gnatlib/gnattools
140         for native and cross configurations.
141         * configure: Regenerate
143 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
145         * configure.in: Make --enable-maintainer-mode work.
146         * configure: Regenerate.
148         * Makefile.in, configure.in: New files.
149         * configure: Generate.
151         * New directory, new ChangeLog.
153 Copyright 2003, 2004 Free Software Foundation, Inc.
155 This ChangeLog is free software; the Free Software Foundation gives
156 unlimited permission to copy, distribute, and modify it.