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