Re: [PATCH v2 8/9] frame: Make unwind hints definitions available to other architectures

2020-08-31 Thread Josh Poimboeuf
On Tue, Aug 25, 2020 at 01:12:04PM +0100, Julien Thierry wrote: > > > On 7/30/20 3:56 PM, Josh Poimboeuf wrote: > > On Thu, Jul 30, 2020 at 10:46:51AM +0100, Julien Thierry wrote: > > > Unwind hints are useful to provide objtool with information about stack > > > states in non-standard functions/

Re: [PATCH v2 8/9] frame: Make unwind hints definitions available to other architectures

2020-08-25 Thread Julien Thierry
On 7/30/20 3:56 PM, Josh Poimboeuf wrote: On Thu, Jul 30, 2020 at 10:46:51AM +0100, Julien Thierry wrote: Unwind hints are useful to provide objtool with information about stack states in non-standard functions/code. While the type of information being provided might be very arch specific, th

Re: [PATCH v2 8/9] frame: Make unwind hints definitions available to other architectures

2020-07-30 Thread Josh Poimboeuf
On Thu, Jul 30, 2020 at 10:46:51AM +0100, Julien Thierry wrote: > Unwind hints are useful to provide objtool with information about stack > states in non-standard functions/code. > While the type of information being provided might be very arch > specific, the mechanism to provide the information c

[PATCH v2 8/9] frame: Make unwind hints definitions available to other architectures

2020-07-30 Thread Julien Thierry
Unwind hints are useful to provide objtool with information about stack states in non-standard functions/code. While the type of information being provided might be very arch specific, the mechanism to provide the information can be useful for other architectures. Move the relevant unwint hint def