OSDN Git Service

* config/mips/mips.c (mips_rtx_cost_optimize_size): New table of
[pf3gnuchains/gcc-fork.git] / libada / ChangeLog
1 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
2
3         * Makefile.in: Add dummy "pdf" target.
4
5 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
6
7         * Makefile.in: Add install-html target.
8
9 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10
11         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
12
13 2005-04-27  James E Wilson  <wilson@specifixinc.com>
14
15         * Makefile.in (html): New.
16
17 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
18
19         PR bootstrap/17383
20         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
21
22 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
23
24         * Makefile.in: Add stamp file for building libada, to avoid
25         duplicate builds every time all-gnattools is called.
26
27 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
28
29         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
30         here.
31
32 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
33
34         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
35         _TARGET.
36         * configure: Regenerate.
37
38 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
39
40         * configure.ac, Makefile.in: Remove gnattools-specific code
41         (see gnattools directory).
42         * Makefile.in: Remove dead rts-* targets.
43         * configure: Regenerate.
44
45 2004-05-25  Daniel Jacobowitz  <drow@false.org>
46
47         * Makefile.in: Add .NOEXPORT.
48
49 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
50
51         * Makefile.in: Put back merge of some targets to avoid code duplication.
52         Remove at the same obsolete variable GNATLIBLDFLAGS.
53
54 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
55
56         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
57         correctly.
58         * configure: Regenerate.
59
60 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
61
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.
70
71 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
72
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.
81
82 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
83
84         * configure.ac: It's gnatlib-plain in the Makefile, not
85         gnatlib-simple; make configure match.
86         * configure: Regenerate.
87
88 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
89
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.
99
100 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
101
102         * configure.in: Rename file to ...
103         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
104         * configure: Regenerate.
105
106 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
107
108         PR ada/14350
109         * configure.in: Remove hardcoded gcc version.
110
111         * configure: Regenerated.
112
113 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
114
115         * Makefile.in (gnattools): Depend on gnatlib.
116
117 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
118
119         PR ada/6637, PR ada/5911
120         * configure.in, Makefile.in, configure: Merge with libada-branch
121
122 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
123
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
129
130 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
131
132         * configure.in: Make --enable-maintainer-mode work.
133         * configure: Regenerate.
134
135         * Makefile.in, configure.in: New files.
136         * configure: Generate.
137
138         * New directory, new ChangeLog.
139
140 Copyright 2003, 2004 Free Software Foundation, Inc.
141
142 This ChangeLog is free software; the Free Software Foundation gives
143 unlimited permission to copy, distribute, and modify it.