[Patch,ld] Fix check_lto_available
Vidya Praveen
vidyapraveen@arm.com
Wed Dec 11 14:31:00 GMT 2013
On Wed, Dec 11, 2013 at 02:08:51PM +0000, H.J. Lu wrote:
> On Wed, Dec 11, 2013 at 5:57 AM, Vidya Praveen <vidyapraveen@arm.com> wrote:
> > Hello,
> >
> > This patch modifies check_lto_available of ld regression test to
> >
> > 1. Make use of cflags, ldflags from board description file
> >
> > 2. Test by building an executable rather than a shared library
> > - This is needed for the baremetal targets as shared library makes no sense
> > to the baremetal targets. lto.exp which makes use of this check also has
> > guard for shared library tests.
> >
> > Reference:
> > https://sourceware.org/ml/binutils/2013-10/msg00214.html
> >
> > Tested for aarch64-none-elf and arm-none-eabi, arm-none-linux-gnueabihf and
> > x86_64-unknown-linux-gnu.
> >
> > OK for trunk?
> >
> > Cheers
> > VP.
> >
> > ld/testsuite/ChangeLog:
> >
> > 2013-12-11 Vidya Praveen <vidyapraveen@arm.com>
> >
> > * lib/ld-lib.exp (check_lto_available): Support cflags,ldflags and
> > test by compiling for an executable rather than shared library.
> >
>
> You also changed check_plugin_api_available. Please send
> a separate patch for it.
No. I have not. diff jus says so (though the changes are only in
check_lto_available).
>
> As for check_lto_available, it is not OK unless lto.exp is changed
> to handle LTO tests which use -shared.
Like I mentioned earlier, these shared library tests for LTO are guarded
with a condition that checks if shared library support is present.
...
302 # Restrict these to ELF targets that support shared libs and PIC.
303 if { [is_elf_format]
304 && [run_host_cmd_yesno $CC "-shared -fPIC $srcdir/$subdir/dummy.c -o tmpdir/t.so"] } {
305 run_cc_link_tests $lto_link_elf_tests
...
Or do you mean, I should make use of cflags/ldflags in that check?
VP.
More information about the Binutils
mailing list