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 ca8c86e Add 2 i386 tests to call IFUNC functions via GOT new 712ec27 Add the GOT base for GOT32 relocs against IFUNC new 3328c04 Add .got.plt to testsuite/script_test_2.t
The 2 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 | 8 +++++ bfd/elf32-i386.c | 22 +++++++++--- gold/ChangeLog | 5 +++ gold/testsuite/script_test_2.t | 1 + ld/ChangeLog | 16 +++++++++ ld/testsuite/ld-i386/i386.exp | 4 +++ ld/testsuite/ld-i386/no-plt.exp | 33 +++++++++++++++++ ld/testsuite/ld-i386/pr20244-2.s | 17 +++++++++ ld/testsuite/ld-i386/pr20244-2a.d | 43 ++++++++++++++++++++++ ld/testsuite/ld-i386/pr20244-2b.d | 11 ++++++ ld/testsuite/ld-i386/pr20244-2c.d | 10 ++++++ ld/testsuite/ld-i386/pr20244-2d.d | 4 +++ ld/testsuite/ld-i386/{ifunc-1a.c => pr20244-3a.c} | 0 ld/testsuite/ld-i386/pr20244-3b.S | 30 ++++++++++++++++ ld/testsuite/ld-i386/pr20244-3c.S | 15 ++++++++ ld/testsuite/ld-i386/pr20244-3d.S | 44 +++++++++++++++++++++++ 16 files changed, 258 insertions(+), 5 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr20244-2.s create mode 100644 ld/testsuite/ld-i386/pr20244-2a.d create mode 100644 ld/testsuite/ld-i386/pr20244-2b.d create mode 100644 ld/testsuite/ld-i386/pr20244-2c.d create mode 100644 ld/testsuite/ld-i386/pr20244-2d.d copy ld/testsuite/ld-i386/{ifunc-1a.c => pr20244-3a.c} (100%) create mode 100644 ld/testsuite/ld-i386/pr20244-3b.S create mode 100644 ld/testsuite/ld-i386/pr20244-3c.S create mode 100644 ld/testsuite/ld-i386/pr20244-3d.S