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 9e97ba436a Remove unused overload of line_header::file_name_at new b907456c3e gdb/aarch64: Use type_align instead of aarch64_type_align new 030197b43c gdb/arm: Use type_align instead of arm_type_align new ecbc06d2a6 gdb/nds32: Use type_align instead of nds32_type_align
The 3 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 | 19 ++++++++++ gdb/aarch64-tdep.c | 66 ++++++++------------------------- gdb/arm-tdep.c | 68 +++++++++------------------------- gdb/nds32-tdep.c | 49 +----------------------- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.cp/many-args.cc | 76 ++++++++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.cp/many-args.exp | 40 ++++++++++++++++++++ 7 files changed, 174 insertions(+), 149 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/many-args.cc create mode 100644 gdb/testsuite/gdb.cp/many-args.exp