From ab1da110d0d127559fc4b8b2bf6d0d1ff3feff30 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 29 Mar 2007 16:17:42 +0000 Subject: [PATCH] * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef. From-SVN: r123337 --- gcc/ChangeLog | 1 + gcc/config/rs6000/darwin.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 755d3be1065..5b568a75b37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index efc128dbdf7..052f7313f5f 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -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; \