Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-lib-plt32.d
index 96beabc8a5dd52482a1ac23c3823bc86a0dbc842..279ea5a49df36f9a5b57da8d71d2e48fd693af7e 100644 (file)
@@ -1,27 +1,27 @@
 
 tmpdir/arm-lib-plt32.so:     file format elf32-(little|big)arm
-architecture: arm, flags 0x00000150:
+architecture: armv4t, flags 0x00000150:
 HAS_SYMS, DYNAMIC, D_PAGED
 start address 0x.*
 
 Disassembly of section .plt:
 
 .* <.plt>:
- .*:   e52de004        str     lr, \[sp, #-4\]!
- .*:   e59fe004        ldr     lr, \[pc, #4\]  ; .* <\.plt\+0x10>
+ .*:   e52de004        push    {lr}            ; \(str lr, \[sp, #-4\]!\)
+ .*:   e59fe004        ldr     lr, \[pc, #4\]  ; .* <lib_func1-0x10>
  .*:   e08fe00e        add     lr, pc, lr
  .*:   e5bef008        ldr     pc, \[lr, #8\]!
  .*:   .*
- .*:   e28fc6.*        add     ip, pc, #.*     ; 0x.*
+ .*:   e28fc6.*        add     ip, pc, #.*
  .*:   e28cca.*        add     ip, ip, #.*     ; 0x.*
- .*:   e5bcf.*         ldr     pc, \[ip, #.*\]!
+ .*:   e5bcf.*         ldr     pc, \[ip, #.*\]!.*
 Disassembly of section .text:
 
 .* <lib_func1>:
  .*:   e1a0c00d        mov     ip, sp
- .*:   e92dd800        stmdb   sp!, {fp, ip, lr, pc}
- .*:   ebfffff9        bl      .* <.text-0xc>
- .*:   e89d6800        ldmia   sp, {fp, sp, lr}
+ .*:   e92dd800        push    {fp, ip, lr, pc}
+ .*:   ebfffff9        bl      .* <lib_func1-0xc>
+ .*:   e89d6800        ldm     sp, {fp, sp, lr}
  .*:   e12fff1e        bx      lr
 
 .* <lib_func2>:
This page took 0.023635 seconds and 4 git commands to generate.