ld testsuite on x86_64 with --enable-shared
authorAlan Modra <amodra@gmail.com>
Thu, 4 Feb 2021 12:50:42 +0000 (23:20 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 5 Feb 2021 03:44:17 +0000 (14:14 +1030)
commit554c30abef121199d3b43061538c8233c8b33526
treebf6f4ce2c587b118ab52c22d0f3696f60a67f004
parent5f40035fb87b3a98a5834e4fed1e7e9c1f7807e5
ld testsuite on x86_64 with --enable-shared

These tests fail since 1c9c9b9b5552, due to not being able to access
some scripts:
FAIL: Absolute non-overflowing relocs
FAIL: ld-i386/iamcu-1
FAIL: ld-i386/iamcu-2

The problem is that when built with --enable-shared the ld-new
executable sits in a .libs/ directory.

* Makefile.am (check-DEJAGNU): Set up ldscripts link in .libs.
* Makefile.in: Regenerate.
ld/Makefile.am
ld/Makefile.in
This page took 0.024514 seconds and 4 git commands to generate.