Commit 7ac159a5 by David Edelsohn Committed by David Edelsohn

re PR bootstrap/26545 (undeclared 64bit constants in c-common.c)

	PR target/26545
	* config/rs6000/aix41.h (TARGET_64BIT): Define.

From-SVN: r113659
parent 08f36673
2006-05-09 David Edelsohn <edelsohn@gnu.org>
PR target/26545
* config/rs6000/aix41.h (TARGET_64BIT): Define.
2006-05-09 Michael Matz <matz@suse.de>
* config.host (<i[34567]86-*-*, x86_64-*-*>): Set
......
......@@ -91,3 +91,6 @@
.set directives. We handle this by deferring the output of .set
directives to the end of the compilation unit. */
#define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) true
#undef TARGET_64BIT
#define TARGET_64BIT 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