diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-30 11:57:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-30 11:57:05 +0000 |
commit | fe56b6cece18680561786b6a2ea7d581e9b27c3e (patch) | |
tree | 83e7bc1d940716a363d5fa72d3df0e0f48dcfc42 /ld/testsuite/ld-arm/arm-be8.d | |
parent | 8b777f02e109f2cc3c76b1628fbd03b0f0fc8734 (diff) | |
download | binutils-fe56b6cece18680561786b6a2ea7d581e9b27c3e.zip binutils-fe56b6cece18680561786b6a2ea7d581e9b27c3e.tar.gz binutils-fe56b6cece18680561786b6a2ea7d581e9b27c3e.tar.bz2 |
PR 10288
* 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.
Diffstat (limited to 'ld/testsuite/ld-arm/arm-be8.d')
-rw-r--r-- | ld/testsuite/ld-arm/arm-be8.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/arm-be8.d b/ld/testsuite/ld-arm/arm-be8.d index 9a7207f..16090b3 100644 --- a/ld/testsuite/ld-arm/arm-be8.d +++ b/ld/testsuite/ld-arm/arm-be8.d @@ -4,11 +4,11 @@ Disassembly of section .text: 00008000 <arm>: - 8000: e3a00000 mov r0, #0 ; 0x0 + 8000: e3a00000 mov r0, #0 8004: e12fff1e bx lr 00008008 <thumb>: - 8008: 46c0 nop \(mov r8, r8\) + 8008: 46c0 nop ; \(mov r8, r8\) 800a: 4770 bx lr 800c: f7ff fffc bl 8008 <thumb> |