diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2006-01-03 07:03:26 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2006-01-03 07:03:26 +0000 |
commit | aab87437e37aed0bfdd76dd5d4a788ebd20a728d (patch) | |
tree | d0cb70409fc6ab1bef3cc32240d000fb09423c28 /ld | |
parent | b27c00b3ab7f07a7ae64bfecbc3d7d5de56f7078 (diff) | |
download | binutils-aab87437e37aed0bfdd76dd5d4a788ebd20a728d.tar.gz binutils-aab87437e37aed0bfdd76dd5d4a788ebd20a728d.tar.bz2 binutils-aab87437e37aed0bfdd76dd5d4a788ebd20a728d.zip |
* ld-mmix/sec-1.d: Adjust for section order changes.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/sec-1.d | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b102974948f..136a1e54504 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-03 Hans-Peter Nilsson <hp@bitrange.com> + + * ld-mmix/sec-1.d: Adjust for section order changes. + 2005-12-19 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/orphan2.d: Undo the last change. diff --git a/ld/testsuite/ld-mmix/sec-1.d b/ld/testsuite/ld-mmix/sec-1.d index d71641b1bc2..eab62a2f03a 100644 --- a/ld/testsuite/ld-mmix/sec-1.d +++ b/ld/testsuite/ld-mmix/sec-1.d @@ -13,21 +13,21 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 0+4 0+ 0+ 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, CODE - 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 + 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 + CONTENTS, ALLOC, LOAD, READONLY, DATA 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 .* |