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 7cde5fc2ec gdb/testsuite: Prepare for DejaGnu 1.6.2 new 1163a4b7a3 Support the fs_base and gs_base registers on i386. new dd6876c91c Support fs_base and gs_base on FreeBSD/i386. new df22c1e5d5 Handle an edge case for minisym TLS variable lookups. new cd250a1898 Update comment for target::get_thread_local_address. new 6e056c8178 Add a new gdbarch method to resolve the address of TLS variables. new 36c53a0262 Remove code disabled since at least 1999 from lookup_struct_ [...] new ef0bd2046f Add a more general version of lookup_struct_elt_type. new 945f3901b5 Add a helper function to resolve TLS variable addresses for [...] new f5424cfa7e Support TLS variables on FreeBSD/amd64. new ce25aa57a3 Support TLS variables on FreeBSD/i386. new b0f87ed032 Support TLS variables on FreeBSD/riscv. new 8399425f5f Support TLS variables on FreeBSD/powerpc.
The 12 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/ChangeLog | 113 +++++++++++++++ gdb/amd64-bsd-nat.c | 26 ++-- gdb/amd64-fbsd-nat.c | 4 +- gdb/amd64-fbsd-tdep.c | 25 ++++ gdb/amd64-tdep.c | 10 +- gdb/arch/i386.c | 6 +- gdb/arch/i386.h | 3 +- gdb/fbsd-tdep.c | 153 +++++++++++++++++++++ gdb/fbsd-tdep.h | 11 ++ .../i386/{64bit-segments.c => 32bit-segments.c} | 8 +- .../{64bit-segments.xml => 32bit-segments.xml} | 6 +- gdb/gdbarch.c | 32 +++++ gdb/gdbarch.h | 12 ++ gdb/gdbarch.sh | 8 ++ gdb/gdbserver/ChangeLog | 8 ++ gdb/gdbserver/linux-x86-tdesc.c | 2 +- gdb/gdbserver/lynx-i386-low.c | 2 +- gdb/gdbserver/nto-x86-low.c | 2 +- gdb/gdbserver/win32-i386-low.c | 2 +- gdb/gdbtypes.c | 70 ++++------ gdb/gdbtypes.h | 38 +++++ gdb/i386-bsd-nat.c | 54 ++++++++ gdb/i386-fbsd-nat.c | 2 +- gdb/i386-fbsd-tdep.c | 31 ++++- gdb/i386-go32-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/i386-tdep.c | 33 +++-- gdb/i386-tdep.h | 12 +- gdb/ppc-fbsd-tdep.c | 35 +++++ gdb/riscv-fbsd-tdep.c | 27 ++++ gdb/solib-svr4.c | 5 + gdb/target.c | 13 +- gdb/target.h | 4 +- 33 files changed, 665 insertions(+), 96 deletions(-) copy gdb/features/i386/{64bit-segments.c => 32bit-segments.c} (53%) copy gdb/features/i386/{64bit-segments.xml => 32bit-segments.xml} (66%)