]> gcc.gnu.org Git - gcc.git/commit
gengtype.c (main): Handle double_int type.
authorZdenek Dvorak <dvorakz@suse.cz>
Fri, 3 Mar 2006 00:38:20 +0000 (01:38 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Fri, 3 Mar 2006 00:38:20 +0000 (00:38 +0000)
commitf82783bddac324321fa535d219d345ab0aa3b892
tree5f4ce06a46059b33cacd4d5c9a4b58ab6147793f
parent778f0e89180557c7817da8cbb4876dd1ceb18888
gengtype.c (main): Handle double_int type.

* gengtype.c (main): Handle double_int type.
* tree.h (struct tree_int_cst): Make type of int_cst double_int.
* double-int.c: New file.
* double-int.h: New file.
* system.h: Include doubleint.h.
* Makefile.in (SYSTEM_H): Include double-int.h.
(double-int.o): Add.

From-SVN: r111663
gcc/ChangeLog
gcc/Makefile.in
gcc/double-int.c [new file with mode: 0644]
gcc/double-int.h [new file with mode: 0644]
gcc/gengtype.c
gcc/system.h
gcc/tree.h
This page took 0.059077 seconds and 5 git commands to generate.