mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
91a5743d01
ld/testsuite/ * ld-arm/arm-pic-veneer.d: Update expected output. * ld-arm/arm-call.d: Ditto. bfd/ * elf32-arm.c (output_arch_syminfo): Replace plt_shndx and plt_offset with sec and sec_shndx. (elf32_arm_ouput_plt_map_sym): Use them. (elf32_arm_output_arch_local_syms): Output mapping symbols for interworking glue.
18 lines
398 B
Makefile
18 lines
398 B
Makefile
|
|
.*: file format.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008000 <_start>:
|
|
8000: ea000000 b 8008 <__foo_from_arm>
|
|
|
|
00008004 <foo>:
|
|
8004: 46c0 nop \(mov r8, r8\)
|
|
8006: 4770 bx lr
|
|
|
|
00008008 <__foo_from_arm>:
|
|
8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc>
|
|
800c: e08cc00f add ip, ip, pc
|
|
8010: e12fff1c bx ip
|
|
8014: fffffff1 .word 0xfffffff1
|