Skip to content
Snippets Groups Projects
Commit 50c901ed authored by Nick Clifton's avatar Nick Clifton
Browse files

Relax previous restriction on running binutils ar tests for Alpha targets,...

Relax previous restriction on running binutils ar tests for Alpha targets, allowing the tests to be run for ELF variants.

	* testsuite/binutils-all/ar.exp: Relax previous restriction on
	Alpha targets.  Allow ELF based Alpha targets.
parent eb9bb5b4
Branches main
No related tags found
No related merge requests found
2016-06-28 Nick Clifton <nickc@redhat.com>
* testsuite/binutils-all/ar.exp: Relax previous restriction on
Alpha targets. Allow ELF based Alpha targets.
2016-06-28 Maciej W. Rozycki <macro@imgtec.com> 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
......
...@@ -26,7 +26,7 @@ if ![is_remote host] { ...@@ -26,7 +26,7 @@ if ![is_remote host] {
} }
} }
if {[istarget "alpha-*-*"]} then { if { [istarget "alpha-*-*"] && ![is_elf_format] } then {
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment