Match search_string_def() prototype change, forgotten in previous protector.[ch]
authormiod <miod@openbsd.org>
Wed, 7 May 2014 18:51:33 +0000 (18:51 +0000)
committermiod <miod@openbsd.org>
Wed, 7 May 2014 18:51:33 +0000 (18:51 +0000)
commit.

gnu/usr.bin/gcc/gcc/function.c

index a542606..6585afc 100644 (file)
@@ -656,7 +656,7 @@ assign_stack_temp_for_type (mode, size, keep, type)
   struct temp_slot *p, *best_p = 0;
   rtx slot;
   int char_array = (flag_propolice_protection
-                   && keep == 1 && search_string_def (type, TRUE));
+                   && keep == 1 && search_string_def (type));
 
   /* If SIZE is -1 it means that somebody tried to allocate a temporary
      of a variable size.  */