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 1d2becbb322 gas totalfrags new b4921539084 gas include_dirs memory leak new 597de453a22 gas dw2gencfi memory leaks new 443101612dd gas gen-sframe memory leaks new 3fb6f5457e5 gas tc_gen_reloc memory leaks new d4faef1077b gas reloc_list memory leaks new 599739cc1c5 PR 32391 memory leak new e2783a90c88 gas obj-elf.c memory leaks new 50dd43e6e36 memory leak in gas dwarf2dbg.c new bc67f5df706 thin archive with nested archive memory leak new c5e10fb2eb8 bfdtest1 loop check new d58fbef40d7 ar.c memory leak fixme new 4739b9137e1 Close elements of output archive new 822bda23f61 gnu_debuglink related memory leak new 0e4e9aa0a77 objdump sym memory leak new 94e2b2a770f readelf memory leaks
The 15 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/archive.c | 24 ++++--- bfd/opncls.c | 13 ++-- binutils/ar.c | 57 ++++++++++----- binutils/bfdtest1.c | 4 ++ binutils/dlltool.c | 7 -- binutils/dwarf.c | 3 +- binutils/objcopy.c | 5 +- binutils/objdump.c | 2 + binutils/readelf.c | 32 ++++++--- gas/cgen.c | 9 ++- gas/config/obj-elf.c | 8 +-- gas/config/tc-aarch64.c | 5 +- gas/config/tc-alpha.c | 6 +- gas/config/tc-arc.c | 4 +- gas/config/tc-arm.c | 5 +- gas/config/tc-avr.c | 5 +- gas/config/tc-bfin.c | 9 +-- gas/config/tc-bpf.c | 9 +-- gas/config/tc-cr16.c | 6 +- gas/config/tc-cris.c | 5 +- gas/config/tc-crx.c | 6 +- gas/config/tc-csky.c | 6 +- gas/config/tc-d10v.c | 4 +- gas/config/tc-d30v.c | 4 +- gas/config/tc-dlx.c | 8 +-- gas/config/tc-ft32.c | 5 +- gas/config/tc-h8300.c | 4 +- gas/config/tc-hppa.c | 32 +++------ gas/config/tc-i386.c | 4 +- gas/config/tc-ia64.c | 5 +- gas/config/tc-kvx.c | 5 +- gas/config/tc-loongarch.c | 5 +- gas/config/tc-m32c.c | 7 +- gas/config/tc-m32r.c | 7 +- gas/config/tc-m68hc11.c | 4 +- gas/config/tc-m68k.c | 4 +- gas/config/tc-mcore.c | 4 +- gas/config/tc-metag.c | 9 +-- gas/config/tc-microblaze.c | 4 +- gas/config/tc-mips.c | 7 +- gas/config/tc-mmix.c | 5 +- gas/config/tc-mn10200.c | 7 +- gas/config/tc-mn10300.c | 16 ++--- gas/config/tc-moxie.c | 4 +- gas/config/tc-msp430.c | 27 ++++--- gas/config/tc-nds32.c | 5 +- gas/config/tc-ns32k.c | 4 +- gas/config/tc-or1k.c | 5 +- gas/config/tc-pdp11.c | 5 +- gas/config/tc-pj.c | 4 +- gas/config/tc-ppc.c | 19 ++--- gas/config/tc-pru.c | 7 +- gas/config/tc-riscv.c | 5 +- gas/config/tc-rl78.c | 24 +++---- gas/config/tc-rx.c | 172 ++++++++++++++++++++++----------------------- gas/config/tc-s12z.c | 6 +- gas/config/tc-s390.c | 4 +- gas/config/tc-score.c | 10 +-- gas/config/tc-score7.c | 10 +-- gas/config/tc-sh.c | 4 +- gas/config/tc-sparc.c | 13 ++-- gas/config/tc-spu.c | 6 +- gas/config/tc-tic30.c | 5 +- gas/config/tc-tic4x.c | 5 +- gas/config/tc-tic54x.c | 6 +- gas/config/tc-tic6x.c | 4 +- gas/config/tc-tilegx.c | 4 +- gas/config/tc-tilepro.c | 4 +- gas/config/tc-v850.c | 9 +-- gas/config/tc-vax.c | 4 +- gas/config/tc-visium.c | 5 +- gas/config/tc-wasm32.c | 8 +-- gas/config/tc-xgate.c | 4 +- gas/config/tc-xtensa.c | 6 +- gas/config/tc-z80.c | 10 +-- gas/config/tc-z8k.c | 4 +- gas/dw2gencfi.c | 55 ++++++++------- gas/dwarf2dbg.c | 4 ++ gas/gen-sframe.c | 133 ++++++++++++++++------------------- gas/gen-sframe.h | 4 -- gas/macro.c | 1 + gas/read.c | 4 +- gas/write.c | 5 +- ld/pe-dll.c | 7 -- 84 files changed, 485 insertions(+), 520 deletions(-)