On 12/13/18 7:03 PM, Jason Merrill wrote:
> And this seems consistent with the other stuff in
> dwarf2out_do_cfi_startproc. You might amend the documentation to
> mention that the expected use is to add more .cfi_* directives. OK
> with that change.
>
> Jason
Hi Jason,
Thanks for the approva
On 11/5/18 5:18 AM, Sam Tebbs wrote:
On 11/05/2018 07:54 AM, Richard Biener wrote:
On Fri, 2 Nov 2018, Sam Tebbs wrote:
On 11/02/2018 05:28 PM, Sam Tebbs wrote:
Hi all,
This patch adds a new target hook called "asm_post_cfi_startproc". This hook is
intended to be used by the aarch64 backe
On 11/5/18 10:18 AM, Sam Tebbs wrote:
> On 11/05/2018 07:54 AM, Richard Biener wrote:
>> On Fri, 2 Nov 2018, Sam Tebbs wrote:
>>
>>> On 11/02/2018 05:28 PM, Sam Tebbs wrote:
>>>
Hi all,
This patch adds a new target hook called "asm_post_cfi_startproc". This
hook is
intend
On 11/21/18 4:40 PM, Sam Tebbs wrote:
> On 11/2/18 6:07 PM, Sam Tebbs wrote:
>> On 11/02/2018 05:28 PM, Sam Tebbs wrote:
>>
>>> Hi all,
>>>
>>> This patch adds a new target hook called "asm_post_cfi_startproc". This
>>> hook is
>>> intended to be used by the aarch64 backend to emit a directive th
On 11/2/18 6:07 PM, Sam Tebbs wrote:
> On 11/02/2018 05:28 PM, Sam Tebbs wrote:
>
>> Hi all,
>>
>> This patch adds a new target hook called "asm_post_cfi_startproc". This hook
>> is
>> intended to be used by the aarch64 backend to emit a directive that enables
>> support for unwinding frames sign
On 11/05/2018 07:54 AM, Richard Biener wrote:
> On Fri, 2 Nov 2018, Sam Tebbs wrote:
>
>> On 11/02/2018 05:28 PM, Sam Tebbs wrote:
>>
>>> Hi all,
>>>
>>> This patch adds a new target hook called "asm_post_cfi_startproc". This
>>> hook is
>>> intended to be used by the aarch64 backend to emit a d
On Fri, 2 Nov 2018, Sam Tebbs wrote:
> On 11/02/2018 05:28 PM, Sam Tebbs wrote:
>
> > Hi all,
> >
> > This patch adds a new target hook called "asm_post_cfi_startproc". This
> > hook is
> > intended to be used by the aarch64 backend to emit a directive that enables
> > support for unwinding fram
On 11/02/2018 05:28 PM, Sam Tebbs wrote:
> Hi all,
>
> This patch adds a new target hook called "asm_post_cfi_startproc". This hook
> is
> intended to be used by the aarch64 backend to emit a directive that enables
> support for unwinding frames signed with the pointer authentication B-key.
> Th