This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED PATCH] fix a vxworks test case


Committed as obviously correct.

ld/testsuite/
2011-07-27  Roland McGrath  <mcgrathr@google.com>

	* ld-i386/vxworks1-lib.rd: Swap order of sections expected in output.

Index: ld/testsuite/ld-i386/vxworks1-lib.rd
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-i386/vxworks1-lib.rd,v
retrieving revision 1.5
diff -u -r1.5 vxworks1-lib.rd
--- ld/testsuite/ld-i386/vxworks1-lib.rd	28 Apr 2009 12:46:10 -0000	1.5
+++ ld/testsuite/ld-i386/vxworks1-lib.rd	27 Jul 2011 20:58:00 -0000
@@ -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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]