diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-30 15:20:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-30 15:20:14 +0000 |
commit | 3c3bdf30e42268e6193693acd1dc66d2d1792536 (patch) | |
tree | 8f6b2752d885c3e71d0bef5717e981faac396928 /ld/testsuite/ld-mmix/sec-3.d | |
parent | f5ffc9190a633d0f8eb1632a64a28eda75206b55 (diff) | |
download | gdb-3c3bdf30e42268e6193693acd1dc66d2d1792536.zip gdb-3c3bdf30e42268e6193693acd1dc66d2d1792536.tar.gz gdb-3c3bdf30e42268e6193693acd1dc66d2d1792536.tar.bz2 |
Add MMIX support
Diffstat (limited to 'ld/testsuite/ld-mmix/sec-3.d')
-rw-r--r-- | ld/testsuite/ld-mmix/sec-3.d | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/sec-3.d b/ld/testsuite/ld-mmix/sec-3.d new file mode 100644 index 0000000..84b6db5 --- /dev/null +++ b/ld/testsuite/ld-mmix/sec-3.d @@ -0,0 +1,36 @@ +#source: sec-1.s +#source: start.s +#source: data1.s +#ld: -m mmo +#objdump: -sh + +.*: 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+1c 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 \.data 0+4 2000000000000004 2000000000000004 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD + 4 anothersec 0+14 2000000000000008 2000000000000008 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD, DATA + 5 thirdsec 0+c 200000000000001c 200000000000001c 0+ 2\*\*2 + CONTENTS, READONLY +Contents of section \.text: + 0000 e3fd0001 .* +Contents of section secname: + 0004 00000001 00000002 00000003 00000004 .* + 0014 ffffffff fffff827 50000000 .* +Contents of section \.a\.fourth\.section: + 0020 00000000 0087a238 00000000 302a55a8 .* +Contents of section \.data: + 0004 0000002c .* +Contents of section anothersec: + 0008 0000000a 00000009 00000008 00000007 .* + 0018 25272900 .* +Contents of section thirdsec: + 001c 00030d41 000186a2 26280000 .* |