mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 15:23:30 +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.
18 lines
908 B
R
18 lines
908 B
R
|
|
Relocation section '\.rela\.dyn' at offset .* contains .* entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
00080c0c .*05 R_MIPS_HI16 00000000 __GOTT_BASE__ \+ 0
|
|
00080c10 .*06 R_MIPS_LO16 00000000 __GOTT_BASE__ \+ 0
|
|
00080c14 .*01 R_MIPS_16 00000000 __GOTT_INDEX__ \+ 0
|
|
0008141c 00000002 R_MIPS_32 80c5c
|
|
00081800 00000002 R_MIPS_32 80c5c
|
|
00081804 00000002 R_MIPS_32 81800
|
|
00081808 .*02 R_MIPS_32 00081808 dglobal \+ 0
|
|
0008180c .*02 R_MIPS_32 00000000 dexternal \+ 0
|
|
00081420 .*02 R_MIPS_32 00081c00 x \+ 0
|
|
|
|
Relocation section '\.rela\.plt' at offset .* contains 2 entries:
|
|
Offset Info Type Sym\.Value Sym\. Name \+ Addend
|
|
00081400 .*7f R_MIPS_JUMP_SLOT 00000000 sexternal \+ 0
|
|
00081404 .*7f R_MIPS_JUMP_SLOT 00080c64 sglobal \+ 0
|