Home | History | Annotate | Download | only in ld-arm
      1 #source: main.s
      2 #source: gcdfn.s
      3 #source: hidfn.s
      4 #ld: --gc-sections --shared --version-script hideall.ld
      5 #objdump: -dRT
      6 # This test is only valid on ELF based ports.
      7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
      8 
      9 # See PR ld/13990: a forced-local PLT reference to a
     10 # forced-local symbol is GC'ed, trigging a BFD_ASSERT.
     11 
     12 .*:     file format elf32-.*
     13 
     14 DYNAMIC SYMBOL TABLE:
     15 0+[0-9a-f]+ l    d  .text	0+              .text
     16 0+ g    DO \*ABS\*	0+  NS          NS
     17 
     18 Disassembly of section .text:
     19 
     20 0+[0-9a-f]+ <_start>:
     21 \s*[0-9a-f]+:\s+e52de004\s+push	{lr}		; \(str lr, \[sp, #-4\]!\)
     22 \s*[0-9a-f]+:\s+eb000000\s+bl	[0-9a-f]+ <hidfn>
     23 \s*[0-9a-f]+:\s+e8bd8000\s+ldmfd	sp!, {pc}
     24 
     25 0+[0-9a-f]+ <hidfn>:
     26 \s*[0-9a-f]+:\s+e8bd8000\s+ldmfd	sp!, {pc}
     27