diff options
Diffstat (limited to 'ld/testsuite/ld-arm/arm-call.d')
-rw-r--r-- | ld/testsuite/ld-arm/arm-call.d | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ld/testsuite/ld-arm/arm-call.d b/ld/testsuite/ld-arm/arm-call.d index 891208d..fa452ab 100644 --- a/ld/testsuite/ld-arm/arm-call.d +++ b/ld/testsuite/ld-arm/arm-call.d @@ -10,10 +10,10 @@ Disassembly of section .text: 800c: fb00000d blx 804a <t5> 8010: fa00000a blx 8040 <t1> 8014: fb000009 blx 8042 <t2> - 8018: ea000012 b 8068 <__t1_from_arm> - 801c: ea00000f b 8060 <__t2_from_arm> - 8020: 1b000010 blne 8068 <__t1_from_arm> - 8024: 1b00000d blne 8060 <__t2_from_arm> + 8018: ea000010 b 8060 <__t1_from_arm> + 801c: ea000011 b 8068 <__t2_from_arm> + 8020: 1b00000e blne 8060 <__t1_from_arm> + 8024: 1b00000f blne 8068 <__t2_from_arm> 8028: 1b000003 blne 803c <arm> 802c: eb000002 bl 803c <arm> 8030: faffffff blx 8034 <thumblocal> @@ -49,10 +49,10 @@ Disassembly of section .text: 805c: 0000 lsls r0, r0, #0 ... -00008060 <__t2_from_arm>: - 8060: e51ff004 ldr pc, \[pc, #-4\] ; 8064 <__t2_from_arm\+0x4> - 8064: 00008043 .word 0x00008043 +00008060 <__t1_from_arm>: + 8060: e51ff004 ldr pc, \[pc, #-4\] ; 8064 <__t1_from_arm\+0x4> + 8064: 00008041 .word 0x00008041 -00008068 <__t1_from_arm>: - 8068: e51ff004 ldr pc, \[pc, #-4\] ; 806c <__t1_from_arm\+0x4> - 806c: 00008041 .word 0x00008041 +00008068 <__t2_from_arm>: + 8068: e51ff004 ldr pc, \[pc, #-4\] ; 806c <__t2_from_arm\+0x4> + 806c: 00008043 .word 0x00008043 |