OSDN Git Service

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