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] RISC-V: enable lui relaxation for CODE and MERGE sections.


Hi Illa:

I just found a case will got `relocation truncated to fit` error on
rv32 linux with this patch.

Here is the tarball for reproduce, included minimized sysroot and
necessary objects/libraries.

`make relax` can reproduce the problem and `make norelax` for disable
relax build.

https://drive.google.com/file/d/1l-IOiK3Ay7s2mnFWYXOkHYyPFNsIV58H/view?usp=sharing


On Tue, Jun 25, 2019 at 4:55 AM Jim Wilson <jimw@sifive.com> wrote:
>
> On Fri, Jun 21, 2019 at 11:59 AM Ilia Diachkov
> <ilia.diachkov@optimitech.com> wrote:
> > This patch enables lui relaxation for CODE and MERGE sections on RISC-V.
> > It helps to reduce code size.
>
> I spotted two minor style issues.  An extra blank line where we had
> the bfd_assert call during testing.  And a missing space before an
> open paren.
>
> I rewrote the ChangeLog entry.  It should describe the actual changes
> that are being made, and not the effect of the change.  Also, it
> should be sentences that start with capital letter.
>
> I did a quick test to make sure I didn't accidentally break it and
> then committed and pushed it.
>
> Jim


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