diff options
author | Hiroaki Etoh <etoh@cvs.openbsd.org> | 2002-12-25 14:25:37 +0000 |
---|---|---|
committer | Hiroaki Etoh <etoh@cvs.openbsd.org> | 2002-12-25 14:25:37 +0000 |
commit | 95ef4021a0c399549005e59cc56760e2eb908779 (patch) | |
tree | 24b7af07bcfd563bdfa5d21223828ef0d2723c2c /gnu/egcs | |
parent | 94e1a6e36ab731a9755a7464f4ede5b2bd525d26 (diff) |
In order to determine an inlinable function, pass the condition to prepare_stack_protection.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/toplev.c b/gnu/egcs/gcc/toplev.c index 56e9ab0a44f..d26fe66e232 100644 --- a/gnu/egcs/gcc/toplev.c +++ b/gnu/egcs/gcc/toplev.c @@ -3659,7 +3659,7 @@ rest_of_compilation (decl) insns = get_insns (); - if (flag_propolice_protection) prepare_stack_protection (); + if (flag_propolice_protection) prepare_stack_protection (inlinable); /* Dump the rtl code if we are dumping rtl. */ |