diff options
| author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-29 16:17:42 +0000 |
|---|---|---|
| committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-29 16:17:42 +0000 |
| commit | a8654287c389ab857c5348209b819ff826b6d86f (patch) | |
| tree | 70ae6512d692524a9f03de6cb4b07ccbc0ce63d8 | |
| parent | 409f91752339f4adeeb1b3ebe4d58796a046ce78 (diff) | |
| download | ppe42-gcc-a8654287c389ab857c5348209b819ff826b6d86f.tar.gz ppe42-gcc-a8654287c389ab857c5348209b819ff826b6d86f.zip | |
* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123337 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 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 <dwarak.rajagopal@amd.com> 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; \ |

