2013-08-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR target/58065
* config/arm/arm.h (MALLOC_ABI_ALIGNMENT): New,
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201589
138bc75d-0d04-0410-961f-
82ee72b054a4
+2013-08-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ PR target/58065
+ * config/arm/arm.h (MALLOC_ABI_ALIGNMENT): Define.
+
2013-08-07 Xinliang David Li <davidxl@google.com>
* config/i386/i386.opt: New option -mtune-ctrl=.
#define BIGGEST_ALIGNMENT (ARM_DOUBLEWORD_ALIGN ? DOUBLEWORD_ALIGNMENT : 32)
+#define MALLOC_ABI_ALIGNMENT BIGGEST_ALIGNMENT
+
/* XXX Blah -- this macro is used directly by libobjc. Since it
supports no vector modes, cut out the complexity and fall back
on BIGGEST_FIELD_ALIGNMENT. */