This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from e25de718de MSP430 Linker: Define __crt0_init_bss/__crt0_movedata symbol [...] adds 4e84a8f8bb x86: Also check x86 linker_def for non-shared definition adds 9a7f0679fd x86: Suggest -fPIE when not building shared object adds 05be37e5c3 Automatic date update in version.in adds 5d5b0bd35f MSP430 Assembler: Define symbols for functions to run through.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 +++++++ bfd/elf64-x86-64.c | 21 +++++++---- bfd/elfxx-x86.c | 3 +- bfd/elfxx-x86.h | 1 + bfd/version.h | 2 +- gas/ChangeLog | 13 +++++++ gas/config/tc-msp430.c | 44 ++++++++++++++++++++---- gas/testsuite/gas/msp430/fini-array.d | 7 ++++ gas/testsuite/gas/msp430/fini-array.s | 22 ++++++++++++ gas/testsuite/gas/msp430/init-array.d | 7 ++++ gas/testsuite/gas/msp430/init-array.s | 22 ++++++++++++ gas/testsuite/gas/msp430/msp430.exp | 3 ++ gas/testsuite/gas/msp430/preinit-array.d | 7 ++++ gas/testsuite/gas/msp430/preinit-array.s | 22 ++++++++++++ ld/ChangeLog | 34 ++++++++++++++++++ ld/testsuite/ld-i386/i386.exp | 3 +- ld/testsuite/ld-i386/{pr18801.d => pr18801a.d} | 3 +- ld/testsuite/ld-i386/{pr18801.d => pr18801b.d} | 3 +- ld/testsuite/ld-x86-64/pie2.d | 2 +- ld/testsuite/ld-x86-64/{pr18801.d => pr18801a.d} | 3 +- ld/testsuite/ld-x86-64/{pr18801.d => pr18801b.d} | 3 +- ld/testsuite/ld-x86-64/pr19719.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2a.d | 2 +- ld/testsuite/ld-x86-64/pr19969.d | 2 +- ld/testsuite/ld-x86-64/pr21997-1a.err | 2 +- ld/testsuite/ld-x86-64/pr21997-1b.err | 2 +- ld/testsuite/ld-x86-64/pr22001-1a.err | 2 +- ld/testsuite/ld-x86-64/pr22001-1b.err | 2 +- ld/testsuite/ld-x86-64/pr22791-1.err | 2 +- ld/testsuite/ld-x86-64/pr24458.s | 5 +++ ld/testsuite/ld-x86-64/pr24458a-x32.d | 10 ++++++ ld/testsuite/ld-x86-64/pr24458a.d | 10 ++++++ ld/testsuite/ld-x86-64/pr24458b-x32.d | 10 ++++++ ld/testsuite/ld-x86-64/pr24458b.d | 10 ++++++ ld/testsuite/ld-x86-64/pr24458c-x32.d | 10 ++++++ ld/testsuite/ld-x86-64/pr24458c.d | 10 ++++++ ld/testsuite/ld-x86-64/x86-64.exp | 9 ++++- 37 files changed, 298 insertions(+), 29 deletions(-) create mode 100644 gas/testsuite/gas/msp430/fini-array.d create mode 100644 gas/testsuite/gas/msp430/fini-array.s create mode 100644 gas/testsuite/gas/msp430/init-array.d create mode 100644 gas/testsuite/gas/msp430/init-array.s create mode 100644 gas/testsuite/gas/msp430/preinit-array.d create mode 100644 gas/testsuite/gas/msp430/preinit-array.s copy ld/testsuite/ld-i386/{pr18801.d => pr18801a.d} (74%) rename ld/testsuite/ld-i386/{pr18801.d => pr18801b.d} (66%) copy ld/testsuite/ld-x86-64/{pr18801.d => pr18801a.d} (74%) rename ld/testsuite/ld-x86-64/{pr18801.d => pr18801b.d} (66%) create mode 100644 ld/testsuite/ld-x86-64/pr24458.s create mode 100644 ld/testsuite/ld-x86-64/pr24458a-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458a.d create mode 100644 ld/testsuite/ld-x86-64/pr24458b-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458b.d create mode 100644 ld/testsuite/ld-x86-64/pr24458c-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458c.d