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-aarch64-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 77bb17b649 Minor fix to gdb.prompt documentation adds d1f80fe061 Automatic date update in version.in adds 8ff23dba80 ubsan: ia64: left shift of negative value adds b8e61daa1a ubsan: epiphany: left shift of negative value adds 567607c11f ubsan: xtensa: left shift cannot be represented in type 'int' adds 76bba5ee85 ubsan: left shift of cannot be represented in type 'int' adds 9d48687b41 aarch64 disassembler infinite loop adds a11db3e9f3 ubsan: arc: shift exponent 32 is too large for 32-bit type 'int' adds 2fd2b153a3 ubsan: bfin: shift exponent is too large adds 0ef562a4b5 ubsan: cr16: left shift cannot be represented in type 'int' adds c202f69e51 ubsan: cris: signed integer overflow adds d93bba9e0d ubsan: csky: left shift cannot be represented in type 'int' adds 159653d8c0 ussan: d30v: index out of bounds adds f8a87c78e6 ubsan: h8300: left shift cannot be represented in type 'int' adds 334175b693 ubsan: m68k: left shift cannot be represented in type 'int' adds 8c9b417187 ubsan: moxie: left shift of negative value adds 96f1f60460 ubsan: nios2: left shift cannot be represented in type 'int' adds fb4cb4e26d ubsan: ns32k: left shift cannot be represented in type 'int' adds 205c426a9b ubsan: s12z: left shift cannot be represented in type 'int' adds 66152f1668 ubsan: tic4x: segv and signed shifts adds b84f6152ee ubsan: tic6x: shift left of int adds 2a81ccbbbf ubsan: v850: left shift cannot be represented in type 'long' adds 5c05618a0a ubsan: vax: left shift cannot be represented in type 'int' adds 5afa80e9a8 Re: ubsan: ns32k: left shift cannot be represented in type adds d8edc8b768 Implement 'print -raw-values' and 'set print raw-values on|off' adds 569d50f1c6 x86: further refine SSE check (SSE4a, SHA, GFNI) adds 09c7848734 Make bfd_get_8 return a bfd_vma like other bfd_get_* functions adds 13c9c48599 bfd signed overflow fixes adds 1d61b03226 Remove more shifts for sign/zero extension adds aac4760f70 Fix the build after bfd_get_signed_8 change adds 2e74427698 Fix build on macOS adds 24f19ccb89 [gas][arm] Add -mwarn-restrict-it adds 27f7b2f640 Fix typo, get_Frame_id -> get_frame_id adds d746744ebb Bump version to 10.0.50.DATE-git. adds 4decd62b21 Update NEWS post GDB 9 branch creation. adds c8ec2f433c Move max_height method to tui_gen_win_info adds 1431937bee Move can_box to tui_gen_win_info adds dc7ff8a608 Introduce the tui_gen_win_info::min_height method adds fb3184d8ee Remove struct tui_point adds 389e7ddbc2 Introduce new layout code adds 2192a9d3b3 First use of tui_layout adds 3d97994549 Re-apply the current layout when resizing adds d4eeccfe6b Change "winheight" resizing to use new layout code adds a848998a75 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 36 + bfd/bfd-in2.h | 4 +- bfd/cpu-ia64-opc.c | 6 +- bfd/elf32-arm.c | 18 +- bfd/elf32-nds32.h | 24 +- bfd/elf32-rx.c | 4 +- bfd/libaout.h | 4 +- bfd/libbfd.c | 4 +- bfd/libhppa.h | 2 +- bfd/mmo.c | 2 +- bfd/netbsd.h | 2 +- bfd/version.h | 2 +- bfd/xtensa-modules.c | 1528 ++++++++------------ binutils/ChangeLog | 4 + binutils/od-xcoff.c | 6 +- cpu/ChangeLog | 11 + cpu/epiphany.cpu | 13 +- cpu/lm32.cpu | 8 +- cpu/m32c.cpu | 9 +- gas/ChangeLog | 24 + gas/config/tc-arm.c | 7 + gas/config/tc-i386.c | 3 + .../gas/arm/armv8-2-fp16-scalar-bad-ext.d | 2 +- gas/testsuite/gas/arm/armv8-2-fp16-scalar-bad.d | 2 +- gas/testsuite/gas/arm/armv8-a-bad.d | 2 +- gas/testsuite/gas/arm/armv8-a-it-bad.d | 2 +- gas/testsuite/gas/arm/armv8-r-bad.d | 2 +- gas/testsuite/gas/arm/armv8-r-it-bad.d | 2 +- .../gas/arm/sp-pc-validations-bad-t-v8a.d | 2 +- gas/testsuite/gas/arm/udf.d | 2 +- gas/testsuite/gas/i386/sse-check-error.l | 40 +- gas/testsuite/gas/i386/sse-check-warn.e | 8 +- gas/testsuite/gas/i386/sse-check.d | 4 + gas/testsuite/gas/i386/sse-check.s | 8 + gas/testsuite/gas/i386/x86-64-sse-check-error.l | 40 +- gdb/ChangeLog | 109 ++ gdb/NEWS | 15 +- gdb/doc/ChangeLog | 14 + gdb/doc/gdb.texinfo | 54 +- gdb/fbsd-tdep.c | 2 +- gdb/gdbsupport/thread-pool.c | 35 +- gdb/printcmd.c | 6 +- gdb/testsuite/ChangeLog | 17 + gdb/testsuite/gdb.base/options.exp | 1 + gdb/testsuite/gdb.python/py-prettyprint.exp | 21 + gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 12 +- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/resize.exp | 2 +- gdb/testsuite/lib/tuiterm.exp | 10 +- gdb/tui/tui-command.c | 6 +- gdb/tui/tui-data.h | 31 +- gdb/tui/tui-layout.c | 566 ++++++-- gdb/tui/tui-layout.h | 153 ++ gdb/tui/tui-regs.h | 10 + gdb/tui/tui-stack.h | 10 + gdb/tui/tui-win.c | 387 +---- gdb/tui/tui-wingeneral.c | 2 +- gdb/valprint.c | 10 + gdb/version.in | 2 +- include/ChangeLog | 12 + include/dis-asm.h | 8 +- include/opcode/mmix.h | 16 +- include/opcode/tic80.h | 36 +- opcodes/ChangeLog | 109 ++ opcodes/aarch64-dis.c | 2 + opcodes/arc-dis.c | 5 +- opcodes/bfin-dis.c | 29 +- opcodes/cr16-dis.c | 11 +- opcodes/cris-dis.c | 35 +- opcodes/csky-dis.c | 8 +- opcodes/d30v-dis.c | 8 +- opcodes/epiphany-ibld.c | 6 +- opcodes/h8300-dis.c | 5 +- opcodes/lm32-ibld.c | 4 +- opcodes/m32c-ibld.c | 4 +- opcodes/m68k-dis.c | 8 +- opcodes/moxie-dis.c | 2 +- opcodes/nios2-dis.c | 18 +- opcodes/ns32k-dis.c | 16 +- opcodes/pdp11-dis.c | 3 +- opcodes/s12z-opc.c | 4 +- opcodes/tic4x-dis.c | 16 +- opcodes/tic54x-dis.c | 3 +- opcodes/tic6x-dis.c | 4 +- opcodes/tilegx-opc.c | 4 +- opcodes/tilepro-opc.c | 4 +- opcodes/v850-dis.c | 10 +- opcodes/vax-dis.c | 2 +- opcodes/visium-dis.c | 2 +- 90 files changed, 1939 insertions(+), 1775 deletions(-)