Commit ff1bb6ee by Joern Rennecke Committed by Joern Rennecke

re PR target/47063 (ada fails to build for alpha64-dec-vms)

	PR target/47063
	* config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
	(MALLOC_ABI_ALIGNMENT): Undef / define.

From-SVN: r168345
parent 268f7033
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
PR target/47129 PR target/47129
* config/ia64/ia64.c: Include "dwarf2out.h" . * config/ia64/ia64.c: Include "dwarf2out.h" .
PR target/47063
* config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
(MALLOC_ABI_ALIGNMENT): Undef / define.
2010-12-29 Jakub Jelinek <jakub@redhat.com> 2010-12-29 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/47074 PR tree-optimization/47074
...@@ -72,8 +72,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -72,8 +72,8 @@ along with GCC; see the file COPYING3. If not see
#define MAX_OFILE_ALIGNMENT 524288 /* 8 x 2^16 by DEC Ada Test CD40VRA */ #define MAX_OFILE_ALIGNMENT 524288 /* 8 x 2^16 by DEC Ada Test CD40VRA */
/* The maximum alignment 'malloc' honors. */ /* The maximum alignment 'malloc' honors. */
#undef MALLOC_ALIGNMENT #undef MALLOC_ABI_ALIGNMENT
#define MALLOC_ALIGNMENT ((TARGET_MALLOC64 ? 16 : 8) * BITS_PER_UNIT) #define MALLOC_ABI_ALIGNMENT ((TARGET_MALLOC64 ? 16 : 8) * BITS_PER_UNIT)
#undef FIXED_REGISTERS #undef FIXED_REGISTERS
#define FIXED_REGISTERS \ #define FIXED_REGISTERS \
......
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