xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New internal macro.
authorOlivier Hainque <hainque@adacore.com>
Fri, 31 Aug 2007 07:08:40 +0000 (07:08 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 31 Aug 2007 07:08:40 +0000 (07:08 +0000)
commit890f9edfff1fb106af3395b14e6f17caeb58ae3d
tree63d2909d74d7981d03eda9bb8903b66eb8d847fc
parentb420396fcf9487f7208a496369f30e2f3c19551e
xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New internal macro.

2007-08-31  Olivier Hainque  <hainque@adacore.com>

* config/rs6000/xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New
internal macro. Default alignment factor for csect directives, chosen
to match what BIGGEST_ALIGNMENT allows.
(DATA_SECTION_ASM_OP): Use it.
* config/rs6000/rs6000.c
(rs6000_xcoff_output_readonly_section_asm_op):
Use XCOFF_CSECT_DEFAULT_ALIGNMENT_STR.
(rs6000_xcoff_output_readwrite_section_asm_op): Likewise.

From-SVN: r127956
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/xcoff.h