aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/darwin.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-03-29 16:17:42 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-03-29 16:17:42 +0000
commitab1da110d0d127559fc4b8b2bf6d0d1ff3feff30 (patch)
tree70ae6512d692524a9f03de6cb4b07ccbc0ce63d8 /gcc/config/rs6000/darwin.h
parent311e3ff0b6a0065e04d49b498e249cb1a68af0d0 (diff)
downloadgcc-ab1da110d0d127559fc4b8b2bf6d0d1ff3feff30.zip
gcc-ab1da110d0d127559fc4b8b2bf6d0d1ff3feff30.tar.gz
gcc-ab1da110d0d127559fc4b8b2bf6d0d1ff3feff30.tar.bz2
* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
From-SVN: r123337
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r--gcc/config/rs6000/darwin.h2
1 files changed, 0 insertions, 2 deletions
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; \