OSDN Git Service

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