diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2014-12-09 17:57:18 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2014-12-09 19:50:14 +0800 |
commit | 5e8c1cf25beccac1d22d10dc866912394f42771b (patch) | |
tree | ee16b70f804484dc8e434e647e699ab50da2620f /binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d | |
parent | 8eebd7953384e6662ca926b003f2cdda8ccd3ee5 (diff) | |
download | toolchain_binutils-5e8c1cf25beccac1d22d10dc866912394f42771b.zip toolchain_binutils-5e8c1cf25beccac1d22d10dc866912394f42771b.tar.gz toolchain_binutils-5e8c1cf25beccac1d22d10dc866912394f42771b.tar.bz2 |
[2.25] sync to a30720e3e633f275250e26f85ccae5dbdddfb6c6
local patches will be re-applied later
commit a30720e3e633f275250e26f85ccae5dbdddfb6c6
Author: Alan Modra <amodra@gmail.com>
Date: Wed Nov 19 10:30:16 2014 +1030
daily update
Change-Id: Ieb2a3f4dd2ecb289ac5305ff08d428b2847494ab
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d')
-rw-r--r-- | binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d b/binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d index 82013f3..1091a80 100644 --- a/binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d +++ b/binutils-2.25/ld/testsuite/ld-arm/mixed-app-v5.d @@ -1,20 +1,22 @@ tmpdir/mixed-app-v5: file format elf32-(little|big)arm -architecture: armv4t, flags 0x00000112: +architecture: arm.*, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED 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>: .*: 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, #.*\]!.* @@ -48,7 +50,7 @@ Disassembly of section .text: .* <app_tfunc>: .*: b500 push {lr} - .*: f7ff efc. blx .* <_start-0x..> + .*: f7ff efc. blx .* <lib_func2@plt> .*: bd00 pop {pc} .*: 4770 bx lr .*: 46c0 nop ; \(mov r8, r8\) |