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 b52696f9e5 Fix potentially undefined behaviour in the linker when parsi [...] new 34877895ca Adjust byte order variable display/change if DW_AT_endianity [...]
The 1 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 | 79 ++++++++++++++++++++++ gdb/ada-lang.c | 4 +- gdb/ada-valprint.c | 4 +- gdb/c-lang.c | 2 +- gdb/c-valprint.c | 3 +- gdb/cp-valprint.c | 2 +- gdb/dwarf2loc.c | 2 +- gdb/dwarf2read.c | 32 ++++++--- gdb/f-lang.c | 2 +- gdb/findvar.c | 12 ++-- gdb/gdbtypes.c | 23 +++++++ gdb/gdbtypes.h | 13 ++++ gdb/gnu-v3-abi.c | 2 +- gdb/infcmd.c | 2 +- gdb/p-lang.c | 2 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 2 +- gdb/riscv-tdep.c | 2 +- gdb/solib-darwin.c | 2 +- gdb/solib-svr4.c | 2 +- gdb/stap-probe.c | 7 +- gdb/target-float.c | 6 +- gdb/testsuite/ChangeLog | 5 ++ .../ada-linkage-name.c => gdb.base/endianity.c} | 36 +++++----- .../endianity.exp} | 33 +++++---- gdb/valarith.c | 10 ++- gdb/valops.c | 2 +- gdb/valprint.c | 6 +- gdb/value.c | 12 ++-- 29 files changed, 223 insertions(+), 88 deletions(-) copy gdb/testsuite/{gdb.dwarf2/ada-linkage-name.c => gdb.base/endianity.c} (62%) copy gdb/testsuite/{gdb.arch/amd64-break-on-asm-line.exp => gdb.base/endianity.exp} (56%)