Commit d95d45fd by Richard Sandiford Committed by Richard Sandiford

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

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

From-SVN: r122991
parent 0935e091
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,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment