Run more ld tests when not native

Dimitar Dimitrov dimitar@dinux.eu
Tue Jan 3 21:16:00 GMT 2017


> diff --git a/ld/testsuite/ld-elf/audit.exp b/ld/testsuite/ld-elf/audit.exp
> index b278ec1..aad5339 100644
> --- a/ld/testsuite/ld-elf/audit.exp
> +++ b/ld/testsuite/ld-elf/audit.exp
> @@ -25,11 +25,6 @@ if ![is_elf_format] {
>      return
>  }
> 
> -# The following tests require running the executable generated by ld.
> -if ![isnative] {
> -    return
> -}
> -
With isnative check removed, shouldn't this test be skipped for embedded 
targets? In other words:
+if ![check_shared_lib_support] {
+    return
+}

Regards,
Dimitar



More information about the Binutils mailing list