diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-04-28 12:46:10 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-04-28 12:46:10 +0000 |
commit | 27e086348de0268d9e6196e912e8391e71488903 (patch) | |
tree | 3140d0751d6d5b953a03ae662a7fd21fb17b4887 /ld | |
parent | 379a77b5484ba0d8f29983175acb2b968f56785a (diff) | |
download | gdb-27e086348de0268d9e6196e912e8391e71488903.zip gdb-27e086348de0268d9e6196e912e8391e71488903.tar.gz gdb-27e086348de0268d9e6196e912e8391e71488903.tar.bz2 |
* ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
* ld-i386/vxworks1.dd: Adjust expected disassembly.
* ld-i386/vxworks1-lib.rd: Sections are swapped.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1-lib.dd | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1-lib.rd | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1.dd | 8 |
4 files changed, 19 insertions, 13 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index aacfffe..929a217 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-04-28 Nathan Sidwell <nathan@codesourcery.com> + + * ld-i386/vxworks1-lib.dd: Adjust expected disassembly. + * ld-i386/vxworks1.dd: Adjust expected disassembly. + * ld-i386/vxworks1-lib.rd: Sections are swapped. + 2009-04-22 Christophe Lyon <christophe.lyon@st.com> PR9743 diff --git a/ld/testsuite/ld-i386/vxworks1-lib.dd b/ld/testsuite/ld-i386/vxworks1-lib.dd index 8cebf82..6d56eb2 100644 --- a/ld/testsuite/ld-i386/vxworks1-lib.dd +++ b/ld/testsuite/ld-i386/vxworks1-lib.dd @@ -6,10 +6,10 @@ Disassembly of section \.plt: 00080800 <_PROCEDURE_LINKAGE_TABLE_>: 80800: ff b3 04 00 00 00 pushl 0x4\(%ebx\) 80806: ff a3 08 00 00 00 jmp \*0x8\(%ebx\) - 8080c: 90 nop - 8080d: 90 nop - 8080e: 90 nop - 8080f: 90 nop + 8080c: 90 nop + 8080d: 90 nop + 8080e: 90 nop + 8080f: 90 nop 00080810 <sexternal@plt>: 80810: ff a3 0c 00 00 00 jmp \*0xc\(%ebx\) diff --git a/ld/testsuite/ld-i386/vxworks1-lib.rd b/ld/testsuite/ld-i386/vxworks1-lib.rd index 61ff293..b899b73 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 diff --git a/ld/testsuite/ld-i386/vxworks1.dd b/ld/testsuite/ld-i386/vxworks1.dd index 33f68f4..02b8bc0 100644 --- a/ld/testsuite/ld-i386/vxworks1.dd +++ b/ld/testsuite/ld-i386/vxworks1.dd @@ -8,10 +8,10 @@ Disassembly of section \.plt: 80802: R_386_32 _GLOBAL_OFFSET_TABLE_ 80806: ff 25 08 14 08 00 jmp \*0x81408 80808: R_386_32 _GLOBAL_OFFSET_TABLE_ - 8080c: 90 nop - 8080d: 90 nop - 8080e: 90 nop - 8080f: 90 nop + 8080c: 90 nop + 8080d: 90 nop + 8080e: 90 nop + 8080f: 90 nop 00080810 <sglobal@plt>: 80810: ff 25 0c 14 08 00 jmp \*0x8140c |