diff options
Diffstat (limited to 'ld/testsuite/ld-arm/mixed-app.d')
-rw-r--r-- | ld/testsuite/ld-arm/mixed-app.d | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ld/testsuite/ld-arm/mixed-app.d b/ld/testsuite/ld-arm/mixed-app.d index 4de8e57..06166f0 100644 --- a/ld/testsuite/ld-arm/mixed-app.d +++ b/ld/testsuite/ld-arm/mixed-app.d @@ -6,17 +6,19 @@ start address 0x.* Disassembly of section .plt: -.* <.plt>: +.* <lib_func2@plt-0x14>: .*: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\) - .*: e59fe004 ldr lr, \[pc, #4\] ; .* <_start-0x28> + .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4> .*: e08fe00e add lr, pc, lr .*: e5bef008 ldr pc, \[lr, #8\]! .*: .* +.* <lib_func2@plt>: .*: 4778 bx pc .*: 46c0 nop ; \(mov r8, r8\) .*: e28fc6.* add ip, pc, #.* .*: e28cca.* add ip, ip, #.* ; 0x.* .*: e5bcf.* ldr pc, \[ip, #.*\]!.* +.* <lib_func1@plt>: .*: e28fc6.* add ip, pc, #.* .*: e28cca.* add ip, ip, #.* ; 0x.* .*: e5bcf.* ldr pc, \[ip, #.*\]!.* @@ -50,7 +52,7 @@ Disassembly of section .text: .* <app_tfunc>: .*: b500 push {lr} - .*: f7ff ffc. bl .* <_start-0x..> + .*: f7ff ffc. bl .* <lib_func2@plt> .*: bd00 pop {pc} .*: 4770 bx lr .*: 46c0 nop ; \(mov r8, r8\) |