This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, alpha, go]: Introduce applyRelocationsALPHA
- From: Ian Lance Taylor <iant at golang dot org>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "gofrontend-dev at googlegroups dot com" <gofrontend-dev at googlegroups dot com>
- Date: Wed, 21 Jun 2017 15:39:38 -0700
- Subject: Re: [PATCH, alpha, go]: Introduce applyRelocationsALPHA
- Authentication-results: sourceware.org; auth=none
- References: <CAFULd4aazcegkrwbEXXCmbyj5DgPVOrQmjCq96gBhtWS6RLP+g@mail.gmail.com>
On Tue, Jun 20, 2017 at 12:46 PM, Uros Bizjak <ubizjak@gmail.com> wrote:
> This patch inroduces applyRelocationsALPHA to solve:
>
> FAIL: TestCgoConsistentResults
> FAIL: TestCgoPkgConfig
> FAIL: TestCgoHandlesWlORIGIN
>
> gotools errors.
>
> Bootstrapped and regression tested on alphaev68-linux-gnu.
Thanks! Committed to mainline.
Ian