diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/sec-2.d')
-rw-r--r-- | ld/testsuite/ld-mmix/sec-2.d | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/sec-2.d b/ld/testsuite/ld-mmix/sec-2.d new file mode 100644 index 00000000000..5bf403351b5 --- /dev/null +++ b/ld/testsuite/ld-mmix/sec-2.d @@ -0,0 +1,26 @@ +#source: sec-1.s +#source: start.s +#source: data1.s +#ld: -m mmo -T $srcdir/$subdir/mmosec1.ld +#objdump: -sh + +.*: file format mmo + +Sections: +Idx Name Size VMA LMA File off Algn + 0 \.text 0+4 0+100 0+100 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD, CODE + 1 \.other 0+50 1000000000000000 1000000000000000 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD, CODE, DATA + 2 \.data 0+4 2000000000000004 2000000000000004 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD +Contents of section \.text: + 0100 e3fd0001 .* +Contents of section \.other: + 0000 00000001 00000002 00000003 00000004 .* + 0010 ffffffff fffff827 50000000 0000000a .* + 0020 00000009 00000008 00000007 25272900 .* + 0030 00030d41 000186a2 26280000 00000000 .* + 0040 00000000 0087a238 00000000 302a55a8 .* +Contents of section \.data: + 0004 0000012c .* |