This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] xtensa: add --auto-litpools option


On Wed, Aug 12, 2015 at 7:40 PM, augustine.sterling@gmail.com
<augustine.sterling@gmail.com> wrote:
> On Tue, Aug 11, 2015 at 5:54 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Auto-litpools is the automated version of text-section-literals: literal
>> pool candidate frags are planted every N frags and during relaxation
>> they are turned into actual literal pools where literals are moved to
>> become reachable for their first reference by L32R instruction.
>
> This is a terrific change and a long time in coming. Approved after
> you fix the very minor formatting issue below.
>
>> +struct litpool_frag {
>
> gnu-style requires the brace on a separate line. This happens in a
> couple of spots. Fix those and you are set to go.

Fixed both spots and checked in. Thanks!

-- Max


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]