This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc
- From: Sam Tebbs <Sam dot Tebbs at arm dot com>
- To: Jason Merrill <jason at redhat dot com>, Richard Biener <rguenther at suse dot de>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, "jakub at redhat dot com" <jakub at redhat dot com>, nd <nd at arm dot com>, "law at redhat dot com" <law at redhat dot com>, "ccoutant at gmail dot com" <ccoutant at gmail dot com>
- Date: Fri, 14 Dec 2018 15:53:38 +0000
- Subject: Re: [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc
- References: <1615d64d-7f42-a261-8041-281914712941@arm.com> <043bdf88-6e4b-33df-4772-2cc4ddffae98@arm.com> <alpine.LSU.2.20.1811050853030.1827@zhemvz.fhfr.qr> <8f32de8a-4248-98dd-44b2-5e9cfd69f856@arm.com> <012e6e1b-5c69-edca-a2b7-cd14ce66035f@redhat.com>
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 approval. Committed with your proposal as r267135.