OSDN Git Service

2004-05-21 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / libada / ChangeLog
1 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
2
3         * Makefile.in: Put back merge of some targets to avoid code duplication.
4         Remove at the same obsolete variable GNATLIBLDFLAGS.
5
6 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7
8         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
9         correctly.
10         * configure: Regenerate.
11
12 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13
14         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
15         over error-prone Make abuse.  Remove temporary debug code.
16         (gnatlib-zcx): New target.
17         (gnattools): Split into gnattools-native, gnattools-cross, to fix
18         previous bug; select which on the basis of default_gnattools_target.
19         (ada.all.cross): Merged with gnattools-cross target.
20         * configure.ac: Set default_gnattools_target.
21         * configure: Regenerate.
22
23 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
24
25         * Makefile.in: Fix errors introduced in previous change (in particular,
26         errors when building gnattools were ignored).
27         Code clean up and simplification.
28         update comments.
29         Remove temporary debug code introduced by mistake in previous check in.
30         Prefer GNU Make syntax over complex and error-prone sh syntax.
31         (gnatlib-zcx): New target.
32         (ada.all.cross): Merged with gnattools-cross target.
33
34 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
35
36         * configure.ac: It's gnatlib-plain in the Makefile, not
37         gnatlib-simple; make configure match.
38         * configure: Regenerate.
39
40 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
41
42         * Makefile.in: Call gcc/ada/Makefile directly, not through the
43         intermediary of gcc/Makefile.  Incorporate all necessary parts of
44         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
45         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
46         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
47         to build in configure.ac, not here.
48         * configure.ac: Provide Makefile.in with the new information it needs,
49         such as GCC's tmake_file and xmake_file.
50         * configure: Regenerate.
51
52 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
53
54         * configure.in: Rename file to ...
55         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
56         * configure: Regenerate.
57
58 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
59
60         PR ada/14350
61         * configure.in: Remove hardcoded gcc version.
62
63         * configure: Regenerated.
64
65 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
66
67         * Makefile.in (gnattools): Depend on gnatlib.
68
69 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
70
71         PR ada/6637, PR ada/5911
72         * configure.in, Makefile.in, configure: Merge with libada-branch
73
74 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
75
76         PR ada/6637, PR ada/5911
77         * configure.in: Add support for --enable/disable-shared
78         * Makefile.in: Add initial, simple support for gnatlib/gnattools
79         for native and cross configurations.
80         * configure: Regenerate
81
82 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
83
84         * configure.in: Make --enable-maintainer-mode work.
85         * configure: Regenerate.
86
87         * Makefile.in, configure.in: New files.
88         * configure: Generate.
89
90         * New directory, new ChangeLog.
91
92 Copyright 2003, 2004 Free Software Foundation, Inc.
93
94 This ChangeLog is free software; the Free Software Foundation gives
95 unlimited permission to copy, distribute, and modify it.