This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from d43a048997 Skip ld/pr23169 on SPARC. adds 262935666b Visium: align branch absolute instruction for the GR6 adds 1c92e98f54 Visium: fix bogus overflow check on 32-bit hosts adds 1532a937c6 SPARC: fix PR ld/18841 adds c83ac8021a x86-64: Restore PIC check for PCREL reloc against protected symbol adds 292144de4f gas: Pass max_bytes to TC_FRAG_INIT
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 24 ++++ bfd/elf32-sparc.c | 33 ++++- bfd/elf32-visium.c | 13 +- bfd/elf64-sparc.c | 33 ++++- bfd/elf64-x86-64.c | 133 ++++++++++++--------- bfd/elfxx-x86.h | 7 ++ gas/ChangeLog | 20 ++++ gas/config/tc-i386.h | 8 +- gas/config/tc-visium.c | 4 + gas/testsuite/gas/visium/allinsn_gr6.d | 12 +- gas/testsuite/gas/visium/allinsn_gr6.s | 7 +- gas/testsuite/gas/visium/bra-1.d | 12 ++ gas/testsuite/gas/visium/bra-1.s | 5 + gas/testsuite/gas/visium/visium.exp | 1 + ld/ChangeLog | 8 ++ .../ld-x86-64/{protected1.d => pr24151a-x32.d} | 5 +- .../ld-x86-64/{protected1.d => pr24151a.d} | 0 ld/testsuite/ld-x86-64/pr24151a.s | 9 ++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 19 files changed, 259 insertions(+), 77 deletions(-) create mode 100644 gas/testsuite/gas/visium/bra-1.d create mode 100644 gas/testsuite/gas/visium/bra-1.s copy ld/testsuite/ld-x86-64/{protected1.d => pr24151a-x32.d} (65%) copy ld/testsuite/ld-x86-64/{protected1.d => pr24151a.d} (100%) create mode 100644 ld/testsuite/ld-x86-64/pr24151a.s