diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-unique/unique.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7d8d8ee..092d2e8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2016-05-03 Maciej W. Rozycki <macro@imgtec.com> + + PR 10549 + * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'. + 2016-05-03 Jiong Wang <jiong.wang@arm.com> * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option. diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp index 1892740..c632a92 100644 --- a/ld/testsuite/ld-unique/unique.exp +++ b/ld/testsuite/ld-unique/unique.exp @@ -25,10 +25,11 @@ # STB_GNU_UNIQUE support has only been implemented for the ix86, x86_64, -# arm, powerpc, and sparc so far. +# arm, mips, powerpc, and sparc so far. if {!(([istarget "i?86-*-*"] || [istarget "x86_64-*-*"] || [istarget "arm*-*-*"] + || [istarget "mips*-*-*"] || [istarget "powerpc*-*-*"] || [istarget "sparc*-*-*"]) && ([istarget "*-*-elf*"] |