OSDN Git Service

PR target/47063
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2010 14:17:08 +0000 (14:17 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 2010 14:17:08 +0000 (14:17 +0000)
* config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
(MALLOC_ABI_ALIGNMENT): Undef / define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168345 138bc75d-0d04-0410-961f-82ee72b054a4

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  \