Re: [ARM/FDPIC v2 06/21] [ARM] FDPIC: Add support for c++ exceptions

2018-08-29 Thread Kyrill Tkachov
On 13/07/18 17:11, christophe.l...@st.com wrote: From: Christophe Lyon The main difference with existing support is that function addresses are function descriptor addresses instead. This means that all code dealing with function pointers now has to cope with function descriptors instead.

[ARM/FDPIC v2 06/21] [ARM] FDPIC: Add support for c++ exceptions

2018-07-13 Thread christophe.lyon
From: Christophe Lyon The main difference with existing support is that function addresses are function descriptor addresses instead. This means that all code dealing with function pointers now has to cope with function descriptors instead. For the same reason, Linux kernel helpers can no