vx-common.h (WINT_TYPE, [...]): Define.

gcc/
	* config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.

From-SVN: r122991
This commit is contained in:
Richard Sandiford 2007-03-16 14:34:56 +00:00 committed by Richard Sandiford
parent 0935e0910e
commit d95d45fd6b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-03-16 Richard Sandiford <richard@codesourcery.com>
* config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
2007-03-16 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,

View File

@ -56,6 +56,12 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16
/* Likewise wint_t. */
#undef WINT_TYPE
#define WINT_TYPE "short unsigned int"
#undef WINT_TYPE_SIZE
#define WINT_TYPE_SIZE 16
/* Dwarf2 unwind info is not supported. */
#define DWARF2_UNWIND_INFO 0