This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from 62e2e6d120 Automatic date update in version.in adds a1faa5ea86 Revert "PR28824, relro security issues, x86 keep COMMONPAGES [...] adds 3c4c0a18c8 x86-64: Use MAXPAGESIZE for the relro segment alignment adds e6b3636709 gdb: add a symbol* argument to get_return_value adds 0b35f123c2 gdb: Respect the DW_CC_nocall attribute adds ce20459e16 x86: Add has_sib to struct instr_info adds e63f65fea9 sim/testsuite: Default global_cc_os and global_cc_works properly adds 3319ba7a8d i386: Update I386_NEED_DYNAMIC_RELOC_TYPE_P for DT_TEXTREL adds bc85f56bfd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elfxx-x86.h | 1 + bfd/version.h | 2 +- gdb/gdbtypes.c | 11 +++ gdb/gdbtypes.h | 10 +++ gdb/infcall.c | 5 ++ gdb/infcmd.c | 20 +++-- gdb/inferior.h | 10 ++- gdb/python/py-finishbreakpoint.c | 57 +++++++------ gdb/stack.c | 18 +++- .../{main-foo.c => calling-convention.c} | 7 +- gdb/testsuite/gdb.dwarf2/calling-convention.exp | 97 ++++++++++++++++++++++ ld/emultempl/elf-x86.em | 1 - ld/ld.h | 4 - ld/ldexp.c | 5 +- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/{warn1.d => pr28894.d} | 1 - ld/testsuite/ld-i386/pr28894.s | 7 ++ ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt.dd | 2 +- ld/testsuite/ld-x86-64/pr14207.d | 6 +- ld/testsuite/ld-x86-64/pr18176.d | 3 +- ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +-- ld/testsuite/ld-x86-64/pr20830a.d | 10 +-- ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +-- ld/testsuite/ld-x86-64/pr20830b.d | 12 +-- ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +-- ld/testsuite/ld-x86-64/pr21038a.d | 10 +-- ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +- ld/testsuite/ld-x86-64/pr21038b.d | 8 +- ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +-- ld/testsuite/ld-x86-64/pr21038c.d | 12 +-- opcodes/i386-dis.c | 17 ++-- sim/testsuite/lib/sim-defs.exp | 6 +- 34 files changed, 276 insertions(+), 123 deletions(-) copy gdb/testsuite/gdb.dwarf2/{main-foo.c => calling-convention.c} (91%) create mode 100644 gdb/testsuite/gdb.dwarf2/calling-convention.exp copy ld/testsuite/ld-i386/{warn1.d => pr28894.d} (74%) create mode 100644 ld/testsuite/ld-i386/pr28894.s