This is the mail archive of the gcc-patches@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]

[PATCH] Add _Unwind_GetBSP@@GCC_3.3.2 on IA-64 to libgcc_s


Hi!

NPTL needs to query backing store pointer of a context
in its unwind_stop routine on IA-64, because simple stack pointer comparison
is insufficient on this architecture (there can be no functions eating
a single stack byte in between, yet functions are nested).
Ok to commit?

	Jakub

Attachment: gcc34-unwind-getbsp.patch
Description: Text document

Attachment: gcc33-unwind-getbsp.patch
Description: Text document


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