Comment 6 for bug 598462

Revision history for this message
In , Matthias Klose (doko) wrote :

a build with the suggested change doesn't show any change.

--- gcc/calls.c~ 2009-02-05 09:30:24.000000000 +0100
+++ gcc/calls.c 2009-02-12 15:17:08.000000000 +0100
@@ -530,6 +530,8 @@
        }
       else if ((tname[0] == 'q' && tname[1] == 's'
                && ! strcmp (tname, "qsetjmp"))
+ || (tname[0] == 'f' && tname[1] == 'o'
+ && ! strcmp (tname, "fork"))
               || (tname[0] == 'v' && tname[1] == 'f'
                   && ! strcmp (tname, "vfork"))
               || (tname[0] == 'g' && tname[1] == 'e'