From f5f77712910121da69e37eebf4d8a573f69660dd Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 24 Mar 2010 20:31:09 +0000 Subject: [PATCH] PR target/43498 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function at the beginning and final_end_function at the end. * config/s390/s390.c (s390_output_mi_thunk): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157706 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63dd2b3f16f..4298e51480a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2010-03-24 Jakub Jelinek + + PR target/43498 + * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function + at the beginning and final_end_function at the end. + * config/s390/s390.c (s390_output_mi_thunk): Likewise. + 2010-03-24 Rainer Orth * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support -- 2.11.0