diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/ar.exp | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cfea09b..a36eabc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2016-06-28 Maciej W. Rozycki <macro@imgtec.com> + + * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with + the `unique_symbol' test. + 2016-06-28 Alan Modra <amodra@gmail.com> PR 20304 diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index b8e0e20..604ebdc 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -619,8 +619,6 @@ delete_an_element move_an_element empty_archive -if { [is_elf_format] - && ![istarget "*-*-hpux*"] - && ![istarget "msp*-*-*"] } { +if { [is_elf_format] && [supports_gnu_unique] } { unique_symbol } |