* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.

From-SVN: r123337
This commit is contained in:
Mike Stump 2007-03-29 16:17:42 +00:00 committed by Mike Stump
parent 311e3ff0b6
commit ab1da110d0
2 changed files with 1 additions and 2 deletions

View File

@ -52,6 +52,7 @@
* config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
* config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>

View File

@ -242,8 +242,6 @@
/* This says how to output an assembler line to define a global common
symbol. */
/* ? */
#undef ASM_OUTPUT_ALIGNED_COMMON
#define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
do { \
unsigned HOST_WIDE_INT _new_size = SIZE; \