OSDN Git Service

* Make-lang.in (treelang.install-info): Depend only on info files
[pf3gnuchains/gcc-fork.git] / gcc / treelang / ChangeLog
1 2003-01-14  Andreas Jaeger  <aj@suse.de>
2
3         * Make-lang.in (treelang.install-info): Depend only on info files
4         if BUILD_INFO is set.  Fix install rules.
5         (treelang.): New.
6
7 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8
9         * Make-lang.in (treelang.install.common.done,
10         treelang.install-info, treelang.uninstall): Prepend
11         $(DESTDIR) to destination paths in all (un)installation
12         commands.
13
14 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
15
16         * treelang.texi: Use @copying.
17
18 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
19
20         * treelang.texi: Include gcc-common.texi.
21         * Make-lang.in ($(srcdir)/treelang/treelang.info, treelang.dvi):
22         Depend on gcc-common.texi.  Add other missing dependencies.
23         (treelang.dvi): Use texi2dvi.
24
25 2002-12-22  Joseph S. Myers  <jsm@polyomino.org.uk>
26
27         * treelang.texi: Use @ifnottex instead of @ifinfo.
28
29 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
30
31         * lex.l: Move "%{" below copyright notice; get rid of "/*"
32         embedded in comment.  Do not #undef IN_GCC; do not include
33         stdio.h, memory.h, or ansidecl.h; do not include config.h twice.
34         Do include coretypes.h and tm.h.
35         * parse.y: Do not #undef IN_GCC, provide bogus definitions of tree
36         and rtx typedefs, or include stdio.h, stdlib.h, string.h, or
37         ansidecl.h. Do include coretypes.h and tm.h.
38         * tree1.c: Do not include ansidecl.h, stdlib.h, unistd.h, ctype.h,
39         stdarg.h, string.h, or stdio.h.  Do include coretypes.h and tm.h.
40         * treetree.c: Do not include stdlib.h, unistd.h, safe-ctype.h,
41         errno.h. stdarg.h, limits.h, string.h, fcntl.h, getopt.h. stdio.h,
42         or ansidecl.h.  Do include coretypes.h and tm.h.
43         * Make-lang.in: Update dependencies.
44
45 2002-09-09  Tim Josling  <tej@melbpc.org.au>
46
47         * treetree.c (objc_is_id): New.
48
49 2002-08-16  Tim Josling  <tej@melbpc.org.au>
50
51         Remove variables and functions now defined elsewhere.
52
53         * treetree.c (maybe_objc_comptypes): Remove.
54         (warn_format, warn_format_y2k, warn_format_extra_args,
55         warn_format_nonliteral, warn_format_security,
56         warn_format_zero_length): Remove.
57         (maybe_building_objc_message_expr): Remove.
58         (cpp_post_options): Remove.
59         (maybe_objc_check_decl): Remove.
60         (integer_types): Remove.
61
62
63 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
64
65         * treelang.c: Remove cpp_post_options.
66
67 2002-08-13  Tim Josling  <tej@melbpc.org.au>
68
69         * parse.y: Provide dummy definition of rtx for use by config.h.
70         * Make-lang.in (treetree.o): Remove dependency on non-existent
71         gt-treelang-treelang.h.
72         (gt-treelang-treelang.h): Remove.
73
74 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
75
76         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files.
77
78 2002-07-11  Tim Josling  <tej@melbpc.org.au>
79
80         Remove front end hard coding from gengtype.c.
81
82         * config-lang.in (gtfiles): Add files needed for this front
83         end.
84
85 2002-07-09  Tim Josling  <tej@melbpc.org.au>
86
87         Support new attributes regime (Fix for PR c++/7099).
88
89         * treetree.c (handle_format_attribute): Return NULL_TREE instead
90         of aborting.
91         (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
92         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
93         LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
94
95 2002-06-21  Andreas Jaeger  <aj@suse.de>
96
97         * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
98         treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
99
100 2002-06-19  Paolo Bonzini <bonzini@gnu.org>
101
102         * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
103         than STATIC.
104
105 2002-06-10  Tim Josling  <tej@melbpc.org.au>
106
107         Cleanup
108
109         * Make-lang.in (check-treelang). Add. Remove direct dependency of
110         'check' on 'treelang.check' as redundant.
111
112         PCH Garbage collection regime (gengtypes.c) phase 1.
113
114         * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
115         gt-treelang-treelang.h gtype-treelang.h.
116         (gt-treelang-tree1.h) Depend on s-gtype.
117         (gt-treelang-treelang.h) Depend on s-gtype.
118         (gtype-treelang.h) Depend on s-gtype.
119
120         * config-lang.in (gtfiles): Define.
121
122         * lex.l (main): Remove '#if 0' dead code.
123         (main): Move undef of IN_GCC so define of tree typedef works.
124         (all): Replace token and production by prod_token_parm_item.
125
126         * parse.y
127         (all): Replace token and production by prod_token_parm_item.
128
129         * tree1.c (main): Remove include of "output.h".
130         (symbol_table): Add GTY details.
131         (symbol_table_ggc): Remove.
132         (treelang_init): Remove root definitions for garbage collection.
133         (mark_production_used): Remove.
134         (mark_token_used): Remove.
135         (main, at end): include generated garage collection routines.
136
137         * treelang.h (category_enum ): Add parameter_category.
138         (all): Replace token and production and parameters by union
139         prod_token_parm_item containing production_part, token_part,
140         parameter_part.
141         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
142         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
143         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
144         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
145         treetree.h.
146
147         * treetree.c
148         (tm_p.h): Do not include.
149         (ansidecl.h): Move include after config.h.
150         (treelang.h): Include it.
151         (ADDROOT): Remove.
152         (all): Replace token, production and parameter by prod_token_parm_item.
153         (tree_parameter_list): Move to treelang.h as part of
154         prod_token_parm_item.
155         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
156         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
157         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
158         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
159         treelang.h.
160
161 2002-05-19  Tim Josling  <tej@melbpc.org.au>
162
163         * treetree.c (warn_format_zero_length): Add.
164
165 2002-05-14  Tim Josling  <tej@melbpc.org.au>
166
167         * Make-lang.in: Fix build for .info files, add target for manpages.
168         A bug report and a suggested patch came from Magnus Fromreide
169         <magfr@lysator.liu.se>.
170
171 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
172
173         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
174
175 2002-05-11  Tim Josling  <tej@melbpc.org.au>
176
177         * treetree.c: (cpp_define) Add.
178         (cpp_get_callbacks) Add.
179
180 2002-05-07  Tim Josling  <tej@melbpc.org.au>
181
182         * treetree.c: (cpp_get_options) Add.
183
184 2002-05-06  Tim Josling  <tej@melbpc.org.au>
185
186         * .cvsignore: Add.
187
188 2002-05-05  Tim Josling  <tej@melbpc.org.au>
189
190         * Updated for gcc3.2 experimental. Major changes throughout.
191
192 2002-03-31  Tim Josling  <tej@melbpc.org.au>
193
194         * Make-lang.in: Changes so build and check work more reliably
195
196 2001-07-30  Tim Josling  <tej@melbpc.org.au>
197
198         * root.texi: remove
199         * treelang.texi: updates based on feedback
200
201 2001-06-11  Tim Josling  <tej@melbpc.org.au>
202
203         * all (all) Revamp code to conform to GCC coding standards, fix
204         typos in texi files.
205
206 2001-05-11  Tim Josling  <tej@melbpc.org.au>
207
208         Create the new language.