diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-02 18:37:43 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-02 18:37:43 +0000 |
commit | a7508e4b9f8f928e61fa063b294a4e453e057026 (patch) | |
tree | 7390f0ed204fbc01e60f128f832eb7436fba1340 /ld/testsuite | |
parent | 11315ae03c2dce34c8c3b840eaa1109b0011c99f (diff) | |
download | gdb-a7508e4b9f8f928e61fa063b294a4e453e057026.zip gdb-a7508e4b9f8f928e61fa063b294a4e453e057026.tar.gz gdb-a7508e4b9f8f928e61fa063b294a4e453e057026.tar.bz2 |
* ld-mips-elf/got-vers-1.rd: Fix a typo.
Diffstat (limited to 'ld/testsuite')
-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 |