This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from ebad7c6613 gdb/testsuite: fixup common-block.exp for intel compilers adds e2904e1ff0 Use unique_ptr for objfiles adds b8be9aea5c i386: Ajdust more tests for opcodes/i386: remove trailing wh [...] adds 98a1627f19 x86: Properly handle IFUNC function pointer reference adds 739f950664 Automatic date update in version.in adds b0de9ed86f Re: use libiberty xmalloc in bfd/doc/chew.c adds 68538bbeaa gdb:csky save fpu and vdsp info to struct csky_gdbarch_tdep adds 1d2eeb660f [arm] Cleanup: use hex for offsets adds 39fc7ff66b [arm] d0..d15 are 64-bit each, not 32-bit adds de76473c2d [arm] Add support for FPU registers in prologue unwinder adds 46c7fd95fc [arm] Don't use special treatment for PC adds 80fa4b2a60 Add gdb.current_language and gdb.Frame.language new fc18b1c5af [gdb] Fix warning in foreach_arch selftests
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: bfd/Makefile.in | 3 +- bfd/doc/chew.c | 41 +++++++++++++++++++- bfd/doc/local.mk | 4 +- bfd/elf32-i386.c | 8 +++- bfd/elf64-x86-64.c | 8 +++- bfd/version.h | 2 +- gdb/NEWS | 7 ++++ gdb/arm-tdep.c | 36 +++++++----------- gdb/csky-tdep.c | 42 +++++++++++++++++++-- gdb/csky-tdep.h | 5 ++- gdb/doc/python.texi | 12 ++++++ gdb/objfiles.c | 4 +- gdb/objfiles.h | 2 +- gdb/osabi.c | 50 +++++++++++++++++++------ gdb/osabi.h | 13 +++++++ gdb/progspace.c | 6 +-- gdb/progspace.h | 8 ++-- gdb/python/py-frame.c | 25 +++++++++++++ gdb/python/python.c | 12 ++++++ gdb/selftest-arch.c | 18 ++++++++- gdb/testsuite/gdb.python/py-frame.exp | 6 +++ gdb/testsuite/gdb.python/py-parameter.exp | 14 +++++++ gdb/testsuite/gdb.rust/pp.exp | 2 + ld/testsuite/ld-i386/libno-plt-1b.dd | 2 +- ld/testsuite/ld-i386/no-plt-1a.dd | 4 +- ld/testsuite/ld-i386/no-plt-1b.dd | 2 +- ld/testsuite/ld-i386/no-plt-1c.dd | 2 +- ld/testsuite/ld-i386/no-plt-1d.dd | 4 +- ld/testsuite/ld-i386/no-plt-1e.dd | 4 +- ld/testsuite/ld-i386/no-plt-1f.dd | 2 +- ld/testsuite/ld-i386/no-plt-1g.dd | 2 +- ld/testsuite/ld-i386/no-plt-1h.dd | 4 +- ld/testsuite/ld-i386/no-plt-1i.dd | 4 +- ld/testsuite/ld-i386/no-plt-1j.dd | 4 +- ld/testsuite/ld-i386/plt-main-ibt.dd | 2 +- ld/testsuite/ld-i386/plt-pie-ibt.dd | 2 +- ld/testsuite/ld-ifunc/ifunc.exp | 9 +++++ ld/testsuite/ld-ifunc/pr29216.c | 62 +++++++++++++++++++++++++++++++ 38 files changed, 358 insertions(+), 79 deletions(-) create mode 100644 ld/testsuite/ld-ifunc/pr29216.c