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.
18 lines
388 B
Makefile
18 lines
388 B
Makefile
|
|
.*: file format.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008000 <_start>:
|
|
8000: ea...... b 800. <.*>
|
|
|
|
00008004 <foo>:
|
|
8004: 46c0 nop ; \(mov r8, r8\)
|
|
8006: 4770 bx lr
|
|
|
|
00008008 <__foo_from_arm>:
|
|
8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc>
|
|
800c: e08fc00c add ip, pc, ip
|
|
8010: e12fff1c bx ip
|
|
8014: fffffff1 .word 0xfffffff1
|