mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
aebf9be708
PR ld/19455 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF class of the linker stub bfd. (elf32_arm_check_relocs): Skip check for pic format after processing a vxWorks R_ARM_ABS12 reloc. * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when reporting a class mismatch. * testsuite/ld-arm/vxworks1-lib.dd: Update for current disassmebler output. * testsuite/ld-arm/vxworks1-lib.rd: Likewise. * testsuite/ld-arm/vxworks1.dd: Likewise. * testsuite/ld-arm/vxworks1.rd: Likewise. * testsuite/ld-arm/vxworks1.ld: Set the output format.
20 lines
1.0 KiB
R
20 lines
1.0 KiB
R
|
|
Relocation section '\.rela\.plt' at offset .* contains 2 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
0008140c .*16 R_ARM_JUMP_SLOT 000..... sglobal \+ 0
|
|
00081410 .*16 R_ARM_JUMP_SLOT 000..... foo \+ 0
|
|
|
|
Relocation section '\.rela\.text' at offset .* contains 3 entries:
|
|
Offset Info Type Sym.Value Sym. Name \+ Addend
|
|
00080c00 .*01 R_ARM_PC24 00080800 \.plt \+ 20
|
|
00080c04 .*01 R_ARM_PC24 000..... sexternal - 8
|
|
00080c08 .*01 R_ARM_PC24 00080800 \.plt \+ 8
|
|
|
|
Relocation section '\.rela\.plt\.unloaded' at offset .* contains 5 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
0008080c .*02 R_ARM_ABS32 00081400 _GLOBAL_OFFSET_TABLE_ \+ 0
|
|
00080818 .*02 R_ARM_ABS32 00081400 _GLOBAL_OFFSET_TABLE_ \+ c
|
|
0008140c .*02 R_ARM_ABS32 00080800 _PROCEDURE_LINKAGE_TAB.* \+ 0
|
|
00080830 .*02 R_ARM_ABS32 00081400 _GLOBAL_OFFSET_TABLE_ \+ 10
|
|
00081410 .*02 R_ARM_ABS32 00080800 _PROCEDURE_LINKAGE_TAB.* \+ 0
|