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 3d1cfd43bec Move Rust union tests to new file new 5b930b4538f Change how complex types are created new 4c99290df04 Add accessors for members of complex numbers new 981c08ce72f Change how complex types are printed in C new fa649bb7d3c Change the C parser to allow complex constants new c34e8714662 Implement complex arithmetic new 3638a098a21 Add _Complex type support to C parser new 6b4a335bf7b Fix value_literal_complex comment
The 7 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/ChangeLog | 57 ++++++++ gdb/c-exp.y | 158 ++++++++++++++++------ gdb/c-valprint.c | 2 +- gdb/ctfread.c | 2 +- gdb/d-lang.c | 9 +- gdb/dwarf2/read.c | 2 +- gdb/f-lang.c | 9 +- gdb/gdbtypes.c | 58 ++++---- gdb/gdbtypes.h | 9 +- gdb/go-lang.c | 6 +- gdb/mdebugread.c | 6 +- gdb/stabsread.c | 8 +- gdb/testsuite/ChangeLog | 21 +++ gdb/testsuite/gdb.base/callfuncs.exp | 6 +- gdb/testsuite/gdb.base/complex-parts.exp | 37 +++++- gdb/testsuite/gdb.base/complex.exp | 4 +- gdb/testsuite/gdb.base/endianity.exp | 4 +- gdb/testsuite/gdb.base/floatn.exp | 13 +- gdb/testsuite/gdb.base/funcargs.exp | 20 +-- gdb/testsuite/gdb.base/varargs.exp | 6 +- gdb/testsuite/gdb.compile/compile-cplus.exp | 2 +- gdb/testsuite/gdb.compile/compile.exp | 2 +- gdb/valarith.c | 199 +++++++++++++++++++++++++--- gdb/valops.c | 31 ++++- gdb/valprint.c | 9 +- gdb/value.c | 5 +- gdb/value.h | 12 ++ 27 files changed, 533 insertions(+), 164 deletions(-)