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 ae6a4c3f1d5 ld: Use --no-rosegment to ld for PR ld/22393 tests new d774bf9b362 x86: Add tls check in gas
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: gas/config.in | 3 + gas/config/tc-i386.c | 438 +++++++++++++++++++++++++-- gas/configure | 26 +- gas/configure.ac | 18 ++ gas/doc/c-i386.texi | 10 + gas/testsuite/gas/i386/i386.exp | 3 +- gas/testsuite/gas/i386/ilp32/ilp32.exp | 3 +- gas/testsuite/gas/i386/ilp32/reloc64.d | 2 +- gas/testsuite/gas/i386/ilp32/x32-inval-tls.l | 38 +++ gas/testsuite/gas/i386/ilp32/x32-inval-tls.s | 1 + gas/testsuite/gas/i386/ilp32/x32-tls.d | 1 + gas/testsuite/gas/i386/ilp32/x86-64-tls.d | 4 + gas/testsuite/gas/i386/inval-tls.l | 72 ++++- gas/testsuite/gas/i386/inval-tls.s | 82 +++++ gas/testsuite/gas/i386/reloc32.d | 2 +- gas/testsuite/gas/i386/reloc64.d | 2 +- gas/testsuite/gas/i386/tls.d | 25 ++ gas/testsuite/gas/i386/tls.s | 31 ++ gas/testsuite/gas/i386/x86-64-inval-tls.l | 36 +++ gas/testsuite/gas/i386/x86-64-inval-tls.s | 46 +++ gas/testsuite/gas/i386/x86-64-tls.d | 25 ++ gas/testsuite/gas/i386/x86-64-tls.s | 27 ++ gas/testsuite/gas/i386/x86-64.exp | 3 +- ld/testsuite/ld-i386/tlsgdesc1.d | 2 +- ld/testsuite/ld-i386/tlsgdesc2.d | 2 +- ld/testsuite/ld-i386/tlsgdesc3.d | 2 +- ld/testsuite/ld-i386/tlsie2.d | 2 +- ld/testsuite/ld-i386/tlsie3.d | 2 +- ld/testsuite/ld-i386/tlsie4.d | 2 +- ld/testsuite/ld-i386/tlsie5.d | 2 +- ld/testsuite/ld-x86-64/tlsdesc3.d | 2 +- ld/testsuite/ld-x86-64/tlsdesc4.d | 2 +- ld/testsuite/ld-x86-64/tlsdesc5.d | 2 +- ld/testsuite/ld-x86-64/tlsie2.d | 2 +- ld/testsuite/ld-x86-64/tlsie3.d | 2 +- ld/testsuite/ld-x86-64/tlsie5.d | 2 +- 36 files changed, 879 insertions(+), 45 deletions(-) create mode 100644 gas/testsuite/gas/i386/ilp32/x32-inval-tls.l create mode 100644 gas/testsuite/gas/i386/ilp32/x32-inval-tls.s create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-tls.d create mode 100644 gas/testsuite/gas/i386/tls.d create mode 100644 gas/testsuite/gas/i386/tls.s create mode 100644 gas/testsuite/gas/i386/x86-64-tls.d create mode 100644 gas/testsuite/gas/i386/x86-64-tls.s