OSDN Git Service

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