Re: [PATCH] S/390: Add CFI for mcount call sequences
On 07/17/2018 12:48 PM, Ilya Leoshkevich wrote: > Fixes unwind for mcount. > > 2018-07-17 Ilya Leoshkevich > > * config/s390/s390.c (s390_function_profiler): > Generate CFI. Applied. Thanks! Andreas
[PATCH] S/390: Add CFI for mcount call sequences
Fixes unwind for mcount. 2018-07-17 Ilya Leoshkevich * config/s390/s390.c (s390_function_profiler): Generate CFI. --- gcc/config/s390/s390.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c