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 9bf74fb Initialize strtok_r's saveptr to NULL new ad961ea gold: Support x86-64 TLS code sequences without PLT new b287eca gold: Support 386 TLS code sequences without PLT
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: gold/ChangeLog | 97 +++ gold/configure | 14 + gold/configure.ac | 2 + gold/i386.cc | 72 ++- gold/testsuite/Makefile.am | 102 +++ gold/testsuite/Makefile.in | 688 +++++++++++++++++---- .../tls-def1.c => gold/testsuite/pr20216_def.c | 0 .../tls-gd1.S => gold/testsuite/pr20216_gd.S | 0 .../tls-ld1.S => gold/testsuite/pr20216_ld.S | 0 .../tls-main1.c => gold/testsuite/pr20216_main.c | 5 +- .../tls-def1.c => gold/testsuite/pr20308_def.c | 0 .../tls-gd1.S => gold/testsuite/pr20308_gd.S | 0 .../tls-ld1.S => gold/testsuite/pr20308_ld.S | 0 .../tls-main1.c => gold/testsuite/pr20308_main.c | 2 +- gold/x86_64.cc | 55 +- 15 files changed, 897 insertions(+), 140 deletions(-) copy ld/testsuite/ld-i386/tls-def1.c => gold/testsuite/pr20216_def.c (100%) copy ld/testsuite/ld-x86-64/tls-gd1.S => gold/testsuite/pr20216_gd.S (100%) copy ld/testsuite/ld-x86-64/tls-ld1.S => gold/testsuite/pr20216_ld.S (100%) copy ld/testsuite/ld-x86-64/tls-main1.c => gold/testsuite/pr20216_main.c (89%) copy ld/testsuite/ld-i386/tls-def1.c => gold/testsuite/pr20308_def.c (100%) copy ld/testsuite/ld-i386/tls-gd1.S => gold/testsuite/pr20308_gd.S (100%) copy ld/testsuite/ld-i386/tls-ld1.S => gold/testsuite/pr20308_ld.S (100%) copy ld/testsuite/ld-x86-64/tls-main1.c => gold/testsuite/pr20308_main.c (99%)