mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +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.
13 lines
353 B
Makefile
13 lines
353 B
Makefile
#as: -mips2 -mvxworks-pic
|
|
#source: vxworks-forced-local-1.s
|
|
#ld: -shared -Tvxworks1.ld --version-script vxworks-forced-local-1.ver
|
|
#readelf: --relocs
|
|
|
|
Relocation section '\.rela\.dyn' .*
|
|
.*
|
|
0008140c 00000002 R_MIPS_32 *80810
|
|
00081410 00000002 R_MIPS_32 *80814
|
|
00081414 00000002 R_MIPS_32 *80818
|
|
00081418 00000302 R_MIPS_32 *00000000 *bar \+ 0
|
|
#pass
|