diff options
author | Roland McGrath <roland@gnu.org> | 2011-07-27 20:58:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2011-07-27 20:58:14 +0000 |
commit | 3396237fb5098bbd82b8e91fa67140af285840c0 (patch) | |
tree | bd3de8fb3dce15864613cdb71e483b6f8786abb7 /ld | |
parent | 18a46dbee88ecb499c299673eb50a4d9cdaaefaa (diff) | |
download | gdb-3396237fb5098bbd82b8e91fa67140af285840c0.zip gdb-3396237fb5098bbd82b8e91fa67140af285840c0.tar.gz gdb-3396237fb5098bbd82b8e91fa67140af285840c0.tar.bz2 |
ld/testsuite/
2011-07-27 Roland McGrath <mcgrathr@google.com>
* ld-i386/vxworks1-lib.rd: Swap order of sections expected in output.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1-lib.rd | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a87fbe4..dd0d74d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-07-27 Roland McGrath <mcgrathr@google.com> + + * ld-i386/vxworks1-lib.rd: Swap order of sections expected in output. + 2011-07-26 Alan Modra <amodra@gmail.com> * ld-powerpc/powerpc.exp: Use --no-ld-generated-unwind-info diff --git a/ld/testsuite/ld-i386/vxworks1-lib.rd b/ld/testsuite/ld-i386/vxworks1-lib.rd index b899b73..61ff293 100644 --- a/ld/testsuite/ld-i386/vxworks1-lib.rd +++ b/ld/testsuite/ld-i386/vxworks1-lib.rd @@ -1,12 +1,12 @@ +Relocation section '\.rel\.plt' at offset .* contains 2 entries: + Offset Info Type Sym\.Value Sym\. Name +0008140c .*07 R_386_JUMP_SLOT 00000000 sexternal +00081410 .*07 R_386_JUMP_SLOT 00080c27 sglobal + Relocation section '\.rel\.dyn' at offset .* contains 4 entries: Offset Info Type Sym\.Value Sym\. Name 00081800 00000008 R_386_RELATIVE * 00080c03 .*01 R_386_32 00000000 __GOTT_BASE__ 00080c09 .*01 R_386_32 00000000 __GOTT_INDEX__ 00081414 .*06 R_386_GLOB_DAT 00081c00 x - -Relocation section '\.rel\.plt' at offset .* contains 2 entries: - Offset Info Type Sym\.Value Sym\. Name -0008140c .*07 R_386_JUMP_SLOT 00000000 sexternal -00081410 .*07 R_386_JUMP_SLOT 00080c27 sglobal |