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 c2c4ff8 [AArch64] Add ARMv8.3 FCMLA and FCADD instructions new 9d2cdc8 PR c++/71696 testcase. new aba19b6 libiberty: Fix memory leak in ada_demangle when symbol cannot [...] new ef0f5d7 Implement P0136R1, Rewording inheriting constructors. new 4d17eae libiberty: Fix -Wimplicit-fallthrough warnings. new a4ddf8d Implement P0012R1, Make exception specifications part of the [...] new 59d2699 libiberty: Add -Wshadow=local to warning flags (if supported). new 1706852 libiberty: Fix some demangler crashes caused by reading past [...] new ddc5804 libiberty: demangler crash with missing :? or fold expression [...] new 535aade libiberty: Add Rust symbol demangling. new a85db0a cxxfilt: Recognize rust_demangling.
The 10 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: binutils/ChangeLog | 4 + binutils/cxxfilt.c | 1 + include/ChangeLog | 17 ++ include/demangle.h | 33 ++- libiberty/ChangeLog | 66 ++++++ libiberty/Makefile.in | 13 ++ libiberty/configure | 3 +- libiberty/configure.ac | 3 +- libiberty/cp-demangle.c | 197 ++++++++++------ libiberty/cplus-dem.c | 69 +++++- libiberty/hashtab.c | 20 +- libiberty/regex.c | 8 +- libiberty/rust-demangle.c | 348 +++++++++++++++++++++++++++++ libiberty/testsuite/Makefile.in | 7 +- libiberty/testsuite/demangle-expected | 47 ++++ libiberty/testsuite/rust-demangle-expected | 161 +++++++++++++ 16 files changed, 900 insertions(+), 97 deletions(-) create mode 100644 libiberty/rust-demangle.c create mode 100644 libiberty/testsuite/rust-demangle-expected