re PR target/47063 (ada fails to build for alpha64-dec-vms)
authorJoern Rennecke <amylaar@spamcop.net>
Thu, 30 Dec 2010 14:17:08 +0000 (14:17 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 30 Dec 2010 14:17:08 +0000 (14:17 +0000)
PR target/47063
* config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
(MALLOC_ABI_ALIGNMENT): Undef / define.

From-SVN: r168345

gcc/ChangeLog
gcc/config/alpha/vms.h

index b0e6c30..9efdd32 100644 (file)
        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
index 9985b67..fab0f25 100644 (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  \