fixed-value.h: New file.
authorChao-ying Fu <fu@mips.com>
Mon, 6 Aug 2007 23:18:57 +0000 (23:18 +0000)
committerChao-ying Fu <chaoyingfu@gcc.gnu.org>
Mon, 6 Aug 2007 23:18:57 +0000 (23:18 +0000)
commit1e1ba002882f40d2e8bdc6aebda39e15183e4f92
treeaddc6eca4349b2f6c3297a7faaeaf123e6da7c68
parent19c222f890b08f00f999b2853b09a0152ac423fb
fixed-value.h: New file.

* fixed-value.h: New file.
* fixed-value.c: New file.
* Makefile.in (OBJS-common): Add fixed-value.o.
(fixed-value.o): New rule.
(GTFILES): Add fixed-value.h.
* double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
to compare a.low and b.low.
* gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.

From-SVN: r127260
gcc/ChangeLog
gcc/Makefile.in
gcc/double-int.c
gcc/fixed-value.c [new file with mode: 0644]
gcc/fixed-value.h [new file with mode: 0644]
gcc/gengtype.c