Martin v. Löwis
3103b7db04
Makefile.in: Add lang_tree_files and gencheck.h.
...
* Makefile.in: Add lang_tree_files and gencheck.h.
* configure.in: Generate them.
* gencheck.c: Include gencheck.h.
From-SVN: r22101
1998-08-30 09:50:47 -06:00
Richard Henderson
402cdad5e7
alloca.c: Respect USE_C_ALLOCA.
...
* alloca.c: Respect USE_C_ALLOCA.
* gencheck.c (xmalloc): Ignore __GNUC__ for definition.
* gengenrtl.c (xmalloc): Likewise.
From-SVN: r21264
1998-07-17 08:00:11 -07:00
Jeff Law
9ec36da574
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
...
details.
From-SVN: r20808
1998-06-29 15:40:49 -06:00
Kaveh R. Ghazi
83e0821b60
Some fixes for KNR compilers:
...
* gencheck.c: Remove redundant stdio.h include. Add a definition
of xmalloc for when we are forced to link with alloca.o.
* reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
instead of `1U'.
* fold-const.c (constant_boolean_node): Make definition static to
match the prototype.
From-SVN: r20261
1998-06-06 09:25:16 +00:00
Martin v. Löwis
12b195d936
Makefile.in (TREE_H): Add tree-check.h.
...
* Makefile.in (TREE_H): Add tree-check.h.
(tree-check.h, gencheck): New targets.
* gencheck.c: New file.
* tree.c (tree_check, tree_class_check): New functions.
* tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
(TYPE_CHECK, DECL_CHECK): Define.
Modify all access macros to use generated checking macros.
From-SVN: r19934
1998-05-21 13:20:37 -06:00