Browse Source
output. * ld-mmix/sec-7m.d, ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: New test.readline_4_3-import-branch
9 changed files with 79 additions and 4 deletions
@ -0,0 +1,6 @@ |
|||
.section .debug_info |
|||
.byte 42 |
|||
.rept 32763 |
|||
.byte 0 |
|||
.endr |
|||
.byte 43 |
|||
@ -0,0 +1,6 @@ |
|||
.section .debug_info |
|||
.byte 44 |
|||
.rept 32764 |
|||
.byte 0 |
|||
.endr |
|||
.byte 45 |
|||
@ -0,0 +1,6 @@ |
|||
.section .debug_info |
|||
.byte 46 |
|||
.rept 32765 |
|||
.byte 0 |
|||
.endr |
|||
.byte 47 |
|||
@ -0,0 +1,6 @@ |
|||
.section .debug_info |
|||
.byte 48 |
|||
.rept 32766 |
|||
.byte 0 |
|||
.endr |
|||
.byte 49 |
|||
@ -0,0 +1,6 @@ |
|||
.section .debug_info |
|||
.byte 50 |
|||
.rept 32767 |
|||
.byte 0 |
|||
.endr |
|||
.byte 51 |
|||
@ -0,0 +1,38 @@ |
|||
#source: start.s |
|||
#source: sec-7a.s |
|||
#source: sec-7b.s |
|||
#source: sec-7c.s |
|||
#source: sec-7d.s |
|||
#source: sec-7e.s |
|||
#ld: -m mmo |
|||
#objcopy_linked_file: |
|||
#objdump: -hs |
|||
|
|||
# When producing mmo output: sections with an input length not a |
|||
# multiple of 4, and whose total length in linked output |
|||
# exceeded the "chunk size" (32768), would get to-4-padding |
|||
# inserted at each chunk division. Also check that section |
|||
# sizes aren't rounded up at objcopy. |
|||
|
|||
.*: 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 \.debug_info 0+27ffb 0+ 0+ 0+ 2\*\*2 |
|||
[ ]+CONTENTS, READONLY, DEBUGGING |
|||
Contents of section \.text: |
|||
0000 e3fd0001[ ]+.* |
|||
Contents of section \.debug_info: |
|||
0000 2a000000 00000000 00000000 00000000 .* |
|||
#... |
|||
7ff0 00000000 00000000 00000000 2b2c0000 .* |
|||
#... |
|||
fff0 00000000 00000000 00002d2e 00000000 .* |
|||
#... |
|||
17ff0 00000000 00000000 002f3000 00000000 .* |
|||
#... |
|||
1fff0 00000000 00000000 00313200 00000000 .* |
|||
#... |
|||
27ff0 00000000 00000000 000033[ ]+.* |
|||
Loading…
Reference in new issue