]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/i386.c (ix86_supports_split_stack): Test
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 2010 18:24:54 +0000 (18:24 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 2010 18:24:54 +0000 (18:24 +0000)
HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than
dwarf2out_do_cfi_asm.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164696 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c

index a2b7b62becd474557ab42913a6e742dbe8ea17ea..989d77dfda4493019c98a8320cf967355048e97b 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-28  Ian Lance Taylor  <iant@google.com>
+
+       * config/i386/i386.c (ix86_supports_split_stack): Test
+       HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than
+       dwarf2out_do_cfi_asm.
+
 2010-09-28  Ian Lance Taylor  <iant@google.com>
 
        PR target/45815
index e164c4b457b45ec7b1ad905a16a68c80180198dd..c13479a55e2807db6c453a0ef462b963fe2c5bd4 100644 (file)
@@ -8380,7 +8380,7 @@ ix86_supports_split_stack (bool report ATTRIBUTE_UNUSED)
     error ("%<-fsplit-stack%> currently only supported on GNU/Linux");
   ret = false;
 #else
-  if (!dwarf2out_do_cfi_asm ())
+  if (!HAVE_GAS_CFI_PERSONALITY_DIRECTIVE)
     {
       if (report)
        error ("%<-fsplit-stack%> requires "