diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-06-09 01:09:23 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-06-09 01:09:23 +0100 |
commit | 653e0a1e047b00d77bf9b094f06a9781d6d45589 (patch) | |
tree | 90207840616d7a3744b47bd7fda01aeb92dd7c19 | |
parent | 2f8b83ee9629c41a171d795ff600cccb00e1b119 (diff) | |
download | gdb-653e0a1e047b00d77bf9b094f06a9781d6d45589.zip gdb-653e0a1e047b00d77bf9b094f06a9781d6d45589.tar.gz gdb-653e0a1e047b00d77bf9b094f06a9781d6d45589.tar.bz2 |
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.
-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 |