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 d171632faa9 gdbserver: convert the global dll list into a process_info field new 1e7fcccb8d6 gdb/testsuite: use the correct .debug_str section name for [...] new 08dedd6631e Add startswith function and use it instead of CONST_STRNEQ.
The 2 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 | 101 +++++++++++++++++++++ bfd/archive.c | 18 ++-- bfd/archive64.c | 4 +- bfd/bfd-in.h | 12 +-- bfd/bfd-in2.h | 12 +-- bfd/bfd.c | 8 +- bfd/coff-stgo32.c | 4 +- bfd/coffcode.h | 58 ++++++------ bfd/coffgen.c | 16 ++-- bfd/cofflink.c | 12 +-- bfd/compress.c | 4 +- bfd/dwarf2.c | 8 +- bfd/ecoff.c | 2 +- bfd/elf-m10300.c | 4 +- bfd/elf.c | 6 +- bfd/elf32-arm.c | 12 +-- bfd/elf32-bfin.c | 4 +- bfd/elf32-cr16.c | 4 +- bfd/elf32-cris.c | 4 +- bfd/elf32-csky.c | 2 +- bfd/elf32-hppa.c | 2 +- bfd/elf32-iq2000.c | 6 +- bfd/elf32-lm32.c | 2 +- bfd/elf32-m32r.c | 2 +- bfd/elf32-m68k.c | 4 +- bfd/elf32-metag.c | 2 +- bfd/elf32-msp430.c | 4 +- bfd/elf32-nios2.c | 2 +- bfd/elf32-or1k.c | 2 +- bfd/elf32-ppc.c | 2 +- bfd/elf32-s390.c | 2 +- bfd/elf32-score.c | 6 +- bfd/elf32-score7.c | 6 +- bfd/elf32-sh.c | 2 +- bfd/elf32-tic6x.c | 6 +- bfd/elf32-vax.c | 4 +- bfd/elf32-xtensa.c | 22 ++--- bfd/elf64-alpha.c | 6 +- bfd/elf64-hppa.c | 4 +- bfd/elf64-ia64-vms.c | 14 +-- bfd/elf64-mmix.c | 2 +- bfd/elf64-ppc.c | 2 +- bfd/elf64-s390.c | 2 +- bfd/elflink.c | 14 +-- bfd/elfnn-aarch64.c | 2 +- bfd/elfnn-ia64.c | 10 +- bfd/elfxx-mips.c | 52 +++++------ bfd/elfxx-sparc.c | 2 +- bfd/elfxx-x86.c | 4 +- bfd/hpux-core.c | 2 +- bfd/libcoff.h | 2 +- bfd/linker.c | 8 +- bfd/mmo.c | 2 +- bfd/osf-core.c | 2 +- bfd/pef.c | 2 +- bfd/pei-x86_64.c | 2 +- bfd/som.c | 6 +- bfd/wasm-module.c | 2 +- binutils/ChangeLog | 14 +++ binutils/dlltool.c | 4 +- binutils/emul_aix.c | 8 +- binutils/objcopy.c | 2 +- binutils/objdump.c | 2 +- binutils/prdbg.c | 8 +- binutils/readelf.c | 2 +- binutils/stabs.c | 12 +-- gas/ChangeLog | 6 ++ gas/config/tc-i386.c | 6 +- gas/config/tc-sparc.c | 4 +- gdb/ChangeLog | 5 + gdb/arm-tdep.c | 6 +- gdb/testsuite/ChangeLog | 7 ++ .../dw2-using-debug-str.c} | 10 +- gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp | 101 +++++++++++++++++++++ gdb/testsuite/lib/dwarf.exp | 2 +- ld/ChangeLog | 25 +++++ ld/emultempl/aix.em | 2 +- ld/emultempl/beos.em | 6 +- ld/emultempl/elf.em | 12 +-- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/xtensaelf.em | 4 +- ld/ldctor.c | 2 +- ld/ldelf.c | 16 ++-- ld/ldfile.c | 2 +- ld/ldlang.c | 2 +- ld/ldmain.c | 6 +- ld/ldwrite.c | 4 +- ld/lexsup.c | 2 +- ld/pe-dll.c | 4 +- opcodes/ChangeLog | 18 ++++ opcodes/aarch64-dis.c | 10 +- opcodes/arc-dis.c | 2 +- opcodes/arm-dis.c | 14 +-- opcodes/cris-dis.c | 8 +- opcodes/h8300-dis.c | 2 +- opcodes/i386-dis.c | 24 ++--- opcodes/ia64-gen.c | 48 +++++----- opcodes/mips-dis.c | 18 ++-- opcodes/s390-dis.c | 6 +- opcodes/wasm32-dis.c | 4 +- 101 files changed, 610 insertions(+), 347 deletions(-) copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.dwarf2/dw2-using-debug-str.c} (77%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp