Commit e7005ecb by Geoffrey Keating Committed by Geoffrey Keating

* tree.h (DECL_ALIGN): Back out previous change.

From-SVN: r126276
parent e980a729
2007-07-03 Geoffrey Keating <geoffk@apple.com>
* tree.h (DECL_ALIGN): Back out previous change.
2007-07-03 Joseph Myers <joseph@codesourcery.com> 2007-07-03 Joseph Myers <joseph@codesourcery.com>
* configure.ac: Test for .dtprelword support on MIPS. * configure.ac: Test for .dtprelword support on MIPS.
......
...@@ -2586,7 +2586,7 @@ struct tree_memory_partition_tag GTY(()) ...@@ -2586,7 +2586,7 @@ struct tree_memory_partition_tag GTY(())
/* Likewise for the size in bytes. */ /* Likewise for the size in bytes. */
#define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit) #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit)
/* Holds the alignment required for the datum, in bits. */ /* Holds the alignment required for the datum, in bits. */
#define DECL_ALIGN(NODE) (TREE_NOT_CHECK (DECL_COMMON_CHECK (NODE), FUNCTION_DECL)->decl_common.u1.a.align) #define DECL_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.u1.a.align)
/* The alignment of NODE, in bytes. */ /* The alignment of NODE, in bytes. */
#define DECL_ALIGN_UNIT(NODE) (DECL_ALIGN (NODE) / BITS_PER_UNIT) #define DECL_ALIGN_UNIT(NODE) (DECL_ALIGN (NODE) / BITS_PER_UNIT)
/* For FIELD_DECLs, off_align holds the number of low-order bits of /* For FIELD_DECLs, off_align holds the number of low-order bits of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment