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 f89ae595dd1 Revert "gdb/compile: Use std::filesystem::remove_all in cleanup" new 9ba56acee51 elf: Use mmap to map in read-only sections new 584b30e4b35 elf: Add _bfd_elf_m[un]map_section_contents new c6291d749ae elf: Use mmap to map in symbol and relocation tables new d41b7648558 elf: Don't cache symbol nor relocation tables with mmap new 3428c771aef elf: Always keep symbol table and relocation info for eh_frame new a9505c74206 elf: Add _bfd_elf_link_m[un]map_section_contents
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: bfd/bfd-in2.h | 24 ++++- bfd/bfd.c | 17 ++++ bfd/bfdwin.c | 8 +- bfd/cache.c | 7 +- bfd/compress.c | 2 +- bfd/elf-bfd.h | 24 +++++ bfd/elf-eh-frame.c | 4 +- bfd/elf-sframe.c | 4 +- bfd/elf.c | 246 +++++++++++++++++++++++++++++++++++++++---------- bfd/elf32-i386.c | 8 +- bfd/elf64-x86-64.c | 12 +-- bfd/elfcode.h | 7 +- bfd/elflink.c | 213 +++++++++++++++++++++++++++++-------------- bfd/elfxx-target.h | 6 +- bfd/elfxx-x86.c | 8 +- bfd/elfxx-x86.h | 1 + bfd/libbfd-in.h | 33 ++++++- bfd/libbfd.c | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++- bfd/libbfd.h | 33 ++++++- bfd/linker.c | 35 ------- bfd/lynx-core.c | 2 +- bfd/opncls.c | 21 +++++ bfd/section.c | 9 +- bfd/sysdep.h | 4 + 24 files changed, 795 insertions(+), 195 deletions(-)