Add support for limited pretty-printing of ARM PLT entries on eabi and nacl targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / ifunc-9.dd
index 36139d9c4ba5b455c1b89b1d24dc31bf4fbda952..af7ec4b08752dbe82aaa5a96c29cc2b635202761 100644 (file)
@@ -4,9 +4,9 @@
 
 Disassembly of section \.plt:
 
-00009000 <\.plt>:
+00009000 <f2@plt-0x14>:
     9000:      e52de004        push    {lr}            ; \(str lr, \[sp, #-4\]!\)
-    9004:      e59fe004        ldr     lr, \[pc, #4\]  ; 9010 <f3-0x1c>
+    9004:      e59fe004        ldr     lr, \[pc, #4\]  ; 9010 <f2@plt-0x4>
     9008:      e08fe00e        add     lr, pc, lr
     900c:      e5bef008        ldr     pc, \[lr, #8\]!
 #------------------------------------------------------------------------------
@@ -16,6 +16,7 @@ Disassembly of section \.plt:
 #------------------------------------------------------------------------------
 #------ f2's .plt entry
 #------------------------------------------------------------------------------
+00009014 <f2@plt>:
     9014:      e28fc600        add     ip, pc, #0, 12
     9018:      e28cca07        add     ip, ip, #28672  ; 0x7000
     901c:      e5bcfff0        ldr     pc, \[ip, #4080\]!      ; 0xff0
@@ -71,7 +72,7 @@ Disassembly of section \.text:
 #------------------------------------------------------------------------------
 #------ f1's .iplt entry
 #------------------------------------------------------------------------------
-    a034:      ebfffbf9        bl      9020 <f3-0xc>
+    a034:      ebfffbf9        bl      9020 <f2@plt\+0xc>
     a038:      e59f400c        ldr     r4, \[pc, #12\] ; a04c <_start\+0x44>
     a03c:      e59f400c        ldr     r4, \[pc, #12\] ; a050 <_start\+0x48>
     a040:      e59f400c        ldr     r4, \[pc, #12\] ; a054 <_start\+0x4c>
@@ -100,7 +101,7 @@ Disassembly of section \.text:
 #------------------------------------------------------------------------------
 #------ f2's .plt entry
 #------------------------------------------------------------------------------
-    a060:      ebfffbeb        bl      9014 <f3-0x18>
+    a060:      ebfffbeb        bl      9014 <f2@plt>
     a064:      e59f400c        ldr     r4, \[pc, #12\] ; a078 <_start\+0x70>
     a068:      e59f400c        ldr     r4, \[pc, #12\] ; a07c <_start\+0x74>
     a06c:      e59f400c        ldr     r4, \[pc, #12\] ; a080 <_start\+0x78>
This page took 0.034288 seconds and 4 git commands to generate.