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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from bab6ead85f Automatic date update in version.in adds 2c6f3e56cb ELF: Support .noinit and .persistent sections adds 21c33bcbe3 Allow spaces in the name of the external preprocessor used b [...] new b1eea24024 Add Rogerio Alves to gdb/MAINTAINERS. new 3df8c6afdd gdb: fix potentially uninitialised variable
The 2 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/ChangeLog | 6 +++++ bfd/elf.c | 4 +++ binutils/ChangeLog | 11 ++++++++ binutils/testsuite/lib/binutils-common.exp | 39 +++++++++++++++++++++++++++++ binutils/windres.c | 8 +++++- gas/ChangeLog | 8 ++++++ gas/testsuite/gas/elf/elf.exp | 2 ++ gas/testsuite/gas/elf/section25.d | 12 +++++++++ gas/testsuite/gas/elf/section25.s | 8 ++++++ gas/testsuite/gas/elf/section26.d | 12 +++++++++ gas/testsuite/gas/elf/section26.s | 8 ++++++ gdb/ChangeLog | 5 ++++ gdb/MAINTAINERS | 1 + gdb/printcmd.c | 25 ++++++++++++------ ld/ChangeLog | 25 ++++++++++++++++++ ld/emulparams/armelf.sh | 18 ++++--------- ld/scripttempl/avr.sc | 2 +- ld/scripttempl/elf.sc | 28 +++++++++++++++++++++ ld/scripttempl/elf32msp430.sc | 12 +++++++-- ld/scripttempl/elfarcv2.sc | 2 +- ld/scripttempl/pru.sc | 2 +- ld/testsuite/ld-elf/noinit-sections-1.d | 9 +++++++ ld/testsuite/ld-elf/noinit-sections-2.d | 10 ++++++++ ld/testsuite/ld-elf/noinit-sections-2.l | 5 ++++ ld/testsuite/ld-elf/noinit-sections.s | 13 ++++++++++ ld/testsuite/ld-elf/persistent-sections-1.d | 9 +++++++ ld/testsuite/ld-elf/persistent-sections-2.d | 10 ++++++++ ld/testsuite/ld-elf/persistent-sections-2.l | 5 ++++ ld/testsuite/ld-elf/persistent-sections.s | 13 ++++++++++ 29 files changed, 286 insertions(+), 26 deletions(-) create mode 100644 gas/testsuite/gas/elf/section25.d create mode 100644 gas/testsuite/gas/elf/section25.s create mode 100644 gas/testsuite/gas/elf/section26.d create mode 100644 gas/testsuite/gas/elf/section26.s create mode 100644 ld/testsuite/ld-elf/noinit-sections-1.d create mode 100644 ld/testsuite/ld-elf/noinit-sections-2.d create mode 100644 ld/testsuite/ld-elf/noinit-sections-2.l create mode 100644 ld/testsuite/ld-elf/noinit-sections.s create mode 100644 ld/testsuite/ld-elf/persistent-sections-1.d create mode 100644 ld/testsuite/ld-elf/persistent-sections-2.d create mode 100644 ld/testsuite/ld-elf/persistent-sections-2.l create mode 100644 ld/testsuite/ld-elf/persistent-sections.s