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 306b445a6d4 gdb: fix internal error in avr_frame_unwind_cache new 5d4d26d14ca C99 gprof configury new 83c79df86bf C99 bfd configury new ab2af25e83a C99 opcodes configury new 87b9f2556d5 C99 binutils configury new 23d613801df C99 gas configury new c774eab1c82 C99 ld configury
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/ChangeLog | 32 + bfd/bfd-in.h | 18 +- bfd/bfd-in2.h | 18 +- bfd/bfd.c | 28 +- bfd/config.in | 88 +- bfd/configure | 2558 +++++++++++++------------------------------- bfd/configure.ac | 36 +- bfd/elf32-m68hc1x.c | 1 - bfd/elf64-hppa.c | 1 - bfd/elflink.c | 2 - bfd/elfnn-riscv.c | 2 - bfd/hosts/x86-64linux.h | 6 - bfd/hpux-core.c | 14 +- bfd/peXXigen.c | 26 +- bfd/som.c | 1 - bfd/sysdep.h | 69 +- bfd/trad-core.c | 14 +- bfd/wasm-module.c | 3 - bfd/xsym.c | 1 - binutils/ChangeLog | 41 + binutils/Makefile.in | 3 +- binutils/aclocal.m4 | 1 - binutils/addr2line.c | 4 +- binutils/ar.c | 4 +- binutils/bucomm.c | 9 +- binutils/coffdump.c | 4 +- binutils/config.in | 80 -- binutils/configure | 2311 +++++++++++----------------------------- binutils/configure.ac | 40 +- binutils/dlltool.c | 4 +- binutils/dllwrap.c | 4 +- binutils/doc/Makefile.in | 3 +- binutils/dwarf.c | 4 +- binutils/elfedit.c | 4 +- binutils/nm.c | 8 +- binutils/objcopy.c | 4 +- binutils/objdump.c | 4 +- binutils/readelf.c | 6 +- binutils/size.c | 4 +- binutils/srconv.c | 4 +- binutils/strings.c | 45 +- binutils/sysdep.h | 102 +- binutils/sysdump.c | 4 +- binutils/syslex.l | 7 - binutils/windmc.c | 4 +- binutils/windres.c | 4 +- gas/ChangeLog | 27 + gas/Makefile.in | 1 - gas/as.c | 4 +- gas/as.h | 48 +- gas/asintl.h | 20 +- gas/config.in | 98 -- gas/config/tc-cr16.c | 2 - gas/config/tc-d30v.c | 3 - gas/config/tc-i386.c | 10 - gas/config/tc-ia64.c | 3 - gas/config/tc-tic54x.c | 2 +- gas/configure | 2632 ++++++++++++---------------------------------- gas/configure.ac | 34 +- gas/doc/Makefile.in | 1 - gas/dwarf2dbg.c | 11 - gas/expr.c | 2 - gas/sb.c | 2 - gas/symbols.c | 2 - gprof/ChangeLog | 9 + gprof/configure | 1883 +++++++++++---------------------- gprof/configure.ac | 5 +- gprof/gconfig.in | 7 +- gprof/gprof.c | 4 +- gprof/gprof.h | 8 +- ld/ChangeLog | 15 + ld/config.in | 37 +- ld/configure | 2229 ++++++++++++--------------------------- ld/configure.ac | 50 +- ld/ld.h | 22 +- ld/ldmain.c | 4 +- ld/sysdep.h | 37 +- opcodes/ChangeLog | 12 + opcodes/cgen-opc.c | 1 - opcodes/config.in | 6 - opcodes/configure | 1876 +++++++++++---------------------- opcodes/configure.ac | 4 - opcodes/i386-opc.h | 3 - opcodes/sysdep.h | 18 +- opcodes/wasm32-dis.c | 2 - 85 files changed, 4224 insertions(+), 10540 deletions(-)