diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/got-vers-1.rd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f567136..685863a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-02 Maciej W. Rozycki <macro@codesourcery.com> + + * ld-mips-elf/got-vers-1.rd: Fix a typo. + 2012-08-01 James Lemke <jwlemke@codesourcery.com> * ld-gc/pr13683.d: XFAIL for powerpc*-*-eabivle. diff --git a/ld/testsuite/ld-mips-elf/got-vers-1.rd b/ld/testsuite/ld-mips-elf/got-vers-1.rd index d99ead1..48dcc64 100644 --- a/ld/testsuite/ld-mips-elf/got-vers-1.rd +++ b/ld/testsuite/ld-mips-elf/got-vers-1.rd @@ -2,5 +2,5 @@ Relocation section '\.rel\.dyn' at offset .* contains 2 entries: *Offset * Info * Type * Sym\.Value * Sym\. Name 00000000 * 00000000 * R_MIPS_NONE * -# This index must be the same as DT_MIPS_GOTsYM. +# This index must be the same as DT_MIPS_GOTSYM. [^ ]+ * 00000303 * R_MIPS_REL32 * [^ ]+ * foo |