diff options
Diffstat (limited to 'ld/testsuite/ld-arm/ifunc-17.dd')
-rw-r--r-- | ld/testsuite/ld-arm/ifunc-17.dd | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ld/testsuite/ld-arm/ifunc-17.dd b/ld/testsuite/ld-arm/ifunc-17.dd index f23a249..ee5cd05 100644 --- a/ld/testsuite/ld-arm/ifunc-17.dd +++ b/ld/testsuite/ld-arm/ifunc-17.dd @@ -4,22 +4,22 @@ Disassembly of section \.iplt: -00008084 <.iplt>: +00009000 <.iplt>: #------------------------------------------------------------------------------ #------ appfunc1's .iplt entry #------------------------------------------------------------------------------ - 8084: e28fc600 add ip, pc, #0, 12 - 8088: e28cca08 add ip, ip, #8, 20 ; 0x8000 - 808c: e5bcf01c ldr pc, \[ip, #28\]! + 9000: e28fc600 add ip, pc, #0, 12 + 9004: e28cca08 add ip, ip, #8, 20 ; 0x8000 + 9008: e5bcf004 ldr pc, \[ip, #4\]! Disassembly of section \.text: -00008090 <appfunc1>: - 8090: 46f7 mov pc, lr +0000a000 <appfunc1>: + a000: 46f7 mov pc, lr -00008092 <appfunc2>: - 8092: 46f7 mov pc, lr +0000a002 <appfunc2>: + a002: 46f7 mov pc, lr -00008094 <_start>: - 8094: f7ff eff6 blx 8084 <appfunc1-0xc> - 8098: 00000010 \.word 0x00000010 +0000a004 <_start>: + a004: f7fe effc blx 9000 <appfunc1-0x1000> + a008: 00000010 \.word 0x00000010 |