This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig in repository toolchain/binutils-gdb.
from 7406a50077 Fix build with latest GCC 9.0 tree adds fc999e8020 Rename PR ld/22842 run-time test to "Run pr22842" adds b9519cfe98 x86: Properly handle PLT expression in directive adds 8bcb520897 gdb: Add default frame methods to gdbarch adds f0f13ece4c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 14 ++++ gas/config/tc-i386.c | 17 ++++- gas/testsuite/gas/i386/ilp32/reloc64.l | 1 + gas/testsuite/gas/i386/ilp32/reloc64.s | 1 + gas/testsuite/gas/i386/reloc32.l | 1 + gas/testsuite/gas/i386/reloc32.s | 1 + gas/testsuite/gas/i386/reloc64.l | 1 + gas/testsuite/gas/i386/reloc64.s | 1 + gdb/ChangeLog | 17 +++++ gdb/dummy-frame.c | 12 +++ gdb/dummy-frame.h | 6 ++ gdb/frame-unwind.c | 20 +++++ gdb/frame-unwind.h | 12 +++ gdb/frame.c | 132 +++++++++++++++------------------ gdb/gdbarch.c | 41 ++-------- gdb/gdbarch.h | 13 ++-- gdb/gdbarch.sh | 16 +++- ld/ChangeLog | 14 ++++ ld/testsuite/ld-i386/i386.exp | 9 +++ ld/testsuite/ld-x86-64/pr23997a.s | 6 ++ ld/testsuite/ld-x86-64/pr23997b.c | 25 +++++++ ld/testsuite/ld-x86-64/pr23997c.c | 7 ++ ld/testsuite/ld-x86-64/x86-64.exp | 10 ++- 24 files changed, 260 insertions(+), 119 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr23997a.s create mode 100644 ld/testsuite/ld-x86-64/pr23997b.c create mode 100644 ld/testsuite/ld-x86-64/pr23997c.c