This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1753ed6 ld: track linker-definedness of symbols new f0728ee [ARM] Change noread to purecode. new d5a67c0 [ARM] Purecode compatible long branch veneer for M-profile ta [...]
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 | 22 ++++++ bfd/bfd-in2.h | 4 +- bfd/elf32-arm.c | 89 ++++++++++++++++++---- bfd/section.c | 4 +- binutils/ChangeLog | 11 +++ binutils/objdump.c | 7 +- binutils/readelf.c | 8 +- include/ChangeLog | 5 ++ include/elf/arm.h | 2 +- ld/ChangeLog | 12 +++ ld/testsuite/ld-arm/arm-elf.exp | 3 + .../ld-arm/{arm_noread.ld => arm_purecode.ld} | 8 +- ld/testsuite/ld-arm/farcall-thumb2-purecode.d | 22 ++++++ .../testsuite/ld-arm/farcall-thumb2-purecode.s | 18 ++--- 14 files changed, 173 insertions(+), 42 deletions(-) rename ld/testsuite/ld-arm/{arm_noread.ld => arm_purecode.ld} (77%) create mode 100644 ld/testsuite/ld-arm/farcall-thumb2-purecode.d copy gold/testsuite/arm_farcall_thumb_thumb.s => ld/testsuite/ld-arm/farcall-thumb [...]