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] add section alignment/size hooks to gold plugin interface, revised


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.


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