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: Fix lazy binding stub test symbol count comment


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

commit 653e0a1e047b00d77bf9b094f06a9781d6d45589
Author: Maciej W. Rozycki <macro@mips.com>
Date:   Sat Jun 9 01:09:23 2018 +0100

    MIPS/LD/testsuite: Fix lazy binding stub test symbol count comment
    
    Update the symbol count in the comment associated with lazy binding stub
    tests to match `base_syms', complementing commit 889acb80acd5
    ("MIPS/Linux/LD/testsuite: Linker script _gp scope updates"),
    <https://sourceware.org/ml/binutils/2012-08/msg00066.html>, and commit
    2f9efdfcdbf1 ("mips/bfd/ld: Fix --as-needed on mips and update related
    ld tests"), <https://sourceware.org/ml/binutils/2013-09/msg00131.html>.
    
    	ld/
    	* testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
    	comment associated with lazy binding stub tests.

Diff:
---
 ld/ChangeLog                          | 5 +++++
 ld/testsuite/ld-mips-elf/mips-elf.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0aa680f..6b78e5c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
 2018-06-09  Maciej W. Rozycki  <macro@mips.com>
 
+	* testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
+	comment associated with lazy binding stub tests.
+
+2018-06-09  Maciej W. Rozycki  <macro@mips.com>
+
 	* Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
 	* Makefile.in: Regenerate.
 
diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp
index 6668e22..d688867 100644
--- a/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -783,7 +783,7 @@ run_dump_test "hash1c"
 
 if {[istarget mips*-*-linux*]} {
      # The number of symbols that are always included in the symbol table
-     # for these tests.  The 4 are:
+     # for these tests.  The 2 are:
      #
      #     the null symbol entry
      #     the .MIPS.stubs section symbol


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