mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
268f70337c
commit
ff1bb6eeed
|
|
@ -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
|
||||||
#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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue