aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/armv4-bx.d
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-30 11:57:05 +0000
committerNick Clifton <nickc@redhat.com>2009-06-30 11:57:05 +0000
commitfe56b6cece18680561786b6a2ea7d581e9b27c3e (patch)
tree83e7bc1d940716a363d5fa72d3df0e0f48dcfc42 /ld/testsuite/ld-arm/armv4-bx.d
parent8b777f02e109f2cc3c76b1628fbd03b0f0fc8734 (diff)
downloadgdb-fe56b6cece18680561786b6a2ea7d581e9b27c3e.zip
gdb-fe56b6cece18680561786b6a2ea7d581e9b27c3e.tar.gz
gdb-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/armv4-bx.d')
-rw-r--r--ld/testsuite/ld-arm/armv4-bx.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/armv4-bx.d b/ld/testsuite/ld-arm/armv4-bx.d
index 095b387..b30af8c 100644
--- a/ld/testsuite/ld-arm/armv4-bx.d
+++ b/ld/testsuite/ld-arm/armv4-bx.d
@@ -9,11 +9,11 @@ Disassembly of section \.text:
8008: 0a000002 beq 8018 \<__bx_r0\>
0000800c <__bx_r14>:
- 800c: e31e0001 tst lr, #1 ; 0x1
+ 800c: e31e0001 tst lr, #1
8010: 01a0f00e moveq pc, lr
8014: e12fff1e bx lr
00008018 <__bx_r0>:
- 8018: e3100001 tst r0, #1 ; 0x1
+ 8018: e3100001 tst r0, #1
801c: 01a0f000 moveq pc, r0
8020: e12fff10 bx r0