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 315ac9939f6 Do not apply properties to arch-allocated types new 91eee81d235 gdb: include NT_I386_TLS note in generated core files
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: gdb/NEWS | 4 + gdb/amd64-linux-nat.c | 26 +- gdb/doc/gdb.texinfo | 11 +- gdb/features/i386/32bit-linux.c | 7 + gdb/features/i386/32bit-linux.xml | 5 + gdb/i386-linux-nat.c | 21 ++ gdb/i386-linux-tdep.c | 174 ++++++++++- gdb/i386-linux-tdep.h | 15 + gdb/i386-tdep.h | 5 + gdb/{solib-frv.h => nat/amd64-linux.h} | 17 +- gdb/nat/i386-linux.h | 10 + gdb/nat/x86-linux.c | 44 +++ gdb/nat/x86-linux.h | 15 + .../signal-sigtrap.c => gdb.arch/i386-tls-regs.c} | 49 +-- gdb/testsuite/gdb.arch/i386-tls-regs.exp | 335 +++++++++++++++++++++ gdb/x86-linux-nat.c | 67 +++++ gdb/x86-linux-nat.h | 15 + gdbserver/linux-x86-low.cc | 105 +++++++ 18 files changed, 892 insertions(+), 33 deletions(-) copy gdb/{solib-frv.h => nat/amd64-linux.h} (66%) copy gdb/testsuite/{gdb.threads/signal-sigtrap.c => gdb.arch/i386-tls-regs.c} (61%) create mode 100644 gdb/testsuite/gdb.arch/i386-tls-regs.exp