OSDN Git Service

* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2007 16:17:42 +0000 (16:17 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2007 16:17:42 +0000 (16:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123337 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 755d3be..5b568a7 100644 (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>
 
index efc128d..052f731 100644 (file)
 
 /* 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;                           \