artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7631d6
)
Match search_string_def() prototype change, forgotten in previous protector.[ch]
author
miod
<miod@openbsd.org>
Wed, 7 May 2014 18:51:33 +0000
(18:51 +0000)
committer
miod
<miod@openbsd.org>
Wed, 7 May 2014 18:51:33 +0000
(18:51 +0000)
commit.
gnu/usr.bin/gcc/gcc/function.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/gcc/function.c
b/gnu/usr.bin/gcc/gcc/function.c
index
a542606
..
6585afc
100644
(file)
--- a/
gnu/usr.bin/gcc/gcc/function.c
+++ b/
gnu/usr.bin/gcc/gcc/function.c
@@
-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. */