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 fe944acf8f This patch adds support to objdump for disassembly of NFP (N [...] new 2b4424c35b Add initial type alignment support new 007e153034 Handle alignof and _Alignof new 6d7bb8246b Expose type alignment on gdb.Type new 2fff16dd8c Remove rust_type_alignment new e11fb955fb Remove long_long_align_bit gdbarch attribute
The 5 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 | 56 +++++++ gdb/NEWS | 7 + gdb/arc-tdep.c | 11 +- gdb/arch-utils.c | 8 + gdb/arch-utils.h | 4 + gdb/c-exp.y | 8 +- gdb/c-lang.c | 1 + gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2read.c | 117 +++++++++++++- gdb/eval.c | 13 ++ gdb/expprint.c | 1 + gdb/gdbarch.c | 46 +++--- gdb/gdbarch.h | 12 +- gdb/gdbarch.sh | 6 +- gdb/gdbtypes.c | 122 +++++++++++++++ gdb/gdbtypes.h | 34 +++- gdb/i386-tdep.c | 27 +++- gdb/jit.c | 4 +- gdb/python/py-type.c | 24 +++ gdb/rust-lang.c | 43 +---- gdb/std-operator.def | 1 + gdb/testsuite/ChangeLog | 14 ++ gdb/testsuite/gdb.base/align.exp | 109 +++++++++++++ gdb/testsuite/gdb.cp/align.exp | 174 +++++++++++++++++++++ .../gdb.dwarf2/{enum-type.exp => dw2-align.exp} | 64 ++++---- gdb/testsuite/gdb.python/py-type.c | 2 + gdb/testsuite/gdb.python/py-type.exp | 4 + gdb/testsuite/lib/gdb.exp | 30 ++++ 29 files changed, 838 insertions(+), 115 deletions(-) create mode 100644 gdb/testsuite/gdb.base/align.exp create mode 100644 gdb/testsuite/gdb.cp/align.exp copy gdb/testsuite/gdb.dwarf2/{enum-type.exp => dw2-align.exp} (54%)