* ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 28 Apr 2009 12:46:10 +0000 (12:46 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Tue, 28 Apr 2009 12:46:10 +0000 (12:46 +0000)
* ld-i386/vxworks1.dd: Adjust expected disassembly.
* ld-i386/vxworks1-lib.rd: Sections are swapped.

ld/testsuite/ChangeLog
ld/testsuite/ld-i386/vxworks1-lib.dd
ld/testsuite/ld-i386/vxworks1-lib.rd
ld/testsuite/ld-i386/vxworks1.dd

index aacfffebb9c2e4cddf0dc31b5b9544a60969636a..929a2172b3b520641d79481d998855e3ccdfdddc 100644 (file)
@@ -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
index 8cebf82530db4ed15c3c2f0828d796bed38f136d..6d56eb2dfa723027e40f27bd4997ceded3e477bf 100644 (file)
@@ -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\)
index 61ff293874c43a9632127612faf308984e9f41a8..b899b7376409dcd5166ba2eb75fcc7fcf6c9b726 100644 (file)
@@ -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
index 33f68f4ecbd0459f2a73bbae12bc834f4703ea97..02b8bc044290af0b050c29077edade37927d92f6 100644 (file)
@@ -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
This page took 0.026929 seconds and 4 git commands to generate.