OSDN Git Service

add comment
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2002 22:32:04 +0000 (22:32 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2002 22:32:04 +0000 (22:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50462 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/sysv4.h

index 0ba522b..aa1c0cc 100644 (file)
@@ -384,6 +384,10 @@ do {                                                                       \
 #define ABI_STACK_BOUNDARY ((TARGET_EABI && !TARGET_ALTIVEC_ABI) ? 64 : 128)
 
 /* No data type wants to be aligned rounder than this.  */
+/* FIXME: This should be keyed off of TARGET_ALTIVEC_ABI instead but
+   TARGET_ALTIVEC_ABI uses rs6000_altivec_abi which is only defined in
+   rs6000.c.  Consequently, genconstants will fail to link because it
+   uses rtl.c which uses BIGGEST_ALIGNMENT.  */
 #undef BIGGEST_ALIGNMENT
 #define BIGGEST_ALIGNMENT ((TARGET_EABI && !TARGET_ALTIVEC) ? 64 : 128)