diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2017-10-26 11:30:40 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-10-26 11:30:40 +0100 |
commit | 4062f504eba4835579bcc360e9eff3e7d92f5a6c (patch) | |
tree | 16890cccb992de750ef8df12a4b00361155cfa5c /ld/testsuite/ld-arm/farcall-group.d | |
parent | 6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20 (diff) | |
download | gdb-4062f504eba4835579bcc360e9eff3e7d92f5a6c.zip gdb-4062f504eba4835579bcc360e9eff3e7d92f5a6c.tar.gz gdb-4062f504eba4835579bcc360e9eff3e7d92f5a6c.tar.bz2 |
As Alan predicted at https://sourceware.org/ml/binutils/2017-10/msg00137.html the values in some Arm tests need updating after recent changes. These looked a bit spooky at first, but they are just a difference in the order we emit veneers and far jumps, so are not so scary after all.
Checked with an arm-none-eabi tester and an arm-none-linux-gnueabi tester with no issues.
* testsuite/ld-arm/cortex-a8-far.d: Update expected disassembly.
* testsuite/ld-arm/farcall-group-size2: Likewise.
* testsuite/ld-arm/farcall-group.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-group.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-group.d | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ld/testsuite/ld-arm/farcall-group.d b/ld/testsuite/ld-arm/farcall-group.d index da811e7..2d76e1b 100644 --- a/ld/testsuite/ld-arm/farcall-group.d +++ b/ld/testsuite/ld-arm/farcall-group.d @@ -13,28 +13,28 @@ Disassembly of section .text: +[0-9a-f]+: [0-9a-f]{8} bl [0-9a-f]+ <__bar5_from_arm> +[0-9a-f]+: 00000000 andeq r0, r0, r0 -[0-9a-f]+ <__bar5_from_arm>: - +[0-9a-f]+: e59fc000 ldr ip, \[pc\] ; [0-9a-f]+ <__bar5_from_arm\+0x8> - +[0-9a-f]+: e12fff1c bx ip - +[0-9a-f]+: 0200302f .word 0x0200302f - [0-9a-f]+ <__bar4_from_arm>: +[0-9a-f]+: e59fc000 ldr ip, \[pc\] ; [0-9a-f]+ <__bar4_from_arm\+0x8> +[0-9a-f]+: e12fff1c bx ip +[0-9a-f]+: 0200302d .word 0x0200302d -[0-9a-f]+ <__bar3_veneer>: - +[0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; [0-9a-f]+ <__bar3_veneer\+0x4> - +[0-9a-f]+: 02003028 .word 0x02003028 +[0-9a-f]+ <__bar2_veneer>: + +[0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; [0-9a-f]+ <__bar2_veneer\+0x4> + +[0-9a-f]+: 02003024 .word 0x02003024 [0-9a-f]+ <__bar_from_arm>: +[0-9a-f]+: e59fc000 ldr ip, \[pc\] ; [0-9a-f]+ <__bar_from_arm\+0x8> +[0-9a-f]+: e12fff1c bx ip +[0-9a-f]+: 02003021 .word 0x02003021 -[0-9a-f]+ <__bar2_veneer>: - +[0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; [0-9a-f]+ <__bar2_veneer\+0x4> - +[0-9a-f]+: 02003024 .word 0x02003024 +[0-9a-f]+ <__bar5_from_arm>: + +[0-9a-f]+: e59fc000 ldr ip, \[pc\] ; [0-9a-f]+ <__bar5_from_arm\+0x8> + +[0-9a-f]+: e12fff1c bx ip + +[0-9a-f]+: 0200302f .word 0x0200302f + +[0-9a-f]+ <__bar3_veneer>: + +[0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; [0-9a-f]+ <__bar3_veneer\+0x4> + +[0-9a-f]+: 02003028 .word 0x02003028 ... Disassembly of section .foo: |