This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 97f5015 MIPS/GAS: Don't convert RELA JALR relocations on R6 new ca8c86e Add 2 i386 tests to call IFUNC functions via GOT
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 5 ++ bfd/elf32-i386.c | 21 +++--- ld/ChangeLog | 8 +++ ld/testsuite/ld-i386/i386.exp | 36 ++++++++++ .../ld-i386/{no-plt-main1.c => ifunc-1a.c} | 0 .../ld-i386/{no-plt-check1a.S => ifunc-1b.S} | 15 +++-- .../ld-i386/{no-plt-extern1a.S => ifunc-1c.S} | 20 +++--- ld/testsuite/ld-i386/ifunc-1d.S | 76 ++++++++++++++++++++++ 8 files changed, 152 insertions(+), 29 deletions(-) copy ld/testsuite/ld-i386/{no-plt-main1.c => ifunc-1a.c} (100%) copy ld/testsuite/ld-i386/{no-plt-check1a.S => ifunc-1b.S} (78%) copy ld/testsuite/ld-i386/{no-plt-extern1a.S => ifunc-1c.S} (65%) create mode 100644 ld/testsuite/ld-i386/ifunc-1d.S