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 d1f80fe061 Automatic date update in version.in new 8ff23dba80 ubsan: ia64: left shift of negative value new b8e61daa1a ubsan: epiphany: left shift of negative value new 567607c11f ubsan: xtensa: left shift cannot be represented in type 'int' new 76bba5ee85 ubsan: left shift of cannot be represented in type 'int' new 9d48687b41 aarch64 disassembler infinite loop new a11db3e9f3 ubsan: arc: shift exponent 32 is too large for 32-bit type 'int' new 2fd2b153a3 ubsan: bfin: shift exponent is too large new 0ef562a4b5 ubsan: cr16: left shift cannot be represented in type 'int' new c202f69e51 ubsan: cris: signed integer overflow new d93bba9e0d ubsan: csky: left shift cannot be represented in type 'int' new 159653d8c0 ussan: d30v: index out of bounds new f8a87c78e6 ubsan: h8300: left shift cannot be represented in type 'int' new 334175b693 ubsan: m68k: left shift cannot be represented in type 'int' new 8c9b417187 ubsan: moxie: left shift of negative value new 96f1f60460 ubsan: nios2: left shift cannot be represented in type 'int' new fb4cb4e26d ubsan: ns32k: left shift cannot be represented in type 'int' new 205c426a9b ubsan: s12z: left shift cannot be represented in type 'int' new 66152f1668 ubsan: tic4x: segv and signed shifts new b84f6152ee ubsan: tic6x: shift left of int new 2a81ccbbbf ubsan: v850: left shift cannot be represented in type 'long' new 5c05618a0a ubsan: vax: left shift cannot be represented in type 'int'
The 21 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 | 17 + bfd/cpu-ia64-opc.c | 6 +- bfd/xtensa-modules.c | 1528 ++++++++++++++++++----------------------------- cpu/ChangeLog | 5 + cpu/epiphany.cpu | 4 +- include/ChangeLog | 6 + include/dis-asm.h | 8 +- include/opcode/tic80.h | 36 +- opcodes/ChangeLog | 91 +++ opcodes/aarch64-dis.c | 2 + opcodes/arc-dis.c | 2 +- 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 | 4 +- opcodes/h8300-dis.c | 5 +- opcodes/m68k-dis.c | 8 +- opcodes/moxie-dis.c | 2 +- opcodes/nios2-dis.c | 2 +- opcodes/ns32k-dis.c | 16 +- opcodes/s12z-opc.c | 4 +- opcodes/tic4x-dis.c | 16 +- opcodes/tic6x-dis.c | 4 +- opcodes/v850-dis.c | 10 +- opcodes/vax-dis.c | 2 +- 27 files changed, 798 insertions(+), 1071 deletions(-)