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 7d41169b6d4 Debug info for function in Windows PE binary on wrong instruction new 01772c548b9 Fix undefined behavior in the Fortran, Go and Pascal number [...] new 6849c6a2b8f gdb: Avoid undefined shifts, fix Go shifts
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: gdb/f-exp.y | 8 +- gdb/go-exp.y | 12 +- gdb/p-exp.y | 12 +- gdb/testsuite/gdb.base/all-architectures.exp.tcl | 32 +- gdb/testsuite/gdb.base/bitshift.exp | 368 +++++++++++++++++++++++ gdb/testsuite/gdb.base/parse_number.exp | 53 ++++ gdb/testsuite/lib/gdb.exp | 20 ++ gdb/valarith.c | 103 ++++++- 8 files changed, 560 insertions(+), 48 deletions(-) create mode 100644 gdb/testsuite/gdb.base/bitshift.exp create mode 100644 gdb/testsuite/gdb.base/parse_number.exp