diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/spec806.d')
-rw-r--r-- | ld/testsuite/ld-mmix/spec806.d | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/spec806.d b/ld/testsuite/ld-mmix/spec806.d new file mode 100644 index 0000000..5679c73 --- /dev/null +++ b/ld/testsuite/ld-mmix/spec806.d @@ -0,0 +1,25 @@ +#source: bspec806.s +#source: start.s +#ld: -m mmo +#objdump: -sh + +# See spec801.d. +# #6: non-quote LOP in section vma, high part. + +.*: 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 \.data 0+4 2000000000000000 2000000000000000 0+ 2\*\*2 + CONTENTS, ALLOC, LOAD + 2 \.MMIX\.spec_data\.80 0+18 0+ 0+ 0+ 2\*\*2 + CONTENTS +Contents of section \.text: + 0000 e3fd0001 .* +Contents of section \.data: + 0000 00112233 .* +Contents of section \.MMIX\.spec_data\.80: + 0000 00000002 61616161 61616161 00000011 .* + 0010 00000000 0000000c .* |