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 17cd494 PR21166: Validate rdrand/rdseed support separately in gdb.rev [...] new ef0b5f1 DWARF attrs: add delimiter new 7714557 DWARF-5 basic functionality new bc0a77d DWARF-5: call sites new 7a7e106 DWARF-5: Macros new 2f6cd59 DWARF-5: DW_FORM_data16 new a567769 DWARF-5: testcase
The 6 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 | 63 ++ binutils/dwarf.c | 1335 +++++++++++++++++++++------ binutils/dwarf.h | 5 + binutils/readelf.c | 2 + binutils/testsuite/binutils-all/dw5.S | 679 ++++++++++++++ binutils/testsuite/binutils-all/dw5.W | 355 +++++++ binutils/testsuite/binutils-all/readelf.exp | 25 + 7 files changed, 2200 insertions(+), 264 deletions(-) create mode 100644 binutils/testsuite/binutils-all/dw5.S create mode 100644 binutils/testsuite/binutils-all/dw5.W