This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/8] gas: extract xg_relax_trampoline from xtensa_relax_frag
- From: "augustine dot sterling at gmail dot com" <augustine dot sterling at gmail dot com>
- To: Max Filippov <jcmvbkbc at gmail dot com>
- Cc: binutils at sourceware dot org, "linux-xtensa at linux-xtensa dot org" <linux-xtensa at linux-xtensa dot org>
- Date: Mon, 27 Nov 2017 13:35:46 -0800
- Subject: Re: [PATCH 1/8] gas: extract xg_relax_trampoline from xtensa_relax_frag
- Authentication-results: sourceware.org; auth=none
- References: <1511811574-11128-1-git-send-email-jcmvbkbc@gmail.com> <1511811574-11128-2-git-send-email-jcmvbkbc@gmail.com>
On Mon, Nov 27, 2017 at 11:39 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
> To make measurement and changes easier extract trampoline relaxation
> function. No functional changes.
>
> gas/
> 2017-11-20 Max Filippov <jcmvbkbc@gmail.com>
>
> * config/tc-xtensa.c (xg_relax_trampoline): New function.
> (xtensa_relax_frag): Replace trampoline relaxation code with a
> call to xg_relax_trampoline.
This is ok.