diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d b/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d index 3be297b..eec8de6 100644 --- a/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d +++ b/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d @@ -5,27 +5,31 @@ start address 0x.* Disassembly of section .plt: -.* <.plt>: +.* <app_func@plt-0x14>: .*: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\) - .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func1-0x.*> + .*: e59fe004 ldr lr, \[pc, #4\] ; .* <app_func@plt-0x4> .*: e08fe00e add lr, pc, lr .*: e5bef008 ldr pc, \[lr, #8\]! .*: .* .word .* +.* <app_func@plt>: .*: 4778 bx pc .*: 46c0 nop ; \(mov r8, r8\) .*: e28fc6.* add ip, pc, #.* .*: e28cca.* add ip, ip, #.* ; 0x.* .*: e5bcf.* ldr pc, \[ip, #.*\]! ; .* +.* <app_func_weak@plt>: .*: 4778 bx pc .*: 46c0 nop ; \(mov r8, r8\) .*: e28fc6.* add ip, pc, #.* .*: e28cca.* add ip, ip, #.* ; 0x.* .*: e5bcf.* ldr pc, \[ip, #.*\]! ; 0x.* +.* <lib_func3@plt>: .*: 4778 bx pc .*: 46c0 nop ; \(mov r8, r8\) .*: e28fc6.* add ip, pc, #.* .*: e28cca.* add ip, ip, #.* ; 0x.* .*: e5bcf.* ldr pc, \[ip, #.*\]! ; 0x.* +.* <lib_func4@plt>: .*: 4778 bx pc .*: 46c0 nop ; \(mov r8, r8\) .*: e28fc6.* add ip, pc, #.* @@ -37,10 +41,10 @@ Disassembly of section .text: .* <lib_func1>: .*: e1a0c00d mov ip, sp .*: e92dd800 push {fp, ip, lr, pc} - .*: ebffff.. bl .* <lib_func1-0x.*> - .*: ebffff.. bl .* <lib_func1-0x.*> - .*: ebffff.. bl .* <lib_func1-0x.*> - .*: ebffff.. bl .* <lib_func1-0x.*> + .*: ebffff.. bl .* <app_func@plt\+0x.*> + .*: ebffff.. bl .* <app_func_weak@plt\+0x.*> + .*: ebffff.. bl .* <lib_func3@plt\+0x.*> + .*: ebffff.. bl .* <lib_func4@plt\+0x.*> .*: e89d6800 ldm sp, {fp, sp, lr} .*: e12fff1e bx lr ... |