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 50095e94928 ubsan: undefined shift in loongarch_elf_add_sub_reloc_uleb128 new c671850a83d libiberty: sync with gcc
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: include/libiberty.h | 22 ++++++++++++ libiberty/ChangeLog | 41 +++++++++++++++++++++ libiberty/Makefile.in | 31 +++++++++++++--- libiberty/config.in | 6 ++++ libiberty/configure | 17 ++++++--- libiberty/configure.ac | 14 +++++--- libiberty/configure.com | 2 +- libiberty/functions.texi | 14 ++++++++ libiberty/ldirname.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ libiberty/makefile.vms | 2 +- libiberty/memrchr.c | 33 +++++++++++++++++ libiberty/regex.c | 2 +- 12 files changed, 261 insertions(+), 17 deletions(-) create mode 100644 libiberty/ldirname.c create mode 100644 libiberty/memrchr.c