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