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