This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/binutils-gdb.
from 626d23209f [gdb/breakpoint] Handle setting breakpoint on label without address adds 1e597a8997 Prevent the linker from overestimating the alignment require [...] adds 7ca371dba5 PR26418 UBSAN: cache.c:386 null pointer fwrite adds 87870682f3 LD: Add new %pU vfinfo format for printing linker script name adds 64b63c2993 MSP430: Fix alignment of __*_array_start symbols in default [...] adds 4a5700b62f gas: Handle bad -gdwarf options, just like bad --gdwarf options. adds 07319accdf PR26418 UBSAN: cache.c:386 null pointer fwrite adds ed2ed4dcf4 PR26460 UBSAN: tc-ia64.c:6107 index out of bounds adds a1e60a1bdc PR26449, PR26450 UBSAN: frv-ibld.c:135 left shift adds 08d7da7dc9 Fix a bogus error message from the DWARF LEB129 decoder when [...] adds e0814aae5f Fix two out-of-date comments adds 8f57f34310 Fix gdb.base/advance-until-multiple-locations.exp with some [...] adds f7c7700d32 Adjust "maint info program-spaces" to per-inferior target stack adds 9b5f4ffe1b Automatic date update in version.in adds 736c9875c0 PR26459 UBSAN: elfnn-ia64.c:1945 null pointer bsearch adds 8a267ea847 PR26481 UBSAN: tc-pj.c:281 index out of bounds adds 0c0577f6a8 PR26446 UBSAN: tc-csky.c:2618,4022 index out of bounds adds 55b8e31a7a correct pr number in changelog adds e6f04d55f6 Include members in the variable table used when resolving DW [...] adds c44ea3aef6 Automatic date update in version.in new 34d8e6d0c5 PR26435, PR26436 UBSAN: elf32-cr16.c:928 left shift new c930281005 PR26437, PR26438 UBSAN: tc-cr16.c left shifts and overflows new 2781f857e6 cr16 disassembly error of disp20 fields new 54b8331d0b readelf: ubsan: shift exponent 32 is too large new d0ed6fddfa changelog PR fix new 42afa120eb ld: Add $NOSANTIZE_CFLAGS to more linker tests
The 6 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 | 36 + bfd/dwarf2.c | 5 +- bfd/ecofflink.c | 6 +- bfd/elf32-cr16.c | 5 +- bfd/elfnn-ia64.c | 40 +- bfd/linker.c | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/dwarf.c | 28 +- binutils/readelf.c | 2 +- gas/ChangeLog | 39 + gas/as.c | 7 + gas/config/tc-cr16.c | 1588 ++++++++++---------- gas/config/tc-ia64.c | 6 +- gas/config/tc-pj.c | 4 +- gas/testsuite/gas/cr16/cbitb_test.d | 10 +- gas/testsuite/gas/cr16/cbitw_test.d | 20 +- gas/testsuite/gas/cr16/sbitb_test.d | 10 +- gas/testsuite/gas/cr16/sbitw_test.d | 20 +- gas/testsuite/gas/cr16/storb_test.d | 10 +- gas/testsuite/gas/cr16/storw_test.d | 10 +- gas/testsuite/gas/cr16/tbitb_test.d | 10 +- gas/testsuite/gas/cr16/tbitw_test.d | 20 +- gdb/ChangeLog | 10 + gdb/dbxread.c | 3 +- gdb/progspace.c | 10 +- gdb/testsuite/ChangeLog | 6 + .../gdb.base/advance-until-multiple-locations.exp | 4 +- gdb/xcoffread.c | 3 +- ld/ChangeLog | 29 + ld/emultempl/msp430.em | 81 +- ld/ldmisc.c | 9 +- ld/scripttempl/elf32msp430.sc | 3 + ld/testsuite/ld-elf/dwarf.exp | 4 + ld/testsuite/ld-elf/shared.exp | 4 + ld/testsuite/ld-elfvsb/elfvsb.exp | 13 +- ld/testsuite/ld-msp430-elf/finiarray-warn.ld | 46 + ld/testsuite/ld-msp430-elf/finiarray-warn.r | 1 + ld/testsuite/ld-msp430-elf/initarray-nowarn.ld | 45 + .../testsuite/ld-msp430-elf/initarray-nowarn.r | 0 ld/testsuite/ld-msp430-elf/initarray-warn.ld | 46 + ld/testsuite/ld-msp430-elf/initarray-warn.r | 1 + ld/testsuite/ld-msp430-elf/initarray.s | 21 + ld/testsuite/ld-msp430-elf/msp430-elf.exp | 13 + ld/testsuite/ld-msp430-elf/preinitarray-warn.ld | 46 + ld/testsuite/ld-msp430-elf/preinitarray-warn.r | 1 + ld/testsuite/ld-shared/shared.exp | 6 + ld/testsuite/ld-size/size.exp | 7 +- opcodes/ChangeLog | 28 + opcodes/bpf-ibld.c | 14 +- opcodes/cgen-ibld.in | 14 +- opcodes/cr16-dis.c | 114 +- opcodes/csky-opc.h | 4 +- opcodes/epiphany-ibld.c | 14 +- opcodes/fr30-ibld.c | 14 +- opcodes/frv-ibld.c | 14 +- opcodes/ip2k-ibld.c | 14 +- opcodes/iq2000-ibld.c | 14 +- opcodes/lm32-ibld.c | 14 +- opcodes/m32c-ibld.c | 14 +- opcodes/m32r-ibld.c | 14 +- opcodes/mep-ibld.c | 14 +- opcodes/mt-ibld.c | 14 +- opcodes/or1k-ibld.c | 14 +- opcodes/xc16x-ibld.c | 14 +- opcodes/xstormy16-ibld.c | 14 +- 66 files changed, 1591 insertions(+), 1075 deletions(-) create mode 100644 ld/testsuite/ld-msp430-elf/finiarray-warn.ld create mode 100644 ld/testsuite/ld-msp430-elf/finiarray-warn.r create mode 100644 ld/testsuite/ld-msp430-elf/initarray-nowarn.ld copy binutils/testsuite/binutils-all/empty => ld/testsuite/ld-msp430-elf/initarray [...] create mode 100644 ld/testsuite/ld-msp430-elf/initarray-warn.ld create mode 100644 ld/testsuite/ld-msp430-elf/initarray-warn.r create mode 100644 ld/testsuite/ld-msp430-elf/initarray.s create mode 100644 ld/testsuite/ld-msp430-elf/preinitarray-warn.ld create mode 100644 ld/testsuite/ld-msp430-elf/preinitarray-warn.r