diff options
Diffstat (limited to 'tools/asm-processor/tests/comments.objdump')
| m--------- | tools/asm-processor | 0 | ||||
| -rw-r--r-- | tools/asm-processor/tests/comments.objdump | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tools/asm-processor b/tools/asm-processor deleted file mode 160000 -Subproject f511734d56ebb152c2b0c5aab212a0fea258851 diff --git a/tools/asm-processor/tests/comments.objdump b/tools/asm-processor/tests/comments.objdump new file mode 100644 index 000000000..89798e3e4 --- /dev/null +++ b/tools/asm-processor/tests/comments.objdump @@ -0,0 +1,13 @@ + +tests/comments.o: file format elf32-tradbigmips + +Contents of section .rodata: + 0000 5e000000 61616161 202f2a20 62626262 ^...aaaa /* bbbb + 0010 202a2f20 23206363 63630023 20666666 */ # cccc.# fff + 0020 66000000 24000000 00000000 00000000 f...$........... +Contents of section .options: + 0000 01200000 00000000 00000000 00000000 . .............. + 0010 00000000 00000000 00000000 00007ff0 ................ +Contents of section .reginfo: + 0000 00000000 00000000 00000000 00000000 ................ + 0010 00000000 00007ff0 ........ |
