mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
c0c237fcdd
Fix commit171191bac5
("Add support for STT_IFUNC"), <https://sourceware.org/ml/binutils/2008-12/msg00052.html>, commite04d7088af
("PR ld/14088: Always display addend as signed hex number"), <https://sourceware.org/ml/binutils/2012-05/msg00123.html> and commit343dbc36ff
("Print addend as signed in objdump"), <https://sourceware.org/ml/binutils/2012-05/msg00163.html> regressions: FAIL: VxWorks executable test 1 (dynamic) FAIL: ld-mips-elf/vxworks-forced-local-1 seen with `mips-vxworks' and `mipsel-vxworks' targets and adjust dump patterns according to changes made to the presentation of relocation addends in `readelf -r' and `objdump -r' output. ld/ * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the presentation of relocation addends. * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise. * testsuite/ld-mips-elf/vxworks1.dd: Likewise. * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
33 lines
1.7 KiB
R
33 lines
1.7 KiB
R
|
|
Relocation section '\.rela\.dyn' at offset .* contains 1 entries:
|
|
Offset Info Type Sym.Value Sym. Name \+ Addend
|
|
00081c00 .*7e R_MIPS_COPY 00081c00 dglobal \+ 0
|
|
|
|
Relocation section '\.rela\.plt' at offset .* contains 2 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
00081400 .*7f R_MIPS_JUMP_SLOT 00080820 sglobal \+ 0
|
|
00081404 .*7f R_MIPS_JUMP_SLOT 00080840 foo \+ 0
|
|
|
|
Relocation section '\.rela\.text' at offset .* contains 3 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
00080c00 .*04 R_MIPS_26 00080800 \.plt \+ 40
|
|
00080c08 .*04 R_MIPS_26 00080c18 sexternal \+ 0
|
|
00080c10 .*04 R_MIPS_26 00080800 \.plt \+ 20
|
|
|
|
Relocation section '\.rela\.data' at offset .* contains 3 entries:
|
|
Offset Info Type Sym.Value Sym. Name \+ Addend
|
|
00081800 .*02 R_MIPS_32 00081800 .data \+ 0
|
|
00081804 .*02 R_MIPS_32 00081c00 .bss \+ 0
|
|
00081808 .*02 R_MIPS_32 00081804 dexternal \+ 0
|
|
|
|
Relocation section '\.rela\.plt\.unloaded' at offset .* contains 8 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
00080800 .*05 R_MIPS_HI16 00081410 _GLOBAL_OFFSET_TABLE_ \+ 0
|
|
00080804 .*06 R_MIPS_LO16 00081410 _GLOBAL_OFFSET_TABLE_ \+ 0
|
|
00081400 .*02 R_MIPS_32 00080800 _PROCEDURE_LINKAGE_TAB.* \+ 18
|
|
00080820 .*05 R_MIPS_HI16 00081410 _GLOBAL_OFFSET_TABLE_ - 10
|
|
00080824 .*06 R_MIPS_LO16 00081410 _GLOBAL_OFFSET_TABLE_ - 10
|
|
00081404 .*02 R_MIPS_32 00080800 _PROCEDURE_LINKAGE_TAB.* \+ 38
|
|
00080840 .*05 R_MIPS_HI16 00081410 _GLOBAL_OFFSET_TABLE_ - c
|
|
00080844 .*06 R_MIPS_LO16 00081410 _GLOBAL_OFFSET_TABLE_ - c
|