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: [gold][aarch64] Patch for erratum-843419 (2 of 2 - fix erratum occurrences)


Hi Cary, thanks for fixing this. I shall do an debug(-O0) build next time.

-Han

On Thu, Jun 11, 2015 at 1:25 PM, Cary Coutant <ccoutant@gmail.com> wrote:
> With your last patch, gold won't build at -O0, because the
> declarations of "static const int STUB_ADDR_ALIGN" need to be made
> outside the class body. I've committed the attached patch to move
> these initializations out of the class body.
>
> -cary
>
>
> 2015-06-11  Cary Coutant  <ccoutant@gmail.com>
>
> gold/
>         * aarch64.cc (Erratum_stub::STUB_ADDR_ALIGN): Move initialization
>         outside class body.
>         (Reloc_stub::STUB_ADDR_ALIGN): Likewise.



-- 
Han Shen |  Software Engineer |  shenhan@google.com |  +1-650-440-3330


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