This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] MIPS/LD/testsuite: Join `__ehdr_start' tests


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31321c8031315c8b5f7c6b73e464f14ad90310b6

commit 31321c8031315c8b5f7c6b73e464f14ad90310b6
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Apr 20 01:39:30 2017 +0100

    MIPS/LD/testsuite: Join `__ehdr_start' tests
    
    Complement commit 3807734dbe48 ("PR ld/15428: MIPS/LD/testsuite:
    Un-KFAIL `__ehdr_start' test 2") and join tests that do not need to be
    split anymore.
    
    	ld/
    	* testsuite/ld-mips-elf/mips-elf.exp: Join `__ehdr_start' tests.

Diff:
---
 ld/ChangeLog                          | 4 ++++
 ld/testsuite/ld-mips-elf/mips-elf.exp | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 208c119..7f5e389 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+	* testsuite/ld-mips-elf/mips-elf.exp: Join `__ehdr_start' tests.
+
 2017-04-20  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/21382
diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp
index 73d5969..3ef9963 100644
--- a/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -978,8 +978,7 @@ foreach { abi } $abis {
             "$abi_asflags($abi)" \
             [list ehdr_start-${suff}.s] \
             [list "readelf -s ehdr_start-1.nd"] \
-            "ehdr_start-1-${abi}"]]
-    run_ld_link_tests [list \
+            "ehdr_start-1-${abi}"] \
         [list \
             "MIPS magic __ehdr_start symbol test 2 ($abi)" \
             "$abi_ldflags($abi) -T ehdr_start-2.ld" "" \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]