Backport:

2009-04-30  Adam Nemet  <anemet@caviumnetworks.com>

	* gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.

From-SVN: r150628
This commit is contained in:
Kaveh R. Ghazi 2009-08-10 17:35:05 +00:00 committed by Kaveh Ghazi
parent 2983a9bc9e
commit c7894e2436
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Backport:
2009-04-30 Adam Nemet <anemet@caviumnetworks.com>
* gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.
2009-08-09 Richard Guenther <rguenther@suse.de>
PR tree-optimization/41016

View File

@ -4,7 +4,7 @@
#include <stdlib.h>
static void
void
__stack_chk_fail (void)
{
exit (0); /* pass */