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
This commit is contained in:
Joern Rennecke 2010-12-30 14:17:08 +00:00 committed by Joern Rennecke
parent 268f70337c
commit ff1bb6eeed
2 changed files with 6 additions and 2 deletions

View File

@ -47,6 +47,10 @@
PR target/47129
* 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>
PR tree-optimization/47074

View File

@ -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 */
/* The maximum alignment 'malloc' honors. */
#undef MALLOC_ALIGNMENT
#define MALLOC_ALIGNMENT ((TARGET_MALLOC64 ? 16 : 8) * BITS_PER_UNIT)
#undef MALLOC_ABI_ALIGNMENT
#define MALLOC_ABI_ALIGNMENT ((TARGET_MALLOC64 ? 16 : 8) * BITS_PER_UNIT)
#undef FIXED_REGISTERS
#define FIXED_REGISTERS \