This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/embedded-binutils-2_26-branch in repository binutils-gdb.
from 5a9c321 Add support for PURECODE new 2d4550c Fix for PURECODE readelf backport new 0fa7cd5 2016-09-26 Andre Vieira andre.simoesdiasvieira@arm.com new 9dd9f85 2016-09-26 Andre Vieira andre.simoesdiasvieira@arm.com
The 3 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.arm | 9 +++++ bfd/elf-bfd.h | 6 +-- binutils/ChangeLog.arm | 18 +++++++++ binutils/readelf.c | 44 ++++++++++----------- gas/ChangeLog.arm | 27 +++++++++++++ gas/NEWS | 3 ++ gas/config/obj-elf.c | 56 ++++++++++++++++++++++---- gas/config/obj-elf.h | 2 +- gas/doc/as.texinfo | 30 +++++++++++++- gas/testsuite/ChangeLog.arm | 12 ++++++ gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/section10.d | 36 +++++++++++++++++ gas/testsuite/gas/elf/section10.s | 35 +++++++++++++++++ gas/testsuite/gas/i386/ilp32/x86-64-unwind.d | 3 -- gas/testsuite/gas/tic6x/scomm-directive-4.d | 4 +- ld/testsuite/ChangeLog.arm | 59 ++++++++++++++++++++++++++++ ld/testsuite/ld-i386/pr12718.d | 3 -- ld/testsuite/ld-i386/pr12921.d | 3 -- ld/testsuite/ld-i386/tlsbin-nacl.rd | 4 +- ld/testsuite/ld-i386/tlsbin.rd | 4 +- ld/testsuite/ld-i386/tlsbindesc-nacl.rd | 4 +- ld/testsuite/ld-i386/tlsbindesc.rd | 4 +- ld/testsuite/ld-i386/tlsdesc-nacl.rd | 4 +- ld/testsuite/ld-i386/tlsdesc.rd | 4 +- ld/testsuite/ld-i386/tlsgdesc-nacl.rd | 4 +- ld/testsuite/ld-i386/tlsgdesc.rd | 4 +- ld/testsuite/ld-i386/tlsnopic-nacl.rd | 4 +- ld/testsuite/ld-i386/tlsnopic.rd | 4 +- ld/testsuite/ld-i386/tlspic-nacl.rd | 4 +- ld/testsuite/ld-i386/tlspic.rd | 4 +- ld/testsuite/ld-s390/tlsbin.rd | 4 +- ld/testsuite/ld-s390/tlsbin_64.rd | 4 +- ld/testsuite/ld-s390/tlspic.rd | 4 +- ld/testsuite/ld-s390/tlspic_64.rd | 4 +- ld/testsuite/ld-sh/tlsbin-2.d | 4 +- ld/testsuite/ld-sh/tlspic-2.d | 4 +- ld/testsuite/ld-tic6x/common.d | 4 +- ld/testsuite/ld-tic6x/shlib-1.rd | 4 +- ld/testsuite/ld-tic6x/shlib-1b.rd | 4 +- ld/testsuite/ld-tic6x/shlib-1r.rd | 4 +- ld/testsuite/ld-tic6x/shlib-1rb.rd | 4 +- ld/testsuite/ld-tic6x/shlib-app-1.rd | 4 +- ld/testsuite/ld-tic6x/shlib-app-1b.rd | 4 +- ld/testsuite/ld-tic6x/shlib-app-1r.rd | 4 +- ld/testsuite/ld-tic6x/shlib-app-1rb.rd | 4 +- ld/testsuite/ld-tic6x/shlib-noindex.rd | 4 +- ld/testsuite/ld-tic6x/static-app-1.rd | 4 +- ld/testsuite/ld-tic6x/static-app-1b.rd | 4 +- ld/testsuite/ld-tic6x/static-app-1r.rd | 4 +- ld/testsuite/ld-tic6x/static-app-1rb.rd | 4 +- ld/testsuite/ld-x86-64/ilp32-4-nacl.d | 4 +- ld/testsuite/ld-x86-64/ilp32-4.d | 4 +- ld/testsuite/ld-x86-64/pr12718.d | 3 -- ld/testsuite/ld-x86-64/pr12921.d | 3 -- ld/testsuite/ld-x86-64/split-by-file-nacl.rd | 4 +- ld/testsuite/ld-x86-64/split-by-file.rd | 4 +- ld/testsuite/ld-x86-64/tlsbin-nacl.rd | 4 +- ld/testsuite/ld-x86-64/tlsbin.rd | 4 +- ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd | 4 +- ld/testsuite/ld-x86-64/tlsbindesc.rd | 4 +- ld/testsuite/ld-x86-64/tlsdesc-nacl.rd | 4 +- ld/testsuite/ld-x86-64/tlsdesc.rd | 4 +- ld/testsuite/ld-x86-64/tlsgdesc-nacl.rd | 4 +- ld/testsuite/ld-x86-64/tlsgdesc.rd | 4 +- ld/testsuite/ld-x86-64/tlspic-nacl.rd | 4 +- ld/testsuite/ld-x86-64/tlspic.rd | 4 +- ld/testsuite/ld-xtensa/tlsbin.rd | 4 +- ld/testsuite/ld-xtensa/tlspic.rd | 4 +- 68 files changed, 351 insertions(+), 198 deletions(-) create mode 100644 gas/testsuite/gas/elf/section10.d create mode 100644 gas/testsuite/gas/elf/section10.s