This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] add section alignment/size hooks to gold plugin interface, revised
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Cary Coutant <ccoutant at gmail dot com>
- Cc: Than McIntosh <thanm at google dot com>, Binutils <binutils at sourceware dot org>
- Date: Wed, 9 Mar 2016 08:00:54 -0800
- Subject: Re: [PATCH] add section alignment/size hooks to gold plugin interface, revised
- Authentication-results: sourceware.org; auth=none
- References: <CA+Ur55GWa0S4GPkOvGPZipqFw8tuVaRx6vNEntL64FmYKuWcDA at mail dot gmail dot com> <CAJimCsHWeoAA3kCAH7HkBAvwNQY0b2smyXn4HEvzEvUhGkdGpA at mail dot gmail dot com> <CAMe9rOoapon=cR5-1jSs0uypESBrt9RZzDDvJDZMgAf4g5OUMw at mail dot gmail dot com> <CAJimCsFcrbP2pGQUbDU8mx9jF_6z2YduXnjX3Wh7Gvrt40k+LA at mail dot gmail dot com>
On Fri, Mar 4, 2016 at 2:22 PM, Cary Coutant <ccoutant@gmail.com> wrote:
>> I checked in this:
>>
>> commit 3f1f41f55f2fa5d390e57074477b6407302c8c46
>> Author: H.J. Lu <hjl.tools@gmail.com>
>> Date: Fri Mar 4 08:28:12 2016 -0800
>>
>> Add missing ChangeLog entries for commit 82838
>>
>> Fix gold/testsuite/plugin_layout_with_alignment.sh permission.
>
> Thanks. I've also pushed this patch to fix a few "2015" entries that
> should have been "2016".
>
The test failed with GCC 4.2:
FAIL: plugin_layout_with_alignment.sh (exit: 1)
===============================================
incorrect ordering:
was: bss_item1 bss_item2 bss_item3 bss_item4
should have been: bss_item3 bss_item1 bss_item4 bss_item2
Does GCC 4.2 support plugin?
--
H.J.