OSDN Git Service

* store-motion.c Do not include params.h
[pf3gnuchains/gcc-fork.git] / gnattools / ChangeLog
1 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
2
3         * Makefile.in (stamp-tools): Add handling of snames.ad[sb]
4
5 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
6
7         * Makefile.in: Change copyright header to refer to version
8         3 of the GNU General Public License and to point readers at the
9         COPYING3 file and the FSF's license web page.
10         * configure.ac: Likewise.
11
12 2009-02-26  Andreas Schwab  <schwab@suse.de>
13
14         PR ada/39172
15         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
16         (INCLUDES_FOR_SUBDIR): Adjust.
17         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
18
19 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
20
21         * configure.ac (warn_cflags): Substitute.
22         * configure: Regenerate.
23         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
24         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
25         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
26         (libsubdir): Remove.
27         (libada-mk): Do not include.  Include libgcc.mvars instead.
28         (xmake_file): Remove, do not include.
29
30 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
31
32         * configure.ac (x_ada_cflags): Remove.
33         (ADA_CFLAGS): Substitute.
34         * configure: Regenerate.
35         * Makefile.in (ADA_CFLAGS): Substitute.
36         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
37         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
38         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
39         Pass ADA_CFLAGS.
40
41 2008-07-30  Laurent Guerby  <laurent@guerby.net>
42
43         PR ada/5911
44         * gnattools/Makefile.in: Replace stamp-gnatlib by
45         stamp-gnatlib-rts.
46
47 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
48
49         * configure.ac, configure: Fix target specific pairs.
50
51 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52
53         * configure.ac: move sinclude of acx.m4 before AC_INIT,
54         also sinclude override.m4.
55         * Makefile.in ($(srcdir)/configure): Update dependencies.
56         * configure: Regenerate.
57
58 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
59
60         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
61         * configure: Regenerate.
62
63 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
64
65         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
66         in gcc/ada/Makefile.in
67
68 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
69
70         PR ada/31808
71         * Makefile.in (gnattools-cross): Do not build vxaddr2line
72
73 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
74
75         * Makefile.in: Remove handling of gnatbl.
76
77 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
78
79         PR ada/34284
80         * configure.ac: Added a missing switch case for *86-*-darwin*
81         when defining the value of TOOLS_TARGET_PAIRS.
82
83         * configure: Regenerated.
84
85 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
86
87         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
88         gcc/ada/Makefile.in.
89
90         * configure: Regenerated.
91
92 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
93
94         PR ada/28953
95         * Makefile.in: No longer build gprmake
96
97 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
98
99         * Makefile.in: Add dummy install-pdf target.
100
101 2007-02-11  Andreas Schwab  <schwab@suse.de>
102
103         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
104         gcc/ada/Makefile.in.
105         * configure: Regenerated.
106
107 2007-01-23  Richard Guenther  <rguenther@suse.de>
108
109         PR bootstrap/30541
110         * Makefile.in (STAGE_PREFIX): Do not define.
111
112 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
113
114         * Makefile.in: Added empty "pdf" target.
115
116 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
117
118         * Makefile.in: Add html and install-html targets.
119
120 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
121
122         * Makefile.in: Fix incorrect use of ' in shell command
123
124 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
125
126         * Makefile.in: Remove use of cc_set_by_configure; just use
127         plain old CC from the top level in this case.
128
129 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
130         Merge from mainline at tag libada-gnattools-merge-20050129:
131         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
132         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
133
134 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
135
136         * Makefile.in: Reinstate stamp-gnatlib check.
137
138 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
139
140         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
141         gcc/ada/configure.ac into gnattools-native and gnattools-cross
142         targets, collecting flags as appropriate from here,
143         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
144         identical behavior.
145         * configure.ac: Add necessary configure bits from
146         gcc/ada/configure.ac.
147         * configure: Regenerate.
148
149 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
150
151         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
152         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
153         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
154         * configure: Regenerate.
155
156 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
157
158         * Makefile.in, configure.ac: Remove libada-specific targets and
159         variables.
160         * configure: Regenerate.
161         * New directory, cloned from libada.
162
163 Copyright 2004, 2005 Free Software Foundation, Inc.
164
165 This ChangeLog is free software; the Free Software Foundation gives
166 unlimited permission to copy, distribute, and modify it.