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: fix ld-mmix/sec-1.d for recent ELF section rearrangement


Apparently some recent ELF sections rearrangement didn't include adjusting
all testsuites, as is protocol.  Oh well, it was only one file and just
section-table-shuffling; no layout or type changes, so I'll do this
myself.

ld/testsuite/:
	* ld-mmix/sec-1.d: Adjust section order for recent ELF section
	rearrangement.

Index: sec-1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mmix/sec-1.d,v
retrieving revision 1.3
diff -p -u -r1.3 sec-1.d
--- sec-1.d	12 May 2003 05:45:38 -0000	1.3
+++ sec-1.d	17 Nov 2005 01:49:45 -0000
@@ -4,27 +4,30 @@
 #objcopy_linked_file: -O mmo
 #objdump: -sh

+# Test conversion from ELF to mmo with non-mmo-sections present,
+# testing that support.
+
 .*:     file format mmo

 Sections:
 Idx Name          Size      VMA               LMA               File off  Algn
   0 \.text         0+4  0+  0+  0+  2\*\*2
                   CONTENTS, ALLOC, LOAD, CODE
-  1 secname       0+19  0+4  0+4  0+  2\*\*2
-                  CONTENTS, ALLOC, LOAD, READONLY, CODE
-  2 \.a\.fourth\.section 0+10  0+20  0+20  0+  2\*\*2
+  1 \.a\.fourth\.section 0+10  0+20  0+20  0+  2\*\*2
                   CONTENTS, ALLOC, LOAD, READONLY, DATA
+  2 secname       0+19  0+4  0+4  0+  2\*\*2
+                  CONTENTS, ALLOC, LOAD, READONLY, CODE
   3 anothersec    0+13  2000000000000000  2000000000000000  0+  2\*\*2
                   CONTENTS, ALLOC, LOAD, DATA
   4 thirdsec      0+a  0+  0+  0+  2\*\*2
                   CONTENTS, READONLY
 Contents of section \.text:
  0000 e3fd0001                             .*
+Contents of section \.a\.fourth\.section:
+ 0020 00000000 0087a238 00000000 302a55a8  .*
 Contents of section secname:
  0004 00000001 00000002 00000003 00000004  .*
  0014 ffffffff fffff827 50                 .*
-Contents of section \.a\.fourth\.section:
- 0020 00000000 0087a238 00000000 302a55a8  .*
 Contents of section anothersec:
  2000000000000000 0000000a 00000009 00000008 00000007  .*
  2000000000000010 252729                               .*

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]