diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips-elf.exp | 2 |
2 files changed, 6 insertions, 1 deletions
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 |