[llvm-commits] [llvm-gcc-4.2] r63334 - /llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h

Bill Wendling isanbard at gmail.com
Thu Jan 29 13:53:43 PST 2009


Author: void
Date: Thu Jan 29 15:53:43 2009
New Revision: 63334

URL: http://llvm.org/viewvc/llvm-project?rev=63334&view=rev
Log:
Now that we acutally support stack protectors, change this to match Apple GCC's
version. Otherwise, we get spurious warnings.

Modified:
    llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h

Modified: llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h?rev=63334&r1=63333&r2=63334&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h (original)
+++ llvm-gcc-4.2/trunk/gcc/config/rs6000/rs6000.h Thu Jan 29 15:53:43 2009
@@ -1214,13 +1214,7 @@
 
    On the RS/6000, we grow upwards, from the area after the outgoing
    arguments.  */
-/* LLVM LOCAL - begin stack protector */
-#ifdef ENABLE_LLVM
-#define FRAME_GROWS_DOWNWARD 0
-#else
 #define FRAME_GROWS_DOWNWARD (flag_stack_protect != 0)
-#endif
-/* LLVM LOCAL - end stack protector */
 
 
 /* Size of the outgoing register save area */





More information about the llvm-commits mailing list