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