mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
fe56b6cece
* arm-dis.c (coprocessor): Print the LDC and STC versions of the LFM and SFM instructions as comments,. Improve consistency of formatting for instructions displayed as comments and decimal values displayed with their hexadecimal equivalents. Formatting tidy ups. Updated expected disassembler regexps.
17 lines
310 B
Makefile
17 lines
310 B
Makefile
|
|
.*: file format.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008000 <arm>:
|
|
8000: e3a00000 mov r0, #0
|
|
8004: e12fff1e bx lr
|
|
|
|
00008008 <thumb>:
|
|
8008: 46c0 nop ; \(mov r8, r8\)
|
|
800a: 4770 bx lr
|
|
800c: f7ff fffc bl 8008 <thumb>
|
|
|
|
00008010 <data>:
|
|
8010: 12345678 .word 0x12345678
|