diff options
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 755d3be..5b568a7 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 <dwarak.rajagopal@amd.com> diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index efc128d..052f731 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; \ |