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 0e16f1550ad RISC-V: Fixed wrong imply result for zce when -march=rv32id_zce new 7694eb6393d 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/doubly-linked-list.h | 447 ++++++++++++++++++++++++++ libiberty/Makefile.in | 1 + libiberty/testsuite/Makefile.in | 12 +- libiberty/testsuite/test-doubly-linked-list.c | 269 ++++++++++++++++ 4 files changed, 728 insertions(+), 1 deletion(-) create mode 100644 include/doubly-linked-list.h create mode 100644 libiberty/testsuite/test-doubly-linked-list.c