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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2384096c4d moxie: don't force big-endian mode adds 575d37aeae elf/section13.s: Replace @nobits with %nobits adds 0f8b5e560e Automatic date update in version.in adds a8c4d40b57 ELF: Add support for unique section ID to assembler adds ef4627faba section.c: Fix typo in comments (withe -> with)
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 ++++ bfd/bfd-in2.h | 12 +++- bfd/ecoff.c | 6 +- bfd/section.c | 12 +++- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/objdump.c | 7 ++ gas/ChangeLog | 42 ++++++++++++ gas/config/obj-elf.c | 121 +++++++++++++++++++++++++-------- gas/config/obj-elf.h | 12 +++- gas/config/tc-arm.c | 10 +-- gas/config/tc-ia64.c | 2 +- gas/config/tc-microblaze.c | 12 ++-- gas/config/tc-mips.c | 2 +- gas/config/tc-msp430.c | 2 +- gas/config/tc-rx.c | 4 +- gas/config/tc-tic6x.c | 10 +-- gas/doc/as.texi | 12 ++++ gas/testsuite/gas/elf/elf.exp | 4 ++ gas/testsuite/gas/elf/section13.s | 2 +- gas/testsuite/gas/elf/section15.d | 24 +++++++ gas/testsuite/gas/elf/section15.s | 38 +++++++++++ gas/testsuite/gas/elf/section16.s | 33 +++++++++ gas/testsuite/gas/elf/section16a.d | 36 ++++++++++ gas/testsuite/gas/elf/section16b.d | 36 ++++++++++ gas/testsuite/gas/elf/section17.d | 2 + gas/testsuite/gas/elf/section17.l | 4 ++ gas/testsuite/gas/elf/section17.s | 6 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/unique.d | 48 +++++++++++++ gas/testsuite/gas/i386/unique.s | 36 ++++++++++ gas/testsuite/gas/i386/x86-64-unique.d | 48 +++++++++++++ ld/ChangeLog | 8 +++ ld/testsuite/ld-i386/pr22001-1c.S | 4 +- ld/testsuite/ld-i386/tls-gd1.S | 5 +- ld/testsuite/ld-x86-64/pr21481b.S | 4 +- 36 files changed, 562 insertions(+), 66 deletions(-) create mode 100644 gas/testsuite/gas/elf/section15.d create mode 100644 gas/testsuite/gas/elf/section15.s create mode 100644 gas/testsuite/gas/elf/section16.s create mode 100644 gas/testsuite/gas/elf/section16a.d create mode 100644 gas/testsuite/gas/elf/section16b.d create mode 100644 gas/testsuite/gas/elf/section17.d create mode 100644 gas/testsuite/gas/elf/section17.l create mode 100644 gas/testsuite/gas/elf/section17.s create mode 100644 gas/testsuite/gas/i386/unique.d create mode 100644 gas/testsuite/gas/i386/unique.s create mode 100644 gas/testsuite/gas/i386/x86-64-unique.d