This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/43498] No unwind info for thunks even with -fasynchronous-unwind-tables



------- Comment #11 from jakub at gcc dot gnu dot org  2010-03-24 20:31 -------
Subject: Bug 43498

Author: jakub
Date: Wed Mar 24 20:31:09 2010
New Revision: 157706

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157706
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/s390/s390.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43498


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]