Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist import new gdb
details: https://anonhg.NetBSD.org/src/rev/3434df3974e1
branches: trunk
changeset: 339877:3434df3974e1
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 15 09:56:15 2015 +0000
description:
import new gdb
diffstat:
external/gpl3/gdb/dist/bfd/ChangeLog | 3326 +----
external/gpl3/gdb/dist/bfd/ChangeLog-0203 | 2 +-
external/gpl3/gdb/dist/bfd/ChangeLog-2013 | 3239 ++++
external/gpl3/gdb/dist/bfd/ChangeLog-2014 | 3430 ++++
external/gpl3/gdb/dist/bfd/ChangeLog-9495 | 2 +-
external/gpl3/gdb/dist/bfd/ChangeLog-9697 | 2 +-
external/gpl3/gdb/dist/bfd/ChangeLog-9899 | 2 +-
external/gpl3/gdb/dist/bfd/MAINTAINERS | 2 +-
external/gpl3/gdb/dist/bfd/Makefile.am | 61 +-
external/gpl3/gdb/dist/bfd/Makefile.in | 82 +-
external/gpl3/gdb/dist/bfd/PORTING | 6 +-
external/gpl3/gdb/dist/bfd/README | 2 +-
external/gpl3/gdb/dist/bfd/TODO | 2 +-
external/gpl3/gdb/dist/bfd/acinclude.m4 | 2 +-
external/gpl3/gdb/dist/bfd/aix386-core.c | 6 +-
external/gpl3/gdb/dist/bfd/aix5ppc-core.c | 3 +-
external/gpl3/gdb/dist/bfd/aout-adobe.c | 19 +-
external/gpl3/gdb/dist/bfd/aout-arm.c | 19 +-
external/gpl3/gdb/dist/bfd/aout-cris.c | 3 +-
external/gpl3/gdb/dist/bfd/aout-ns32k.c | 5 +-
external/gpl3/gdb/dist/bfd/aout-sparcle.c | 4 +-
external/gpl3/gdb/dist/bfd/aout-target.h | 14 +-
external/gpl3/gdb/dist/bfd/aout-tic30.c | 14 +-
external/gpl3/gdb/dist/bfd/aout0.c | 5 +-
external/gpl3/gdb/dist/bfd/aout32.c | 3 +-
external/gpl3/gdb/dist/bfd/aout64.c | 3 +-
external/gpl3/gdb/dist/bfd/aoutf1.h | 4 +-
external/gpl3/gdb/dist/bfd/aoutx.h | 57 +-
external/gpl3/gdb/dist/bfd/archive.c | 36 +-
external/gpl3/gdb/dist/bfd/archive64.c | 13 +-
external/gpl3/gdb/dist/bfd/archures.c | 25 +-
external/gpl3/gdb/dist/bfd/armnetbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/bfd-in.h | 68 +-
external/gpl3/gdb/dist/bfd/bfd-in2.h | 341 +-
external/gpl3/gdb/dist/bfd/bfd.c | 138 +-
external/gpl3/gdb/dist/bfd/bfd.m4 | 2 +-
external/gpl3/gdb/dist/bfd/bfdwin.c | 3 +-
external/gpl3/gdb/dist/bfd/binary.c | 7 +-
external/gpl3/gdb/dist/bfd/bout.c | 17 +-
external/gpl3/gdb/dist/bfd/cache.c | 7 +-
external/gpl3/gdb/dist/bfd/cf-i386lynx.c | 5 +-
external/gpl3/gdb/dist/bfd/cf-sparclynx.c | 4 +-
external/gpl3/gdb/dist/bfd/cisco-core.c | 14 +-
external/gpl3/gdb/dist/bfd/coff-alpha.c | 8 +-
external/gpl3/gdb/dist/bfd/coff-apollo.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-arm.c | 8 +-
external/gpl3/gdb/dist/bfd/coff-aux.c | 67 +-
external/gpl3/gdb/dist/bfd/coff-bfd.c | 99 +
external/gpl3/gdb/dist/bfd/coff-bfd.h | 86 +
external/gpl3/gdb/dist/bfd/coff-go32.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-h8300.c | 8 +-
external/gpl3/gdb/dist/bfd/coff-h8500.c | 7 +-
external/gpl3/gdb/dist/bfd/coff-i386.c | 28 +-
external/gpl3/gdb/dist/bfd/coff-i860.c | 10 +-
external/gpl3/gdb/dist/bfd/coff-i960.c | 44 +-
external/gpl3/gdb/dist/bfd/coff-ia64.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-m68k.c | 11 +-
external/gpl3/gdb/dist/bfd/coff-m88k.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-mcore.c | 19 +-
external/gpl3/gdb/dist/bfd/coff-mips.c | 18 +-
external/gpl3/gdb/dist/bfd/coff-ppc.c | 25 +-
external/gpl3/gdb/dist/bfd/coff-rs6000.c | 328 +-
external/gpl3/gdb/dist/bfd/coff-sh.c | 53 +-
external/gpl3/gdb/dist/bfd/coff-sparc.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-stgo32.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-svm68k.c | 4 +-
external/gpl3/gdb/dist/bfd/coff-tic30.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-tic4x.c | 15 +-
external/gpl3/gdb/dist/bfd/coff-tic54x.c | 3 +-
external/gpl3/gdb/dist/bfd/coff-tic80.c | 5 +-
external/gpl3/gdb/dist/bfd/coff-u68k.c | 4 +-
external/gpl3/gdb/dist/bfd/coff-w65.c | 34 +-
external/gpl3/gdb/dist/bfd/coff-we32k.c | 14 +-
external/gpl3/gdb/dist/bfd/coff-x86_64.c | 34 +-
external/gpl3/gdb/dist/bfd/coff-z80.c | 6 +-
external/gpl3/gdb/dist/bfd/coff-z8k.c | 7 +-
external/gpl3/gdb/dist/bfd/coff64-rs6000.c | 21 +-
external/gpl3/gdb/dist/bfd/coffcode.h | 491 +-
external/gpl3/gdb/dist/bfd/coffgen.c | 341 +-
external/gpl3/gdb/dist/bfd/cofflink.c | 139 +-
external/gpl3/gdb/dist/bfd/coffswap.h | 4 +-
external/gpl3/gdb/dist/bfd/compress.c | 28 +-
external/gpl3/gdb/dist/bfd/config.in | 6 +-
external/gpl3/gdb/dist/bfd/configure.ac | 1201 +
external/gpl3/gdb/dist/bfd/configure.com | 6 +-
external/gpl3/gdb/dist/bfd/configure.host | 4 +-
external/gpl3/gdb/dist/bfd/corefile.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-aarch64.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-alpha.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-arc.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-arm.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-avr.c | 42 +-
external/gpl3/gdb/dist/bfd/cpu-bfin.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-cr16.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-cr16c.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-cris.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-crx.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-d10v.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-d30v.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-dlx.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-epiphany.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-fr30.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-frv.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-h8300.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-h8500.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-hppa.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-i370.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-i386.c | 4 +-
external/gpl3/gdb/dist/bfd/cpu-i860.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-i960.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-ia64-opc.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-ia64.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-ip2k.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-iq2000.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-k1om.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-l1om.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-lm32.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m10200.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m10300.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-m32c.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m32r.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-m68hc11.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m68hc12.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m68k.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-m88k.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-m9s12x.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-m9s12xg.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-mcore.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-mep.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-metag.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-microblaze.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-mips.c | 18 +-
external/gpl3/gdb/dist/bfd/cpu-mmix.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-moxie.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-msp430.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-mt.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-nds32.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-nios2.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-ns32k.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-or1k.c | 59 +
external/gpl3/gdb/dist/bfd/cpu-pdp11.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-pj.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-plugin.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-powerpc.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-rl78.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-rs6000.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-rx.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-s390.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-score.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-sh.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-sparc.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-spu.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-tic30.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-tic4x.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-tic54x.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-tic6x.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-tic80.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-tilegx.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-tilepro.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-v850.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-v850_rh850.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-vax.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-visium.c | 41 +
external/gpl3/gdb/dist/bfd/cpu-w65.c | 3 +-
external/gpl3/gdb/dist/bfd/cpu-we32k.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-xc16x.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-xgate.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-xstormy16.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-xtensa.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-z80.c | 2 +-
external/gpl3/gdb/dist/bfd/cpu-z8k.c | 3 +-
external/gpl3/gdb/dist/bfd/demo64.c | 5 +-
external/gpl3/gdb/dist/bfd/development.sh | 19 +
external/gpl3/gdb/dist/bfd/doc/ChangeLog | 53 +-
external/gpl3/gdb/dist/bfd/doc/Makefile.am | 191 +-
external/gpl3/gdb/dist/bfd/doc/aoutx.texi | 6 +-
external/gpl3/gdb/dist/bfd/doc/archures.texi | 15 +-
external/gpl3/gdb/dist/bfd/doc/bfd.texinfo | 6 +-
external/gpl3/gdb/dist/bfd/doc/bfdint.texi | 10 +-
external/gpl3/gdb/dist/bfd/doc/bfdsumm.texi | 3 +-
external/gpl3/gdb/dist/bfd/doc/bfdt.texi | 134 +-
external/gpl3/gdb/dist/bfd/doc/bfdver.texi | 4 +-
external/gpl3/gdb/dist/bfd/doc/chew.c | 40 +-
external/gpl3/gdb/dist/bfd/doc/coffcode.texi | 17 +-
external/gpl3/gdb/dist/bfd/doc/linker.texi | 20 +-
external/gpl3/gdb/dist/bfd/doc/makefile.vms | 2 +-
external/gpl3/gdb/dist/bfd/doc/mmo.texi | 16 +-
external/gpl3/gdb/dist/bfd/doc/reloc.texi | 104 +-
external/gpl3/gdb/dist/bfd/doc/section.texi | 1 +
external/gpl3/gdb/dist/bfd/doc/targets.texi | 19 +-
external/gpl3/gdb/dist/bfd/dwarf1.c | 5 +-
external/gpl3/gdb/dist/bfd/dwarf2.c | 763 +-
external/gpl3/gdb/dist/bfd/ecoff.c | 204 +-
external/gpl3/gdb/dist/bfd/ecofflink.c | 3 +-
external/gpl3/gdb/dist/bfd/ecoffswap.h | 3 +-
external/gpl3/gdb/dist/bfd/elf-attrs.c | 47 +-
external/gpl3/gdb/dist/bfd/elf-bfd.h | 69 +-
external/gpl3/gdb/dist/bfd/elf-eh-frame.c | 155 +-
external/gpl3/gdb/dist/bfd/elf-hppa.h | 4 +-
external/gpl3/gdb/dist/bfd/elf-ifunc.c | 128 +-
external/gpl3/gdb/dist/bfd/elf-linux-psinfo.h | 2 +-
external/gpl3/gdb/dist/bfd/elf-m10200.c | 6 +-
external/gpl3/gdb/dist/bfd/elf-m10300.c | 71 +-
external/gpl3/gdb/dist/bfd/elf-nacl.c | 2 +-
external/gpl3/gdb/dist/bfd/elf-nacl.h | 2 +-
external/gpl3/gdb/dist/bfd/elf-s390-common.c | 9 +-
external/gpl3/gdb/dist/bfd/elf-strtab.c | 3 +-
external/gpl3/gdb/dist/bfd/elf-vxworks.c | 2 +-
external/gpl3/gdb/dist/bfd/elf-vxworks.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-am33lin.c | 5 +-
external/gpl3/gdb/dist/bfd/elf32-arc.c | 13 +-
external/gpl3/gdb/dist/bfd/elf32-arm.c | 737 +-
external/gpl3/gdb/dist/bfd/elf32-avr.c | 365 +-
external/gpl3/gdb/dist/bfd/elf32-avr.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-bfin.c | 11 +-
external/gpl3/gdb/dist/bfd/elf32-cr16.c | 6 +-
external/gpl3/gdb/dist/bfd/elf32-cr16c.c | 11 +-
external/gpl3/gdb/dist/bfd/elf32-cris.c | 15 +-
external/gpl3/gdb/dist/bfd/elf32-crx.c | 5 +-
external/gpl3/gdb/dist/bfd/elf32-d10v.c | 11 +-
external/gpl3/gdb/dist/bfd/elf32-d30v.c | 17 +-
external/gpl3/gdb/dist/bfd/elf32-dlx.c | 11 +-
external/gpl3/gdb/dist/bfd/elf32-epiphany.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-fr30.c | 12 +-
external/gpl3/gdb/dist/bfd/elf32-frv.c | 16 +-
external/gpl3/gdb/dist/bfd/elf32-gen.c | 7 +-
external/gpl3/gdb/dist/bfd/elf32-h8300.c | 4 +-
external/gpl3/gdb/dist/bfd/elf32-hppa.c | 49 +-
external/gpl3/gdb/dist/bfd/elf32-hppa.h | 3 +-
external/gpl3/gdb/dist/bfd/elf32-i370.c | 13 +-
external/gpl3/gdb/dist/bfd/elf32-i860.c | 8 +-
external/gpl3/gdb/dist/bfd/elf32-i960.c | 13 +-
external/gpl3/gdb/dist/bfd/elf32-ip2k.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-iq2000.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-lm32.c | 24 +-
external/gpl3/gdb/dist/bfd/elf32-m32c.c | 22 +-
external/gpl3/gdb/dist/bfd/elf32-m32r.c | 26 +-
external/gpl3/gdb/dist/bfd/elf32-m68hc11.c | 13 +-
external/gpl3/gdb/dist/bfd/elf32-m68hc12.c | 13 +-
external/gpl3/gdb/dist/bfd/elf32-m68hc1x.c | 46 +-
external/gpl3/gdb/dist/bfd/elf32-m68hc1x.h | 4 +-
external/gpl3/gdb/dist/bfd/elf32-m68k.c | 53 +-
external/gpl3/gdb/dist/bfd/elf32-m88k.c | 4 +-
external/gpl3/gdb/dist/bfd/elf32-mcore.c | 7 +-
external/gpl3/gdb/dist/bfd/elf32-mep.c | 12 +-
external/gpl3/gdb/dist/bfd/elf32-metag.c | 54 +-
external/gpl3/gdb/dist/bfd/elf32-metag.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-microblaze.c | 8 +-
external/gpl3/gdb/dist/bfd/elf32-mips.c | 132 +-
external/gpl3/gdb/dist/bfd/elf32-moxie.c | 16 +-
external/gpl3/gdb/dist/bfd/elf32-msp430.c | 95 +-
external/gpl3/gdb/dist/bfd/elf32-mt.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-nds32.c | 7005 ++++++---
external/gpl3/gdb/dist/bfd/elf32-nds32.h | 42 +-
external/gpl3/gdb/dist/bfd/elf32-nios2.c | 1324 +-
external/gpl3/gdb/dist/bfd/elf32-nios2.h | 38 +
external/gpl3/gdb/dist/bfd/elf32-or1k.c | 2857 ++++
external/gpl3/gdb/dist/bfd/elf32-pj.c | 7 +-
external/gpl3/gdb/dist/bfd/elf32-ppc.c | 1936 +-
external/gpl3/gdb/dist/bfd/elf32-ppc.h | 30 +-
external/gpl3/gdb/dist/bfd/elf32-rl78.c | 34 +-
external/gpl3/gdb/dist/bfd/elf32-rx.c | 417 +-
external/gpl3/gdb/dist/bfd/elf32-rx.h | 21 +
external/gpl3/gdb/dist/bfd/elf32-s390.c | 19 +-
external/gpl3/gdb/dist/bfd/elf32-score.c | 15 +-
external/gpl3/gdb/dist/bfd/elf32-score.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-score7.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-sh-relocs.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-sh-symbian.c | 5 +-
external/gpl3/gdb/dist/bfd/elf32-sh.c | 61 +-
external/gpl3/gdb/dist/bfd/elf32-sh64-com.c | 3 +-
external/gpl3/gdb/dist/bfd/elf32-sh64.c | 18 +-
external/gpl3/gdb/dist/bfd/elf32-sh64.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-sparc.c | 21 +-
external/gpl3/gdb/dist/bfd/elf32-spu.c | 79 +-
external/gpl3/gdb/dist/bfd/elf32-spu.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-tic6x.c | 22 +-
external/gpl3/gdb/dist/bfd/elf32-tic6x.h | 3 +-
external/gpl3/gdb/dist/bfd/elf32-tilegx.c | 6 +-
external/gpl3/gdb/dist/bfd/elf32-tilegx.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-tilepro.c | 8 +-
external/gpl3/gdb/dist/bfd/elf32-tilepro.h | 2 +-
external/gpl3/gdb/dist/bfd/elf32-v850.c | 12 +-
external/gpl3/gdb/dist/bfd/elf32-vax.c | 10 +-
external/gpl3/gdb/dist/bfd/elf32-visium.c | 903 +
external/gpl3/gdb/dist/bfd/elf32-xc16x.c | 4 +-
external/gpl3/gdb/dist/bfd/elf32-xgate.c | 29 +-
external/gpl3/gdb/dist/bfd/elf32-xgate.h | 3 +-
external/gpl3/gdb/dist/bfd/elf32-xstormy16.c | 9 +-
external/gpl3/gdb/dist/bfd/elf32-xtensa.c | 100 +-
external/gpl3/gdb/dist/bfd/elf32.c | 3 +-
external/gpl3/gdb/dist/bfd/elf64-alpha.c | 283 +-
external/gpl3/gdb/dist/bfd/elf64-gen.c | 7 +-
external/gpl3/gdb/dist/bfd/elf64-hppa.c | 15 +-
external/gpl3/gdb/dist/bfd/elf64-hppa.h | 2 +-
external/gpl3/gdb/dist/bfd/elf64-ia64-vms.c | 84 +-
external/gpl3/gdb/dist/bfd/elf64-mips.c | 223 +-
external/gpl3/gdb/dist/bfd/elf64-mmix.c | 14 +-
external/gpl3/gdb/dist/bfd/elf64-ppc.c | 1449 +-
external/gpl3/gdb/dist/bfd/elf64-ppc.h | 57 +-
external/gpl3/gdb/dist/bfd/elf64-s390.c | 19 +-
external/gpl3/gdb/dist/bfd/elf64-sh64.c | 42 +-
external/gpl3/gdb/dist/bfd/elf64-sparc.c | 23 +-
external/gpl3/gdb/dist/bfd/elf64-tilegx.c | 6 +-
external/gpl3/gdb/dist/bfd/elf64-tilegx.h | 2 +-
external/gpl3/gdb/dist/bfd/elf64-x86-64.c | 911 +-
external/gpl3/gdb/dist/bfd/elf64.c | 2 +-
external/gpl3/gdb/dist/bfd/elfcode.h | 158 +-
external/gpl3/gdb/dist/bfd/elfcore.h | 3 +-
external/gpl3/gdb/dist/bfd/elflink.c | 739 +-
external/gpl3/gdb/dist/bfd/elfn32-mips.c | 221 +-
external/gpl3/gdb/dist/bfd/elfnn-aarch64.c | 834 +-
external/gpl3/gdb/dist/bfd/elfnn-ia64.c | 89 +-
external/gpl3/gdb/dist/bfd/elfxx-aarch64.c | 90 +-
external/gpl3/gdb/dist/bfd/elfxx-aarch64.h | 13 +-
external/gpl3/gdb/dist/bfd/elfxx-ia64.c | 3 +-
external/gpl3/gdb/dist/bfd/elfxx-ia64.h | 3 +-
external/gpl3/gdb/dist/bfd/elfxx-mips.c | 1399 +-
external/gpl3/gdb/dist/bfd/elfxx-mips.h | 13 +-
external/gpl3/gdb/dist/bfd/elfxx-sparc.c | 51 +-
external/gpl3/gdb/dist/bfd/elfxx-sparc.h | 5 +-
external/gpl3/gdb/dist/bfd/elfxx-target.h | 27 +-
external/gpl3/gdb/dist/bfd/elfxx-tilegx.c | 6 +-
external/gpl3/gdb/dist/bfd/elfxx-tilegx.h | 2 +-
external/gpl3/gdb/dist/bfd/epoc-pe-arm.c | 6 +-
external/gpl3/gdb/dist/bfd/epoc-pei-arm.c | 6 +-
external/gpl3/gdb/dist/bfd/format.c | 5 +-
external/gpl3/gdb/dist/bfd/freebsd.h | 3 +-
external/gpl3/gdb/dist/bfd/gen-aout.c | 2 +-
external/gpl3/gdb/dist/bfd/genlink.h | 2 +-
external/gpl3/gdb/dist/bfd/hash.c | 4 +-
external/gpl3/gdb/dist/bfd/host-aout.c | 3 +-
external/gpl3/gdb/dist/bfd/hosts/alphalinux.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/alphavms.h | 3 +-
external/gpl3/gdb/dist/bfd/hosts/decstation.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/delta68.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/dpx2.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/hp300bsd.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/i386bsd.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/i386linux.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/i386mach3.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/i386sco.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/i860mach3.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/m68kaux.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/m68klinux.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/m88kmach3.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/mipsbsd.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/mipsmach3.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/news-mips.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/news.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/pc532mach.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/riscos.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/symmetry.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/tahoe.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/vaxbsd.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/vaxlinux.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/vaxult.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/vaxult2.h | 2 +-
external/gpl3/gdb/dist/bfd/hosts/x86-64linux.h | 3 +-
external/gpl3/gdb/dist/bfd/hp300bsd.c | 5 +-
external/gpl3/gdb/dist/bfd/hp300hpux.c | 15 +-
external/gpl3/gdb/dist/bfd/hppabsd-core.c | 5 +-
external/gpl3/gdb/dist/bfd/hpux-core.c | 5 +-
external/gpl3/gdb/dist/bfd/i386aout.c | 5 +-
external/gpl3/gdb/dist/bfd/i386bsd.c | 5 +-
external/gpl3/gdb/dist/bfd/i386dynix.c | 5 +-
external/gpl3/gdb/dist/bfd/i386freebsd.c | 5 +-
external/gpl3/gdb/dist/bfd/i386linux.c | 6 +-
external/gpl3/gdb/dist/bfd/i386lynx.c | 5 +-
external/gpl3/gdb/dist/bfd/i386mach3.c | 5 +-
external/gpl3/gdb/dist/bfd/i386msdos.c | 10 +-
external/gpl3/gdb/dist/bfd/i386netbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/i386os9k.c | 9 +-
external/gpl3/gdb/dist/bfd/ieee.c | 298 +-
external/gpl3/gdb/dist/bfd/ihex.c | 8 +-
external/gpl3/gdb/dist/bfd/init.c | 3 +-
external/gpl3/gdb/dist/bfd/irix-core.c | 5 +-
external/gpl3/gdb/dist/bfd/libaout.h | 8 +-
external/gpl3/gdb/dist/bfd/libbfd-in.h | 51 +-
external/gpl3/gdb/dist/bfd/libbfd.c | 200 +-
external/gpl3/gdb/dist/bfd/libbfd.h | 121 +-
external/gpl3/gdb/dist/bfd/libcoff-in.h | 64 +-
external/gpl3/gdb/dist/bfd/libcoff.h | 82 +-
external/gpl3/gdb/dist/bfd/libecoff.h | 12 +-
external/gpl3/gdb/dist/bfd/libhppa.h | 3 +-
external/gpl3/gdb/dist/bfd/libieee.h | 4 +-
external/gpl3/gdb/dist/bfd/libnlm.h | 3 +-
external/gpl3/gdb/dist/bfd/liboasys.h | 3 +-
external/gpl3/gdb/dist/bfd/libpei.h | 15 +-
external/gpl3/gdb/dist/bfd/libxcoff.h | 2 +-
external/gpl3/gdb/dist/bfd/linker.c | 626 +-
external/gpl3/gdb/dist/bfd/lynx-core.c | 3 +-
external/gpl3/gdb/dist/bfd/m68k4knetbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/m68klinux.c | 6 +-
external/gpl3/gdb/dist/bfd/m68knetbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/m88kmach3.c | 5 +-
external/gpl3/gdb/dist/bfd/m88kopenbsd.c | 4 +-
external/gpl3/gdb/dist/bfd/mach-o-i386.c | 9 +-
external/gpl3/gdb/dist/bfd/mach-o-target.c | 12 +-
external/gpl3/gdb/dist/bfd/mach-o-x86-64.c | 12 +-
external/gpl3/gdb/dist/bfd/mach-o.c | 2166 ++-
external/gpl3/gdb/dist/bfd/mach-o.h | 74 +-
external/gpl3/gdb/dist/bfd/makefile.vms | 8 +-
external/gpl3/gdb/dist/bfd/mep-relocs.pl | 2 +-
external/gpl3/gdb/dist/bfd/merge.c | 3 +-
external/gpl3/gdb/dist/bfd/mipsbsd.c | 13 +-
external/gpl3/gdb/dist/bfd/mmo.c | 77 +-
external/gpl3/gdb/dist/bfd/netbsd.h | 3 +-
external/gpl3/gdb/dist/bfd/newsos3.c | 5 +-
external/gpl3/gdb/dist/bfd/nlm-target.h | 6 +-
external/gpl3/gdb/dist/bfd/nlm.c | 3 +-
external/gpl3/gdb/dist/bfd/nlm32-alpha.c | 5 +-
external/gpl3/gdb/dist/bfd/nlm32-i386.c | 5 +-
external/gpl3/gdb/dist/bfd/nlm32-ppc.c | 5 +-
external/gpl3/gdb/dist/bfd/nlm32-sparc.c | 5 +-
external/gpl3/gdb/dist/bfd/nlm32.c | 2 +-
external/gpl3/gdb/dist/bfd/nlm64.c | 2 +-
external/gpl3/gdb/dist/bfd/nlmcode.h | 3 +-
external/gpl3/gdb/dist/bfd/nlmswap.h | 2 +-
external/gpl3/gdb/dist/bfd/ns32k.h | 2 +-
external/gpl3/gdb/dist/bfd/ns32knetbsd.c | 7 +-
external/gpl3/gdb/dist/bfd/oasys.c | 27 +-
external/gpl3/gdb/dist/bfd/opncls.c | 45 +-
external/gpl3/gdb/dist/bfd/osf-core.c | 5 +-
external/gpl3/gdb/dist/bfd/pc532-mach.c | 9 +-
external/gpl3/gdb/dist/bfd/pdp11.c | 20 +-
external/gpl3/gdb/dist/bfd/pe-arm-wince.c | 6 +-
external/gpl3/gdb/dist/bfd/pe-arm.c | 7 +-
external/gpl3/gdb/dist/bfd/pe-i386.c | 5 +-
external/gpl3/gdb/dist/bfd/pe-mcore.c | 6 +-
external/gpl3/gdb/dist/bfd/pe-mips.c | 24 +-
external/gpl3/gdb/dist/bfd/pe-ppc.c | 7 +-
external/gpl3/gdb/dist/bfd/pe-sh.c | 4 +-
external/gpl3/gdb/dist/bfd/pe-x86_64.c | 64 +-
external/gpl3/gdb/dist/bfd/peXXigen.c | 984 +-
external/gpl3/gdb/dist/bfd/pef-traceback.h | 3 +-
external/gpl3/gdb/dist/bfd/pef.c | 5 +-
external/gpl3/gdb/dist/bfd/pef.h | 3 +-
external/gpl3/gdb/dist/bfd/pei-arm-wince.c | 6 +-
external/gpl3/gdb/dist/bfd/pei-arm.c | 7 +-
external/gpl3/gdb/dist/bfd/pei-i386.c | 5 +-
external/gpl3/gdb/dist/bfd/pei-ia64.c | 5 +-
external/gpl3/gdb/dist/bfd/pei-mcore.c | 7 +-
external/gpl3/gdb/dist/bfd/pei-mips.c | 5 +-
external/gpl3/gdb/dist/bfd/pei-ppc.c | 7 +-
external/gpl3/gdb/dist/bfd/pei-sh.c | 5 +-
external/gpl3/gdb/dist/bfd/pei-x86_64.c | 163 +-
external/gpl3/gdb/dist/bfd/peicode.h | 36 +-
external/gpl3/gdb/dist/bfd/plugin.c | 112 +-
external/gpl3/gdb/dist/bfd/plugin.h | 2 +-
external/gpl3/gdb/dist/bfd/po/Make-in | 2 +-
external/gpl3/gdb/dist/bfd/po/SRC-POTFILES.in | 12 +-
external/gpl3/gdb/dist/bfd/po/bfd.pot | 5733 ++++---
external/gpl3/gdb/dist/bfd/po/fi.gmo | Bin
external/gpl3/gdb/dist/bfd/po/fi.po | 3813 +++--
external/gpl3/gdb/dist/bfd/ppcboot.c | 9 +-
external/gpl3/gdb/dist/bfd/ptrace-core.c | 5 +-
external/gpl3/gdb/dist/bfd/reloc.c | 201 +-
external/gpl3/gdb/dist/bfd/reloc16.c | 4 +-
external/gpl3/gdb/dist/bfd/riscix.c | 13 +-
external/gpl3/gdb/dist/bfd/rs6000-core.c | 4 +-
external/gpl3/gdb/dist/bfd/sco5-core.c | 6 +-
external/gpl3/gdb/dist/bfd/section.c | 6 +-
external/gpl3/gdb/dist/bfd/simple.c | 86 +-
external/gpl3/gdb/dist/bfd/som.c | 19 +-
external/gpl3/gdb/dist/bfd/som.h | 3 +-
external/gpl3/gdb/dist/bfd/sparclinux.c | 6 +-
external/gpl3/gdb/dist/bfd/sparclynx.c | 5 +-
external/gpl3/gdb/dist/bfd/sparcnetbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/srec.c | 26 +-
external/gpl3/gdb/dist/bfd/stab-syms.c | 3 +-
external/gpl3/gdb/dist/bfd/stabs.c | 5 +-
external/gpl3/gdb/dist/bfd/sunos.c | 8 +-
external/gpl3/gdb/dist/bfd/syms.c | 16 +-
external/gpl3/gdb/dist/bfd/sysdep.h | 7 +-
external/gpl3/gdb/dist/bfd/targets.c | 1457 +-
external/gpl3/gdb/dist/bfd/tekhex.c | 153 +-
external/gpl3/gdb/dist/bfd/trad-core.c | 6 +-
external/gpl3/gdb/dist/bfd/vax1knetbsd.c | 4 +-
external/gpl3/gdb/dist/bfd/vaxbsd.c | 4 +-
external/gpl3/gdb/dist/bfd/vaxnetbsd.c | 5 +-
external/gpl3/gdb/dist/bfd/verilog.c | 4 +-
external/gpl3/gdb/dist/bfd/versados.c | 96 +-
external/gpl3/gdb/dist/bfd/version.h | 2 +-
external/gpl3/gdb/dist/bfd/version.m4 | 1 +
external/gpl3/gdb/dist/bfd/vms-alpha.c | 88 +-
external/gpl3/gdb/dist/bfd/vms-lib.c | 4 +-
external/gpl3/gdb/dist/bfd/vms-misc.c | 3 +-
external/gpl3/gdb/dist/bfd/vms.h | 3 +-
external/gpl3/gdb/dist/bfd/warning.m4 | 11 +-
external/gpl3/gdb/dist/bfd/xcofflink.c | 61 +-
external/gpl3/gdb/dist/bfd/xsym.c | 6 +-
external/gpl3/gdb/dist/bfd/xsym.h | 3 +-
external/gpl3/gdb/dist/bfd/xtensa-isa.c | 2 +-
external/gpl3/gdb/dist/bfd/xtensa-modules.c | 2 +-
external/gpl3/gdb/dist/gdb/cli/cli-cmds.c | 100 +-
external/gpl3/gdb/dist/gdb/cli/cli-cmds.h | 2 +-
external/gpl3/gdb/dist/gdb/cli/cli-decode.c | 112 +-
external/gpl3/gdb/dist/gdb/cli/cli-decode.h | 133 +-
external/gpl3/gdb/dist/gdb/cli/cli-dump.c | 58 +-
external/gpl3/gdb/dist/gdb/cli/cli-interp.c | 99 +-
external/gpl3/gdb/dist/gdb/cli/cli-logging.c | 7 +-
external/gpl3/gdb/dist/gdb/cli/cli-script.c | 83 +-
external/gpl3/gdb/dist/gdb/cli/cli-script.h | 2 +-
external/gpl3/gdb/dist/gdb/cli/cli-setshow.c | 21 +-
external/gpl3/gdb/dist/gdb/cli/cli-setshow.h | 10 +-
external/gpl3/gdb/dist/gdb/cli/cli-utils.c | 39 +-
external/gpl3/gdb/dist/gdb/cli/cli-utils.h | 14 +-
external/gpl3/gdb/dist/gdb/common/agent.h | 2 +-
external/gpl3/gdb/dist/gdb/common/ax.def | 4 +-
external/gpl3/gdb/dist/gdb/common/break-common.h | 2 +-
external/gpl3/gdb/dist/gdb/common/btrace-common.h | 37 +-
external/gpl3/gdb/dist/gdb/common/buffer.c | 13 +-
external/gpl3/gdb/dist/gdb/common/buffer.h | 6 +-
external/gpl3/gdb/dist/gdb/common/cleanups.c | 297 +
external/gpl3/gdb/dist/gdb/common/cleanups.h | 69 +
external/gpl3/gdb/dist/gdb/common/common-debug.c | 37 +
external/gpl3/gdb/dist/gdb/common/common-debug.h | 41 +
external/gpl3/gdb/dist/gdb/common/common-defs.h | 52 +
external/gpl3/gdb/dist/gdb/common/common-exceptions.c | 307 +
external/gpl3/gdb/dist/gdb/common/common-exceptions.h | 185 +
external/gpl3/gdb/dist/gdb/common/common-regcache.h | 36 +
external/gpl3/gdb/dist/gdb/common/common-types.h | 61 +
external/gpl3/gdb/dist/gdb/common/common-utils.c | 14 +-
external/gpl3/gdb/dist/gdb/common/common-utils.h | 25 +-
external/gpl3/gdb/dist/gdb/common/common.m4 | 13 +-
external/gpl3/gdb/dist/gdb/common/create-version.sh | 2 +-
external/gpl3/gdb/dist/gdb/common/errors.c | 69 +
external/gpl3/gdb/dist/gdb/common/errors.h | 90 +
external/gpl3/gdb/dist/gdb/common/filestuff.c | 11 +-
external/gpl3/gdb/dist/gdb/common/filestuff.h | 2 +-
external/gpl3/gdb/dist/gdb/common/format.c | 11 +-
external/gpl3/gdb/dist/gdb/common/format.h | 2 +-
external/gpl3/gdb/dist/gdb/common/gdb_assert.h | 23 +-
external/gpl3/gdb/dist/gdb/common/gdb_locale.h | 2 +-
external/gpl3/gdb/dist/gdb/common/gdb_setjmp.h | 34 +
external/gpl3/gdb/dist/gdb/common/gdb_signals.h | 2 +-
external/gpl3/gdb/dist/gdb/common/gdb_vecs.c | 78 +-
external/gpl3/gdb/dist/gdb/common/gdb_vecs.h | 5 +-
external/gpl3/gdb/dist/gdb/common/gdb_wait.h | 2 +-
external/gpl3/gdb/dist/gdb/common/host-defs.h | 2 +-
external/gpl3/gdb/dist/gdb/common/print-utils.c | 327 +
external/gpl3/gdb/dist/gdb/common/print-utils.h | 70 +
external/gpl3/gdb/dist/gdb/common/ptid.c | 17 +-
external/gpl3/gdb/dist/gdb/common/ptid.h | 19 +-
external/gpl3/gdb/dist/gdb/common/queue.h | 5 +-
external/gpl3/gdb/dist/gdb/common/rsp-low.c | 217 +
external/gpl3/gdb/dist/gdb/common/rsp-low.h | 83 +
external/gpl3/gdb/dist/gdb/common/signals.c | 101 +-
external/gpl3/gdb/dist/gdb/common/symbol.h | 37 +
external/gpl3/gdb/dist/gdb/common/vec.c | 9 +-
external/gpl3/gdb/dist/gdb/common/vec.h | 9 +-
external/gpl3/gdb/dist/gdb/common/version.h | 2 +-
external/gpl3/gdb/dist/gdb/common/x86-xstate.h | 67 +
external/gpl3/gdb/dist/gdb/common/xml-utils.c | 11 +-
external/gpl3/gdb/dist/gdb/common/xml-utils.h | 2 +-
external/gpl3/gdb/dist/gdb/compile/compile-c-support.c | 399 +
external/gpl3/gdb/dist/gdb/compile/compile-c-symbols.c | 759 +
external/gpl3/gdb/dist/gdb/compile/compile-c-types.c | 438 +
external/gpl3/gdb/dist/gdb/compile/compile-internal.h | 147 +
external/gpl3/gdb/dist/gdb/compile/compile-loc2c.c | 1148 +
external/gpl3/gdb/dist/gdb/compile/compile-object-load.c | 588 +
external/gpl3/gdb/dist/gdb/compile/compile-object-load.h | 39 +
external/gpl3/gdb/dist/gdb/compile/compile-object-run.c | 138 +
external/gpl3/gdb/dist/gdb/compile/compile-object-run.h | 24 +
external/gpl3/gdb/dist/gdb/compile/compile.c | 685 +
external/gpl3/gdb/dist/gdb/compile/compile.h | 102 +
external/gpl3/gdb/dist/gdb/config/aarch64/linux.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/djgpp/djcheck.sh | 2 +-
external/gpl3/gdb/dist/gdb/config/djgpp/djconfig.sh | 2 +-
external/gpl3/gdb/dist/gdb/config/djgpp/fnchange.lst | 4 +-
external/gpl3/gdb/dist/gdb/config/djgpp/langinfo.h | 2 +-
external/gpl3/gdb/dist/gdb/config/djgpp/nl_types.h | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/cygwin.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/cygwin64.mh | 4 +-
external/gpl3/gdb/dist/gdb/config/i386/darwin.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/fbsd.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/fbsd64.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/go32.mh | 3 +-
external/gpl3/gdb/dist/gdb/config/i386/i386gnu.mh | 3 +-
external/gpl3/gdb/dist/gdb/config/i386/linux.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/linux64.mh | 3 +-
external/gpl3/gdb/dist/gdb/config/i386/mingw.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/mingw64.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/nm-fbsd.h | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/nm-i386gnu.h | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/obsd.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/i386/obsd64.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/ia64/linux.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/mips/obsd64.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/nm-linux.h | 2 +-
external/gpl3/gdb/dist/gdb/config/nm-nto.h | 2 +-
external/gpl3/gdb/dist/gdb/config/powerpc/fbsd.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/powerpc/obsd.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/sparc/linux.mh | 2 +-
external/gpl3/gdb/dist/gdb/config/sparc/linux64.mh | 1 -
external/gpl3/gdb/dist/gdb/config/sparc/nm-sol2.h | 2 +-
external/gpl3/gdb/dist/gdb/config/sparc/obsd64.mh | 5 +
external/gpl3/gdb/dist/gdb/config/sparc/sol2.mh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/ari/create-web-ari-in-src.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/ari/gdb_ari.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/ari/gdb_find.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/ari/update-web-ari.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/cc-with-tweaks.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/cleanup_check.py | 2 +-
external/gpl3/gdb/dist/gdb/contrib/excheck.py | 2 +-
external/gpl3/gdb/dist/gdb/contrib/expect-read1.c | 2 +-
external/gpl3/gdb/dist/gdb/contrib/expect-read1.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/exsummary.py | 2 +-
external/gpl3/gdb/dist/gdb/contrib/gcc-with-excheck | 2 +-
external/gpl3/gdb/dist/gdb/contrib/gdb-add-index.sh | 2 +-
external/gpl3/gdb/dist/gdb/contrib/test_pubnames_and_indexes.py | 2 +-
external/gpl3/gdb/dist/gdb/features/Makefile | 157 +-
external/gpl3/gdb/dist/gdb/features/aarch64-core.xml | 4 +-
external/gpl3/gdb/dist/gdb/features/aarch64-fpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/aarch64.c | 2 +-
external/gpl3/gdb/dist/gdb/features/aarch64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-fpa.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-m-profile.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-vfpv2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-vfpv3.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-iwmmxt.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-m-fpa-layout.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-m-vfp-d16.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-m.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-neon.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-vfpv2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/arm-with-vfpv3.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/btrace.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/feature_to_c.sh | 2 +-
external/gpl3/gdb/dist/gdb/features/gdb-target.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/32bit-avx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/32bit-avx512.xml | 30 +
external/gpl3/gdb/dist/gdb/features/i386/32bit-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/32bit-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/32bit-mpx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/32bit-sse.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/64bit-avx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/64bit-avx512.xml | 102 +
external/gpl3/gdb/dist/gdb/features/i386/64bit-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/64bit-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/64bit-mpx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/64bit-sse.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx512-linux.c | 322 +
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx512-linux.xml | 20 +
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx512.c | 317 +
external/gpl3/gdb/dist/gdb/features/i386/amd64-avx512.xml | 18 +
external/gpl3/gdb/dist/gdb/features/i386/amd64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64-mpx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64-mpx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/amd64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-avx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-avx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-avx512-linux.c | 208 +
external/gpl3/gdb/dist/gdb/features/i386/i386-avx512-linux.xml | 20 +
external/gpl3/gdb/dist/gdb/features/i386/i386-avx512.c | 203 +
external/gpl3/gdb/dist/gdb/features/i386/i386-avx512.xml | 18 +
external/gpl3/gdb/dist/gdb/features/i386/i386-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-mmx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-mmx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-mpx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386-mpx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/i386.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/x32-avx-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/x32-avx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/x32-avx512-linux.c | 322 +
external/gpl3/gdb/dist/gdb/features/i386/x32-avx512-linux.xml | 20 +
external/gpl3/gdb/dist/gdb/features/i386/x32-avx512.c | 317 +
external/gpl3/gdb/dist/gdb/features/i386/x32-avx512.xml | 18 +
external/gpl3/gdb/dist/gdb/features/i386/x32-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/x32-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/i386/x32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/library-list-aix.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/library-list-svr4.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/library-list.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/microblaze-core.xml | 67 +
external/gpl3/gdb/dist/gdb/features/microblaze-stack-protect.xml | 12 +
external/gpl3/gdb/dist/gdb/features/microblaze-with-stack-protect.c | 79 +
external/gpl3/gdb/dist/gdb/features/microblaze-with-stack-protect.xml | 12 +
external/gpl3/gdb/dist/gdb/features/microblaze.c | 75 +
external/gpl3/gdb/dist/gdb/features/microblaze.xml | 11 +
external/gpl3/gdb/dist/gdb/features/mips-cp0.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips-cpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips-dsp-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips-dsp.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips-fpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-cp0.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-cpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-dsp-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-dsp.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-fpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/mips64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/nios2-cpu.xml | 10 +-
external/gpl3/gdb/dist/gdb/features/nios2-linux.c | 8 +-
external/gpl3/gdb/dist/gdb/features/nios2-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/nios2.c | 8 +-
external/gpl3/gdb/dist/gdb/features/nios2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/osdata.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-altivec.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-fpu-isa205.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-fpu.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-oea.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-spe.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power-vsx.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power64-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/power64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-403.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-403gc.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-405.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-505.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-601.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-602.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-603.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-604.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-7400.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-750.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-860.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-altivec32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-altivec32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-altivec64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-altivec64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-cell32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-cell64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-e500.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-e500l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-altivec32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-altivec64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-vsx32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-isa205-vsx64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-vsx32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-vsx32l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-vsx64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/powerpc-vsx64l.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/rs6000/rs6000.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-acr.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-core32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-core64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-fpr.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux32.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux32v1.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux32v2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux64v1.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-linux64v2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-tdb.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390-te-linux64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390x-core64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390x-linux64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390x-linux64v1.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390x-linux64v2.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/s390x-te-linux64.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/threads.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c62x-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c62x.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c64x-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c64x.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c64xp-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c64xp.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-c6xp.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-core.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/tic6x-gp.xml | 2 +-
external/gpl3/gdb/dist/gdb/features/traceframe-info.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/xinclude.dtd | 2 +-
external/gpl3/gdb/dist/gdb/features/xscale-iwmmxt.xml | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/ChangeLog | 1692 ++-
external/gpl3/gdb/dist/gdb/gdbserver/Makefile.in | 144 +-
external/gpl3/gdb/dist/gdb/gdbserver/ax.c | 17 +-
external/gpl3/gdb/dist/gdb/gdbserver/ax.h | 6 +-
external/gpl3/gdb/dist/gdb/gdbserver/config.in | 18 +-
external/gpl3/gdb/dist/gdb/gdbserver/configure | 467 +-
external/gpl3/gdb/dist/gdb/gdbserver/configure.ac | 27 +-
external/gpl3/gdb/dist/gdb/gdbserver/configure.srv | 40 +-
external/gpl3/gdb/dist/gdb/gdbserver/debug.c | 95 +
external/gpl3/gdb/dist/gdb/gdbserver/debug.h | 54 +
external/gpl3/gdb/dist/gdb/gdbserver/dll.c | 9 +-
external/gpl3/gdb/dist/gdb/gdbserver/dll.h | 5 +-
external/gpl3/gdb/dist/gdb/gdbserver/event-loop.c | 7 +-
external/gpl3/gdb/dist/gdb/gdbserver/event-loop.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/gdb_proc_service.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/gdbreplay.c | 13 +-
external/gpl3/gdb/dist/gdb/gdbserver/gdbthread.h | 17 +-
external/gpl3/gdb/dist/gdb/gdbserver/hostio-errno.c | 3 +-
external/gpl3/gdb/dist/gdb/gdbserver/hostio.c | 6 +-
external/gpl3/gdb/dist/gdb/gdbserver/hostio.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/i387-fp.c | 238 +-
external/gpl3/gdb/dist/gdb/gdbserver/i387-fp.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/inferiors.c | 113 +-
external/gpl3/gdb/dist/gdb/gdbserver/inferiors.h | 49 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-aarch64-low.c | 176 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-amd64-ipa.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-arm-low.c | 103 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-bfin-low.c | 3 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-cris-low.c | 6 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-crisv32-low.c | 77 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-i386-ipa.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-ia64-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-low.c | 2668 ++-
external/gpl3/gdb/dist/gdb/gdbserver/linux-low.h | 72 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-m32r-low.c | 4 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-m68k-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-mips-low.c | 85 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-nios2-low.c | 4 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-ppc-low.c | 48 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-s390-low.c | 36 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-sh-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-sparc-low.c | 7 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-tic6x-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-tile-low.c | 4 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-x86-low.c | 283 +-
external/gpl3/gdb/dist/gdb/gdbserver/linux-xtensa-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/lynx-i386-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/lynx-low.c | 38 +-
external/gpl3/gdb/dist/gdb/gdbserver/lynx-low.h | 4 +-
external/gpl3/gdb/dist/gdb/gdbserver/lynx-ppc-low.c | 3 +-
external/gpl3/gdb/dist/gdb/gdbserver/mem-break.c | 922 +-
external/gpl3/gdb/dist/gdb/gdbserver/mem-break.h | 111 +-
external/gpl3/gdb/dist/gdb/gdbserver/notif.c | 3 +-
external/gpl3/gdb/dist/gdb/gdbserver/notif.h | 4 +-
external/gpl3/gdb/dist/gdb/gdbserver/nto-low.c | 72 +-
external/gpl3/gdb/dist/gdb/gdbserver/nto-low.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/nto-x86-low.c | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/proc-service.c | 16 +-
external/gpl3/gdb/dist/gdb/gdbserver/proc-service.list | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/regcache.c | 62 +-
external/gpl3/gdb/dist/gdb/gdbserver/regcache.h | 7 +-
external/gpl3/gdb/dist/gdb/gdbserver/remote-utils.c | 269 +-
external/gpl3/gdb/dist/gdb/gdbserver/remote-utils.h | 11 +-
external/gpl3/gdb/dist/gdb/gdbserver/server.c | 924 +-
external/gpl3/gdb/dist/gdb/gdbserver/server.h | 53 +-
external/gpl3/gdb/dist/gdb/gdbserver/spu-low.c | 7 +-
external/gpl3/gdb/dist/gdb/gdbserver/symbol.c | 32 +
external/gpl3/gdb/dist/gdb/gdbserver/target.c | 64 +-
external/gpl3/gdb/dist/gdb/gdbserver/target.h | 54 +-
external/gpl3/gdb/dist/gdb/gdbserver/tdesc.c | 7 +-
external/gpl3/gdb/dist/gdb/gdbserver/tdesc.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/terminal.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/thread-db.c | 132 +-
external/gpl3/gdb/dist/gdb/gdbserver/tracepoint.c | 191 +-
external/gpl3/gdb/dist/gdb/gdbserver/tracepoint.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/utils.c | 203 +-
external/gpl3/gdb/dist/gdb/gdbserver/utils.h | 9 +-
external/gpl3/gdb/dist/gdb/gdbserver/win32-arm-low.c | 13 +-
external/gpl3/gdb/dist/gdb/gdbserver/win32-i386-low.c | 241 +-
external/gpl3/gdb/dist/gdb/gdbserver/win32-low.c | 395 +-
external/gpl3/gdb/dist/gdb/gdbserver/win32-low.h | 24 +-
external/gpl3/gdb/dist/gdb/gdbserver/wincecompat.c | 3 +-
external/gpl3/gdb/dist/gdb/gdbserver/wincecompat.h | 2 +-
external/gpl3/gdb/dist/gdb/gdbserver/x86-low.c | 38 +
external/gpl3/gdb/dist/gdb/gdbserver/x86-low.h | 24 +
external/gpl3/gdb/dist/gdb/gdbserver/xtensa-xtregs.c | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-break.c | 4 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-break.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-catch.c | 3 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-disas.c | 3 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-env.c | 4 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-file.c | 15 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-info.c | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-stack.c | 44 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-target.c | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmd-var.c | 13 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmds.c | 7 +-
external/gpl3/gdb/dist/gdb/mi/mi-cmds.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-common.c | 3 +-
external/gpl3/gdb/dist/gdb/mi/mi-common.h | 7 +-
external/gpl3/gdb/dist/gdb/mi/mi-console.c | 13 +-
external/gpl3/gdb/dist/gdb/mi/mi-console.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-getopt.c | 4 +-
external/gpl3/gdb/dist/gdb/mi/mi-getopt.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-interp.c | 329 +-
external/gpl3/gdb/dist/gdb/mi/mi-main.c | 100 +-
external/gpl3/gdb/dist/gdb/mi/mi-main.h | 6 +-
external/gpl3/gdb/dist/gdb/mi/mi-out.c | 17 +-
external/gpl3/gdb/dist/gdb/mi/mi-out.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-parse.c | 5 +-
external/gpl3/gdb/dist/gdb/mi/mi-parse.h | 2 +-
external/gpl3/gdb/dist/gdb/mi/mi-symbol-cmds.c | 13 +-
external/gpl3/gdb/dist/gdb/nat/gdb_thread_db.h | 16 +
external/gpl3/gdb/dist/gdb/nat/glibc_thread_db.h | 458 +
external/gpl3/gdb/dist/gdb/nat/linux-btrace.c | 620 +
external/gpl3/gdb/dist/gdb/nat/linux-btrace.h | 77 +
external/gpl3/gdb/dist/gdb/nat/linux-nat.h | 2 +-
external/gpl3/gdb/dist/gdb/nat/linux-osdata.c | 1626 ++
external/gpl3/gdb/dist/gdb/nat/linux-osdata.h | 27 +
external/gpl3/gdb/dist/gdb/nat/linux-procfs.c | 253 +
external/gpl3/gdb/dist/gdb/nat/linux-procfs.h | 71 +
external/gpl3/gdb/dist/gdb/nat/linux-ptrace.c | 623 +
external/gpl3/gdb/dist/gdb/nat/linux-ptrace.h | 111 +
external/gpl3/gdb/dist/gdb/nat/linux-waitpid.c | 64 +-
external/gpl3/gdb/dist/gdb/nat/linux-waitpid.h | 6 +-
external/gpl3/gdb/dist/gdb/nat/mips-linux-watch.c | 349 +
external/gpl3/gdb/dist/gdb/nat/mips-linux-watch.h | 120 +
external/gpl3/gdb/dist/gdb/nat/x86-cpuid.h | 63 +
external/gpl3/gdb/dist/gdb/nat/x86-dregs.c | 655 +
external/gpl3/gdb/dist/gdb/nat/x86-dregs.h | 127 +
external/gpl3/gdb/dist/gdb/nat/x86-gcc-cpuid.h | 278 +
external/gpl3/gdb/dist/gdb/python/lib/gdb/FrameDecorator.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/FrameIterator.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/__init__.py | 7 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/__init__.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/explore.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/frame_filters.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/pretty_printers.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/prompt.py | 5 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/type_printers.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/command/xmethods.py | 274 +
external/gpl3/gdb/dist/gdb/python/lib/gdb/frames.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/function/__init__.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/function/caller_is.py | 160 +
external/gpl3/gdb/dist/gdb/python/lib/gdb/function/strfns.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/printer/__init__.py | 14 +
external/gpl3/gdb/dist/gdb/python/lib/gdb/printer/bound_registers.py | 36 +
external/gpl3/gdb/dist/gdb/python/lib/gdb/printing.py | 30 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/prompt.py | 4 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/types.py | 2 +-
external/gpl3/gdb/dist/gdb/python/lib/gdb/xmethod.py | 275 +
external/gpl3/gdb/dist/gdb/python/py-arch.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-auto-load.c | 47 +-
external/gpl3/gdb/dist/gdb/python/py-block.c | 16 +-
external/gpl3/gdb/dist/gdb/python/py-bpevent.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-breakpoint.c | 81 +-
external/gpl3/gdb/dist/gdb/python/py-cmd.c | 191 +-
external/gpl3/gdb/dist/gdb/python/py-continueevent.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-event.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-event.h | 19 +-
external/gpl3/gdb/dist/gdb/python/py-events.h | 6 +-
external/gpl3/gdb/dist/gdb/python/py-evtregistry.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-evts.c | 17 +-
external/gpl3/gdb/dist/gdb/python/py-exitedevent.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-finishbreakpoint.c | 3 +-
external/gpl3/gdb/dist/gdb/python/py-frame.c | 51 +-
external/gpl3/gdb/dist/gdb/python/py-framefilter.c | 627 +-
external/gpl3/gdb/dist/gdb/python/py-function.c | 3 +-
external/gpl3/gdb/dist/gdb/python/py-gdb-readline.c | 11 +-
external/gpl3/gdb/dist/gdb/python/py-inferior.c | 96 +-
external/gpl3/gdb/dist/gdb/python/py-infevents.c | 263 +
external/gpl3/gdb/dist/gdb/python/py-infthread.c | 56 +-
external/gpl3/gdb/dist/gdb/python/py-lazy-string.c | 4 +-
external/gpl3/gdb/dist/gdb/python/py-linetable.c | 23 +-
external/gpl3/gdb/dist/gdb/python/py-newobjfileevent.c | 57 +-
external/gpl3/gdb/dist/gdb/python/py-objfile.c | 365 +-
external/gpl3/gdb/dist/gdb/python/py-param.c | 3 +-
external/gpl3/gdb/dist/gdb/python/py-prettyprint.c | 65 +-
external/gpl3/gdb/dist/gdb/python/py-progspace.c | 107 +-
external/gpl3/gdb/dist/gdb/python/py-signalevent.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-stopevent.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-stopevent.h | 2 +-
external/gpl3/gdb/dist/gdb/python/py-symbol.c | 26 +-
external/gpl3/gdb/dist/gdb/python/py-symtab.c | 52 +-
external/gpl3/gdb/dist/gdb/python/py-threadevent.c | 3 +-
external/gpl3/gdb/dist/gdb/python/py-type.c | 7 +-
external/gpl3/gdb/dist/gdb/python/py-utils.c | 2 +-
external/gpl3/gdb/dist/gdb/python/py-value.c | 68 +-
external/gpl3/gdb/dist/gdb/python/py-varobj.c | 204 +
external/gpl3/gdb/dist/gdb/python/py-xmethods.c | 749 +
external/gpl3/gdb/dist/gdb/python/python-internal.h | 107 +-
external/gpl3/gdb/dist/gdb/python/python.c | 323 +-
external/gpl3/gdb/dist/gdb/python/python.h | 117 +-
external/gpl3/gdb/dist/gdb/regformats/aarch64.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/arm-with-iwmmxt.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/arm-with-neon.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/arm-with-vfpv2.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/arm-with-vfpv3.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx512-linux.dat | 157 +
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx512.dat | 156 +
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-mpx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64-mpx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/amd64.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx512-linux.dat | 77 +
external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx512.dat | 76 +
external/gpl3/gdb/dist/gdb/regformats/i386/i386-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-mmx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-mmx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-mpx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386-mpx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/i386.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx512-linux.dat | 157 +
external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx512.dat | 156 +
external/gpl3/gdb/dist/gdb/regformats/i386/x32-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/i386/x32.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/microblaze-with-stack-protect.dat | 64 +
external/gpl3/gdb/dist/gdb/regformats/mips-dsp-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/mips-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/mips64-dsp-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/mips64-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/nios2-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/regdat.sh | 16 +-
external/gpl3/gdb/dist/gdb/regformats/regdef.h | 2 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-32.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-32l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-64l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-altivec32l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-altivec64l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-cell32l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-cell64l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-e500l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-vsx32l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/rs6000/powerpc-vsx64l.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux32.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux32v1.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux32v2.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux64.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux64v1.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-linux64v2.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390-te-linux64.dat | 5 +-
external/gpl3/gdb/dist/gdb/regformats/s390x-linux64.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390x-linux64v1.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390x-linux64v2.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/s390x-te-linux64.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c62x-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c62x.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c64x-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c64x.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c64xp-linux.dat | 3 +-
external/gpl3/gdb/dist/gdb/regformats/tic6x-c64xp.dat | 3 +-
external/gpl3/gdb/dist/gdb/stubs/buildvms.com | 2 +-
external/gpl3/gdb/dist/gdb/stubs/ia64vms-stub.c | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/amd64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/arm-linux.py | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/arm-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/bfin-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/gdb-syscalls.dtd | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/i386-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/mips-n32-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/mips-n64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/mips-o32-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/ppc-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/ppc64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/s390-linux.xml | 331 +
external/gpl3/gdb/dist/gdb/syscalls/s390x-linux.xml | 298 +
external/gpl3/gdb/dist/gdb/syscalls/sparc-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/syscalls/sparc64-linux.xml | 2 +-
external/gpl3/gdb/dist/gdb/system-gdbinit/elinos.py | 2 +-
external/gpl3/gdb/dist/gdb/system-gdbinit/wrs-linux.py | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/cc-with-tweaks.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/dwarf4-gdb-index.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/fission-dwp.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/fission.exp | 6 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/gdbserver-base.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/local-remote-host-native.exp | 85 +
external/gpl3/gdb/dist/gdb/testsuite/boards/local-remote-host-notty.exp | 53 +
external/gpl3/gdb/dist/gdb/testsuite/boards/local-remote-host.exp | 40 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/native-extended-gdbserver.exp | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/native-gdbserver.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/native-stdio-gdbserver.exp | 56 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/remote-stdio-gdbserver.exp | 42 +-
external/gpl3/gdb/dist/gdb/testsuite/boards/stabs.exp | 45 +
external/gpl3/gdb/dist/gdb/testsuite/config/cfdbug.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/d10v.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/default.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/dve.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/extended-gdbserver.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/gdbserver.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/i960.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/m32r.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/mips-idt.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/mips.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/mn10300-eval.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/monitor.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/config/proelf.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/rom68k.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/sh.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/sid.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/sim.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/slite.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/unix.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/vr4300.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/config/vr5000.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/Makefile | 21 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/Makefile.in | 21 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-constvar.S | 95 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-constvar.c | 18 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-mod.c | 26 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-nodebug.c | 24 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-ops.c | 37 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-ops.exp | 424 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-setjmp-mod.c | 46 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-setjmp.c | 24 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-setjmp.exp | 34 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-shlib.c | 26 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-tls.c | 40 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile-tls.exp | 42 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile.c | 130 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/compile.exp | 362 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/h8300s.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/hppa.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/mn10300.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/sh3.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t01_mov.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t02_mova.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t03_add.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t05_cmp.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t07_ari3.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/t08_or.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/Makefile.in | 10 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/arr-stride.c | 20 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/arr-stride.exp | 97 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/arr-subrange.c | 20 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/arr-subrange.exp | 88 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/callframecfa.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/callframecfa.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/clztest.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/clztest.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/corrupt.c | 24 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/corrupt.exp | 77 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/count.exp | 125 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/data-loc.c | 46 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/data-loc.exp | 291 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dup-psym.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dup-psym.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S | 151 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello.c | 28 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S | 151 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world.c | 28 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.c | 28 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 35 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-anon-mptr.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-anon-mptr.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-parameter-type.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-bad-parameter-type.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-basic.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-basic.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-canonicalize-type.S | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-canonicalize-type.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S | 20 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.c | 11 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp | 11 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-common-block.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-common-block.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-compdir-oldgcc.S | 12 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-compdir-oldgcc.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-compressed.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-compressed.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-const.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-const.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-cp-infcall-ref-static-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-cp-infcall-ref-static.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-cp-infcall-ref-static.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-cu-size.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-cu-size.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.c | 16 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp | 29 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dos-drive.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dup-frame.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dup-frame.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-dup-frame.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-entry-value-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-entry-value.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-entry-value.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-error.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-error.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-error.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-filename.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-icc-opaque.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-icc-opaque.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.S | 248 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.c | 24 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-icycle.exp | 46 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.c | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.exp | 44 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inheritance.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inheritance.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inline-break.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inline-break.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inline-param-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inline-param.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-intercu.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-intermix.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp | 8 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-linkage-name-trust-main.cc | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-linkage-name-trust.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-linkage-name-trust.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-namespaceless-anonymous.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-namespaceless-anonymous.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-noloc-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-noloc.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-noloc.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap-inner.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap-outer.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-call.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S | 44 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.exp | 32 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-stack-value.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-op-stack-value.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-param-error-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-param-error.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-param-error.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-producer.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-producer.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges2.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ranges3.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-restore.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-restore.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-restrict.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-restrict.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-restrict.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.S | 281 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.c | 31 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.exp | 49 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S | 66 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.exp | 13 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-strp.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-strp.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-undefined-ret-addr.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-undefined-ret-addr.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-undefined-ret-addr.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-unresolved-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-unresolved.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-unresolved.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.exp | 21 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp | 10 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dwp-symlink.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dwp-symlink.exp | 73 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dwz.exp | 23 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dwzbuildid.exp | 6 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dynarr-ptr.c | 30 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp | 353 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/enum-type.exp | 81 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-base.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-base.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-base.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-loclists.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-mix.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-mix.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-mix.h | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-mix2.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-reread.S | 6 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/fission-reread.exp | 13 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/gdb-index.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptr-64bit.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.exp | 65 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptr.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptr.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptrconst.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptrconst.exp | 15 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/implptrpiece.exp | 15 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/mac-fileno.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/mac-fileno.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/main.c | 3 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/method-ptr.cc | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/method-ptr.exp | 17 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/missing-sig-type.exp | 17 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/nostaticblock.exp | 17 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces-optimized-out.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces-optimized-out.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces-optimized-out.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pieces.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pr10770.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pr11465.S | 10 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pr11465.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pr13961.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/pr13961.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/subrange.exp | 17 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/symtab-producer.exp | 103 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/trace-crash.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/typeddwarf-amd64.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/typeddwarf.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/typeddwarf.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/valop.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/valop.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/watch-notconst.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/watch-notconst.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/watch-notconst2.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/watch-notconst2.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/array.f | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/basics.c | 10 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/gdb2549.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/gdb669.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/gdb680.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/gdb701.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/gdb792.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-async.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-basics.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-break.exp | 152 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp | 21 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-catch-load-so.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-catch-load.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-catch-load.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-cli.exp | 93 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-cmd-param-changed.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c | 63 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-st.c | 26 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state.c | 33 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state.exp | 116 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-console.c | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-console.exp | 5 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-disassemble.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-dprintf.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-dprintf.exp | 92 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-eval.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-exit-code.c | 29 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-exit-code.exp | 88 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-file-transfer.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-file.exp | 10 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-fill-memory.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-fullname-deleted.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-hack-cli.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-i-cmd.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-info-os.exp | 22 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-language.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-logging.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-memory-changed.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-nonstop.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-nsintrall.exp | 9 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 9 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 15 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-pending.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-pending.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-pendshr.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-pthreads.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-read-memory.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-record-changed.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-reg-undefined.S | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-reg-undefined.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-reg-undefined.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-regs.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-return.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-reverse.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-simplerun.exp | 47 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-solib.exp | 15 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-stack.c | 11 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-stack.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-start.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-start.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-stepi.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-stepn.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-stepn.exp | 7 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-syn-frame.c | 2 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-syn-frame.exp | 12 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-undefined-cmd.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-until.exp | 32 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-block.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-child-f.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-child.c | 18 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-child.exp | 94 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-cmd.exp | 8 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-cp.cc | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-cp.exp | 9 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-create-rtti.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-create-rtti.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-display.exp | 51 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-invalidate.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-rtti.cc | 30 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-var-rtti.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-vla-c99.exp | 83 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-watch-nonstop.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi-watch.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi2-amd64-entry-value.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi2-amd64-entry-value.s | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi2-prompt.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/mi2-var-child.exp | 157 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/non-stop-exit.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/non-stop.c | 8 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ns-stale-regcache.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/nsintrall.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/nsmoribund.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/nsthrexec.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pending.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pendshr1.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pendshr2.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pr11022.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pr11022.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/pthreads.c | 6 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/solib-lib.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/solib-main.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/until.c | 12 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/var-cmd.c | 86 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/vla.c | 37 +
external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/watch-nonstop.c | 4 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/Makefile.in | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/unbounded-array.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/unbounded1.c | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/callfuncs.cl | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/callfuncs.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/convs_casts.cl | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/convs_casts.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/datatypes.cl | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/datatypes.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/operators.cl | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/operators.exp | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/vec_comps.cl | 2 +-
external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/vec_comps.exp | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-command.c | 20 +-
external/gpl3/gdb/dist/gdb/tui/tui-command.h | 5 +-
external/gpl3/gdb/dist/gdb/tui/tui-data.c | 10 +-
external/gpl3/gdb/dist/gdb/tui/tui-data.h | 6 +-
external/gpl3/gdb/dist/gdb/tui/tui-disasm.c | 26 +-
external/gpl3/gdb/dist/gdb/tui/tui-disasm.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-file.c | 16 +-
external/gpl3/gdb/dist/gdb/tui/tui-file.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-hooks.c | 68 +-
external/gpl3/gdb/dist/gdb/tui/tui-hooks.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-interp.c | 114 +-
external/gpl3/gdb/dist/gdb/tui/tui-io.c | 154 +-
external/gpl3/gdb/dist/gdb/tui/tui-io.h | 5 +-
external/gpl3/gdb/dist/gdb/tui/tui-layout.c | 4 +-
external/gpl3/gdb/dist/gdb/tui/tui-layout.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-out.c | 7 +-
external/gpl3/gdb/dist/gdb/tui/tui-regs.c | 10 +-
external/gpl3/gdb/dist/gdb/tui/tui-regs.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-source.c | 8 +-
external/gpl3/gdb/dist/gdb/tui/tui-source.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-stack.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-win.c | 60 +-
external/gpl3/gdb/dist/gdb/tui/tui-win.h | 6 +-
external/gpl3/gdb/dist/gdb/tui/tui-windata.c | 4 +-
external/gpl3/gdb/dist/gdb/tui/tui-windata.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-wingeneral.c | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-wingeneral.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui-winsource.c | 19 +-
external/gpl3/gdb/dist/gdb/tui/tui-winsource.h | 2 +-
external/gpl3/gdb/dist/gdb/tui/tui.c | 98 +-
external/gpl3/gdb/dist/gdb/tui/tui.h | 6 +-
external/gpl3/gdb/dist/libdecnumber/ChangeLog | 5 +
external/gpl3/gdb/dist/libdecnumber/decNumberLocal.h | 7 +-
external/gpl3/gdb/dist/readline/ChangeLog.gdb | 12 +
external/gpl3/gdb/dist/readline/complete.c | 13 +
external/gpl3/gdb/dist/readline/search.c | 2 +-
external/gpl3/gdb/dist/sim/ChangeLog | 14 +
external/gpl3/gdb/dist/sim/MAINTAINERS | 1 +
external/gpl3/gdb/dist/sim/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/arm/ChangeLog | 62 +
external/gpl3/gdb/dist/sim/arm/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/arm/armcopro.c | 34 +-
external/gpl3/gdb/dist/sim/arm/armemu.c | 67 +-
external/gpl3/gdb/dist/sim/arm/armemu.h | 10 +-
external/gpl3/gdb/dist/sim/arm/config.in | 7 +
external/gpl3/gdb/dist/sim/arm/configure | 113 +-
external/gpl3/gdb/dist/sim/arm/iwmmxt.c | 2 +-
external/gpl3/gdb/dist/sim/arm/iwmmxt.h | 2 +-
external/gpl3/gdb/dist/sim/arm/maverick.c | 25 +-
external/gpl3/gdb/dist/sim/arm/thumbemu.c | 70 +-
external/gpl3/gdb/dist/sim/arm/wrapper.c | 251 +-
external/gpl3/gdb/dist/sim/configure.tgt | 1 +
external/gpl3/gdb/dist/sim/cr16/ChangeLog | 21 +
external/gpl3/gdb/dist/sim/cr16/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/cr16/config.in | 7 +
external/gpl3/gdb/dist/sim/cr16/configure | 124 +-
external/gpl3/gdb/dist/sim/cr16/cr16_sim.h | 2 +-
external/gpl3/gdb/dist/sim/cr16/endian.c | 2 +-
external/gpl3/gdb/dist/sim/cr16/gencode.c | 2 +-
external/gpl3/gdb/dist/sim/cr16/interp.c | 6 +-
external/gpl3/gdb/dist/sim/cr16/simops.c | 2 +-
external/gpl3/gdb/dist/sim/cris/ChangeLog | 22 +
external/gpl3/gdb/dist/sim/cris/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/cris/arch.c | 2 +-
external/gpl3/gdb/dist/sim/cris/arch.h | 2 +-
external/gpl3/gdb/dist/sim/cris/config.in | 10 +
external/gpl3/gdb/dist/sim/cris/configure | 124 +-
external/gpl3/gdb/dist/sim/cris/cpuall.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cpuv10.c | 2 +-
external/gpl3/gdb/dist/sim/cris/cpuv10.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cpuv32.c | 2 +-
external/gpl3/gdb/dist/sim/cris/cpuv32.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cris-desc.c | 2 +-
external/gpl3/gdb/dist/sim/cris/cris-desc.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cris-opc.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cris-sim.h | 2 +-
external/gpl3/gdb/dist/sim/cris/cris-tmpl.c | 2 +-
external/gpl3/gdb/dist/sim/cris/crisv10f.c | 2 +-
external/gpl3/gdb/dist/sim/cris/crisv32f.c | 2 +-
external/gpl3/gdb/dist/sim/cris/decodev10.c | 2 +-
external/gpl3/gdb/dist/sim/cris/decodev10.h | 2 +-
external/gpl3/gdb/dist/sim/cris/decodev32.c | 2 +-
external/gpl3/gdb/dist/sim/cris/decodev32.h | 2 +-
external/gpl3/gdb/dist/sim/cris/devices.c | 2 +-
external/gpl3/gdb/dist/sim/cris/dv-cris.c | 2 +-
external/gpl3/gdb/dist/sim/cris/dv-rv.c | 2 +-
external/gpl3/gdb/dist/sim/cris/mloop.in | 2 +-
external/gpl3/gdb/dist/sim/cris/modelv10.c | 2 +-
external/gpl3/gdb/dist/sim/cris/modelv32.c | 2 +-
external/gpl3/gdb/dist/sim/cris/rvdummy.c | 2 +-
external/gpl3/gdb/dist/sim/cris/semcrisv10f-switch.c | 2 +-
external/gpl3/gdb/dist/sim/cris/semcrisv32f-switch.c | 2 +-
external/gpl3/gdb/dist/sim/cris/sim-if.c | 4 +-
external/gpl3/gdb/dist/sim/cris/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/cris/tconfig.in | 2 +-
external/gpl3/gdb/dist/sim/cris/traps.c | 4 +-
external/gpl3/gdb/dist/sim/erc32/ChangeLog | 17 +
external/gpl3/gdb/dist/sim/erc32/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/erc32/config.in | 7 +
external/gpl3/gdb/dist/sim/erc32/configure | 113 +-
external/gpl3/gdb/dist/sim/erc32/interf.c | 4 +-
external/gpl3/gdb/dist/sim/frv/ChangeLog | 16 +
external/gpl3/gdb/dist/sim/frv/Makefile.in | 5 +-
external/gpl3/gdb/dist/sim/frv/arch.c | 2 +-
external/gpl3/gdb/dist/sim/frv/arch.h | 2 +-
external/gpl3/gdb/dist/sim/frv/cache.c | 2 +-
external/gpl3/gdb/dist/sim/frv/cache.h | 2 +-
external/gpl3/gdb/dist/sim/frv/config.in | 13 +
external/gpl3/gdb/dist/sim/frv/configure | 120 +-
external/gpl3/gdb/dist/sim/frv/configure.ac | 4 +-
external/gpl3/gdb/dist/sim/frv/cpu.c | 2 +-
external/gpl3/gdb/dist/sim/frv/cpu.h | 2 +-
external/gpl3/gdb/dist/sim/frv/cpuall.h | 2 +-
external/gpl3/gdb/dist/sim/frv/decode.c | 2 +-
external/gpl3/gdb/dist/sim/frv/decode.h | 2 +-
external/gpl3/gdb/dist/sim/frv/devices.c | 2 +-
external/gpl3/gdb/dist/sim/frv/frv-sim.h | 2 +-
external/gpl3/gdb/dist/sim/frv/frv.c | 2 +-
external/gpl3/gdb/dist/sim/frv/interrupts.c | 2 +-
external/gpl3/gdb/dist/sim/frv/memory.c | 2 +-
external/gpl3/gdb/dist/sim/frv/mloop.in | 2 +-
external/gpl3/gdb/dist/sim/frv/model.c | 2 +-
external/gpl3/gdb/dist/sim/frv/options.c | 2 +-
external/gpl3/gdb/dist/sim/frv/pipeline.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr400.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr400.h | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr450.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr500.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr500.h | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr550.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile-fr550.h | 2 +-
external/gpl3/gdb/dist/sim/frv/profile.c | 2 +-
external/gpl3/gdb/dist/sim/frv/profile.h | 2 +-
external/gpl3/gdb/dist/sim/frv/registers.c | 2 +-
external/gpl3/gdb/dist/sim/frv/registers.h | 2 +-
external/gpl3/gdb/dist/sim/frv/reset.c | 2 +-
external/gpl3/gdb/dist/sim/frv/sem.c | 2 +-
external/gpl3/gdb/dist/sim/frv/sim-if.c | 2 +-
external/gpl3/gdb/dist/sim/frv/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/frv/traps.c | 2 +-
external/gpl3/gdb/dist/sim/h8300/ChangeLog | 26 +
external/gpl3/gdb/dist/sim/h8300/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/h8300/compile.c | 21 +-
external/gpl3/gdb/dist/sim/h8300/config.in | 7 +
external/gpl3/gdb/dist/sim/h8300/configure | 113 +-
external/gpl3/gdb/dist/sim/igen/ChangeLog | 8 +
external/gpl3/gdb/dist/sim/igen/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/igen/compare_igen_models | 2 +-
external/gpl3/gdb/dist/sim/igen/configure | 11 +-
external/gpl3/gdb/dist/sim/igen/filter.c | 2 +-
external/gpl3/gdb/dist/sim/igen/filter.h | 2 +-
external/gpl3/gdb/dist/sim/igen/filter_host.c | 2 +-
external/gpl3/gdb/dist/sim/igen/filter_host.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-engine.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-engine.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-icache.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-icache.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-idecode.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-idecode.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-itable.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-itable.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-model.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-model.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-semantics.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-semantics.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-support.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen-support.h | 2 +-
external/gpl3/gdb/dist/sim/igen/gen.c | 2 +-
external/gpl3/gdb/dist/sim/igen/gen.h | 2 +-
external/gpl3/gdb/dist/sim/igen/igen.c | 2 +-
external/gpl3/gdb/dist/sim/igen/igen.h | 2 +-
external/gpl3/gdb/dist/sim/igen/ld-cache.c | 2 +-
external/gpl3/gdb/dist/sim/igen/ld-cache.h | 4 +-
external/gpl3/gdb/dist/sim/igen/ld-decode.c | 2 +-
external/gpl3/gdb/dist/sim/igen/ld-decode.h | 2 +-
external/gpl3/gdb/dist/sim/igen/ld-insn.c | 2 +-
external/gpl3/gdb/dist/sim/igen/ld-insn.h | 2 +-
external/gpl3/gdb/dist/sim/igen/lf.c | 2 +-
external/gpl3/gdb/dist/sim/igen/lf.h | 2 +-
external/gpl3/gdb/dist/sim/igen/misc.c | 2 +-
external/gpl3/gdb/dist/sim/igen/misc.h | 2 +-
external/gpl3/gdb/dist/sim/igen/table.c | 2 +-
external/gpl3/gdb/dist/sim/igen/table.h | 4 +-
external/gpl3/gdb/dist/sim/lm32/ChangeLog | 9 +
external/gpl3/gdb/dist/sim/lm32/arch.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/arch.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/config.in | 10 +
external/gpl3/gdb/dist/sim/lm32/configure | 113 +-
external/gpl3/gdb/dist/sim/lm32/cpu.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/cpu.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/cpuall.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/decode.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/decode.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/dv-lm32cpu.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/dv-lm32timer.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/dv-lm32uart.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/lm32-sim.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/lm32.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/model.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/sem-switch.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/sem.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/sim-if.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/lm32/traps.c | 2 +-
external/gpl3/gdb/dist/sim/lm32/user.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/ChangeLog | 18 +
external/gpl3/gdb/dist/sim/m32c/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/m32c/blinky.S | 2 +-
external/gpl3/gdb/dist/sim/m32c/config.in | 7 +
external/gpl3/gdb/dist/sim/m32c/configure | 113 +-
external/gpl3/gdb/dist/sim/m32c/configure.ac | 2 +-
external/gpl3/gdb/dist/sim/m32c/cpu.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/gdb-if.c | 14 +-
external/gpl3/gdb/dist/sim/m32c/gloss.S | 2 +-
external/gpl3/gdb/dist/sim/m32c/int.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/int.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/load.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/load.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/m32c.opc | 2 +-
external/gpl3/gdb/dist/sim/m32c/main.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/mem.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/mem.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/misc.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/misc.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/opc2c.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/r8c.opc | 2 +-
external/gpl3/gdb/dist/sim/m32c/reg.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/safe-fgets.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/safe-fgets.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/sample.S | 2 +-
external/gpl3/gdb/dist/sim/m32c/sample.ld | 2 +-
external/gpl3/gdb/dist/sim/m32c/sample2.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/srcdest.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/syscalls.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/syscalls.h | 2 +-
external/gpl3/gdb/dist/sim/m32c/trace.c | 2 +-
external/gpl3/gdb/dist/sim/m32c/trace.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/ChangeLog | 16 +
external/gpl3/gdb/dist/sim/m32r/Makefile.in | 5 +-
external/gpl3/gdb/dist/sim/m32r/arch.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/config.in | 13 +
external/gpl3/gdb/dist/sim/m32r/configure | 120 +-
external/gpl3/gdb/dist/sim/m32r/cpu.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/cpu.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/cpu2.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/cpuall.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/cpux.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/cpux.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/decode.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/decode2.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/decode2.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/decodex.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/decodex.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/devices.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/m32r-sim.h | 2 +-
external/gpl3/gdb/dist/sim/m32r/m32r2.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/mloop2.in | 2 +-
external/gpl3/gdb/dist/sim/m32r/model.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/modelx.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/sem-switch.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/sem2-switch.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/semx-switch.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/sim-if.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/traps-linux.c | 2 +-
external/gpl3/gdb/dist/sim/m32r/traps.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/ChangeLog | 13 +
external/gpl3/gdb/dist/sim/m68hc11/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/config.in | 10 +
external/gpl3/gdb/dist/sim/m68hc11/configure | 124 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-m68hc11.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-m68hc11eepr.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-m68hc11sio.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-m68hc11spi.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-m68hc11tim.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/dv-nvram.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/emulos.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/gencode.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/interp.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/interrupts.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/interrupts.h | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/m68hc11_sim.c | 2 +-
external/gpl3/gdb/dist/sim/m68hc11/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/microblaze/ChangeLog | 23 +
external/gpl3/gdb/dist/sim/microblaze/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/microblaze/config.in | 7 +
external/gpl3/gdb/dist/sim/microblaze/configure | 113 +-
external/gpl3/gdb/dist/sim/microblaze/interp.c | 22 +-
external/gpl3/gdb/dist/sim/microblaze/microblaze.h | 2 +-
external/gpl3/gdb/dist/sim/microblaze/microblaze.isa | 2 +-
external/gpl3/gdb/dist/sim/microblaze/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/microblaze/sysdep.h | 2 +-
external/gpl3/gdb/dist/sim/mips/ChangeLog | 13 +
external/gpl3/gdb/dist/sim/mips/config.in | 3 +
external/gpl3/gdb/dist/sim/mips/configure | 126 +-
external/gpl3/gdb/dist/sim/mips/configure.ac | 2 +-
external/gpl3/gdb/dist/sim/mips/cp1.c | 2 +-
external/gpl3/gdb/dist/sim/mips/cp1.h | 2 +-
external/gpl3/gdb/dist/sim/mips/dsp.c | 2 +-
external/gpl3/gdb/dist/sim/mips/dsp.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/dsp2.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/dv-tx3904cpu.c | 2 +-
external/gpl3/gdb/dist/sim/mips/dv-tx3904irc.c | 2 +-
external/gpl3/gdb/dist/sim/mips/dv-tx3904sio.c | 2 +-
external/gpl3/gdb/dist/sim/mips/dv-tx3904tmr.c | 2 +-
external/gpl3/gdb/dist/sim/mips/m16e.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/mdmx.c | 2 +-
external/gpl3/gdb/dist/sim/mips/mdmx.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/mips3264r2.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/mips3d.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/sb1.igen | 2 +-
external/gpl3/gdb/dist/sim/mips/sim-main.h | 2 +-
external/gpl3/gdb/dist/sim/mips/smartmips.igen | 2 +-
external/gpl3/gdb/dist/sim/sh/ChangeLog | 31 +-
external/gpl3/gdb/dist/sim/sh/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/sh/config.in | 7 +
external/gpl3/gdb/dist/sim/sh/configure | 113 +-
external/gpl3/gdb/dist/sim/sh/gencode.c | 19 +-
external/gpl3/gdb/dist/sim/sh/interp.c | 23 +-
external/gpl3/gdb/dist/sim/testsuite/ChangeLog | 8 +
external/gpl3/gdb/dist/sim/testsuite/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/testsuite/common/bits-gen.c | 10 +-
external/gpl3/gdb/dist/sim/testsuite/configure | 1 +
external/gpl3/gdb/dist/sim/testsuite/d10v-elf/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/testsuite/frv-elf/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/testsuite/m32r-elf/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/testsuite/mips64el-elf/Makefile.in | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/cris/asm/asm.exp | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/c.exp | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/mips/mips32-dsp.s | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/mips/testutils.inc | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/mips/utils-dsp.inc | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/mips/utils-fpu.inc | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/mips/utils-mdmx.inc | 2 +-
external/gpl3/gdb/dist/sim/testsuite/sim/msp430/ChangeLog | 3 +
external/gpl3/gdb/dist/sim/testsuite/sim/msp430/add.s | 20 +
external/gpl3/gdb/dist/sim/testsuite/sim/msp430/allinsn.exp | 15 +
external/gpl3/gdb/dist/sim/testsuite/sim/msp430/testutils.inc | 70 +
external/gpl3/gdb/dist/sim/v850/ChangeLog | 13 +
external/gpl3/gdb/dist/sim/v850/config.in | 7 +
external/gpl3/gdb/dist/sim/v850/configure | 124 +-
1792 files changed, 75914 insertions(+), 26615 deletions(-)
diffs (truncated from 157812 to 300 lines):
diff -r 830c507ca1d9 -r 3434df3974e1 external/gpl3/gdb/dist/bfd/ChangeLog
--- a/external/gpl3/gdb/dist/bfd/ChangeLog Sat Aug 15 09:46:14 2015 +0000
+++ b/external/gpl3/gdb/dist/bfd/ChangeLog Sat Aug 15 09:56:15 2015 +0000
@@ -1,3290 +1,98 @@
-2014-04-24 Nick Clifton <nickc%redhat.com@localhost>
-
- 2014-01-29 Nick Clifton <nickc%redhat.com@localhost>
- PR build/16873
- * bfd-in.h (bfd_set_section_vma): Delete.
- (bfd_set_section_alignment): Delete.
- (bfd_set_section_userdata): Delete.
- (bfd_set_cacheable): Delete.
- * bfd.c (bfd_set_cacheable): New static inline function.
- * section.c (bfd_set_section_userdata): Likewise.
- (bfd_set_section_vma): Likewise.
- (bfd_set_section_alignment): Likewise.
- * bfd-in2.h: Regenerate.
-
-2014-03-12 Pedro Alves <palves%redhat.com@localhost>
-
- PR gdb/16696
- * rs6000-core.c (rs6000coff_core_p): Cast pointers to bfd_vma
- through ptr_to_uint instead of through long.
-
-2014-02-17 Rainer Orth <ro%CeBiTec.Uni-Bielefeld.DE@localhost>
-
- PR build/16550
- * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.
-
-2014-01-07 Tom Tromey <tromey%redhat.com@localhost>
-
- * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility
- wrappers.
-
-2014-01-03 Nick Clifton <nickc%redhat.com@localhost>
-
- PR binutils/16199
- * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of
- zero.
-
-2014-01-02 Yuanhui Zhang <asmwarrior%gmail.com@localhost>
-
- PR binutils/14289
- * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80.
-
-2014-01-02 Nick Clifton <nickc%redhat.com@localhost>
-
- PR binutils/11983
- * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
- filename in the bfd's filename field.
- * elfcode.h (bfd_from_remote_memory): Likewise.
- * ieee.c (ieee_object_p): Likewise.
- * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
- * oasys.c (oasys_openr_next_archived_file): Likewise.
- * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
- * opncls.c (bfd_fopen): Likewise.
- (bfd_openstreamr): Likewise.
- (bfd_openr_iovec): Likewise.
- (bfd_openw): Likewise.
- (bfd_create): Likewise.
- (_bfd_delete_bfd): Free filename.
-
-2013-12-30 Ilya Tocar <ilya.tocar%intel.com@localhost>
-
- * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for
- pointer arithmetic.
-
-2013-12-20 Alan Modra <amodra%gmail.com@localhost>
-
- * elf-eh-frame.c (cie_eq): Return false when initial_insn_length
- is too large.
- (cie_compute_hash): Don't exceed bounds of initial_instructions.
- (_bfd_elf_parse_eh_frame): Always set initial_insn_length, and
- save as much of insns to initial_instructions[] as will fit.
-
-2013-12-19 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- PR binutils/16317
- * elf.c (assign_section_numbers): Set the SHF_INFO_LINK bit for
- SHT_REL/SHT_RELA sections when setting the sh_info field.
-
-2013-12-19 Pierre Muller <muller%sourceware.org@localhost>
-
- * peXXigen.c (rsrc_cmp): Fix unused variable warning.
-
-2013-12-19 Pierre Muller <muller%sourceware.org@localhost>
-
- * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding
- if __CYGWIN__ or __MINGW32__ macro is defined.
- (rsrc_cmp): Fix Windows host version and version without wchar header.
- [__CYGWIN__, __MINGW32__]: Introduce rsrccmp macro.
- Fix coding standard issues.
-
-2013-12-19 Andreas Schwab <schwab%suse.de@localhost>
-
- * elf32-m68k.c (elf_m68k_add_symbol_hook): New function.
- (elf_backend_add_symbol_hook): Define.
-
-2013-12-18 Nick Clifton <nickc%redhat.com@localhost>
-
- * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for
- pointer arithmetic.
-
-2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * elf32-arm.c (elf32_arm_post_process_headers): Call
- _bfd_elf_post_process_headers.
-
-2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * elf32-spu.c (spu_elf_post_process_headers): Call
- _bfd_elf_post_process_headers.
- * elfxx-mips.c (_bfd_mips_post_process_headers): Likewise.
-
-2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * elf-bfd.h (_bfd_elf_set_osabi): Renamed to ...
- (_bfd_elf_post_process_headers): This.
- * elf.c (_bfd_elf_compute_section_file_positions): Always
- call elf_backend_post_process_headers.
- (_bfd_elf_set_osabi): Renamed to ...
- (_bfd_elf_post_process_headers): This.
- * elf32-hppa.c (elf_backend_post_process_headers): Removed.
- * elf32-i370.c (elf_backend_post_process_headers): Likewise.
- * elf32-msp430.c (elf_backend_post_process_headers): Likewise.
- * elf32-ppc.c (elf_backend_post_process_headers): Likewise.
- * elf32-sparc.c (elf_backend_post_process_headers): Likewise.
- * elf64-hppa.c (elf_backend_post_process_headers): Likewise.
- * elf64-ppc.c (elf_backend_post_process_headers): Likewise.
- * elf64-sparc.c (elf_backend_post_process_headers): Likewise.
- * elf64-x86-64.c (elf_backend_post_process_headers): Likewise.
- * (elf_backend_post_process_headers): Likewise.
- * (elf_backend_post_process_headers): Likewise.
- * elf32-i386.c (elf_backend_post_process_headers): Don't
- define as _bfd_elf_set_osabi.
- (elf_i386_fbsd_post_process_headers): Updated.
- * elf32-mips.c (elf_fbsd_post_process_headers): Removed.
- (elf_backend_post_process_headers): Likewise.
- * elf32-tic6x.c (elf32_tic6x_set_osabi): Removed.
- (elf_backend_post_process_headers): Likewise.
- * elf64-mips.c (elf_fbsd_post_process_headers): Removed.
- (elf_backend_post_process_headers): Likewise.
- * elfn32-mips.c (elf_fbsd_post_process_headers): Removed.
- (elf_backend_post_process_headers): Likewise.
- * elfnn-aarch64.c (elfNN_aarch64_post_process_headers): Updated.
- * elfxx-target.h (elf_backend_post_process_headers): Default
- to _bfd_elf_post_process_headers.
-
-2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- PR binutils/16318
- * elf32-arm.c (elf32_arm_copy_private_bfd_data): Call
- _bfd_elf_copy_private_bfd_data.
- * elf32-bfin.c (bfin_elf_copy_private_bfd_data): Removed.
- (elf32_bfinfdpic_copy_private_bfd_data): Likewise.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-frv.c (frv_elf_copy_private_bfd_data): Removed.
- (elf32_frvfdpic_copy_private_bfd_data): Likewise.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Removed.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-lm32.c (lm32_elf_copy_private_bfd_data): Removed.
- (lm32_elf_fdpic_copy_private_bfd_data): Call
- _bfd_elf_copy_private_bfd_data.
- * elf32-mep.c (mep_elf_copy_private_bfd_data): Removed.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-msp430.c (elf32_msp430_copy_private_bfd_data): Removed.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-mt.c (mt_elf_copy_private_bfd_data): Removed.
- (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
- * elf32-sh.c (sh_elf_set_private_flags): Removed.
- (sh_elf_copy_private_data): Call _bfd_elf_copy_private_bfd_data
- and sh_elf_set_mach_from_flags.
- * elfnn-aarch64.c (elfNN_aarch64_copy_private_bfd_data): Removed.
- (bfd_elfNN_bfd_copy_private_bfd_data): Don't define.
-
-2013-12-17 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * peXXigen.c (rsrc_process_section): Rename index to indx.
-
-2013-12-17 Nick Clifton <nickc%redhat.com@localhost>
-
- * peXXigen.c: Include wchar.h if available.
- Include safe-ctype.h.
- (HighBitSet, SetHighBit, WithoutHighBit): New macros.
- (pe_print_resource_entries): Rename to
- rsrc_print_resource_entries. Handle names that are not RVAs.
- (pe_print_resource_directory): Rename to
- rsrc_print_resource_directory.
- (pe_print_rsrc): Rename to rsrc_print_section. Corrupt
- computation of RVA bias.
- (rsrc_count_entries): New function.
- (rsrc_count_directory): New function.
- (rsrc_parse_entry): New function.
- (rsrc_parse_entries): New function.
- (rsrc_parse_directory): New function.
- (rsrc_write_string): New function.
- (rsrc_compute_rva): New function.
- (rsrc_write_leaf): New function.
- (rsrc_write_entry): New function.
- (rsrc_write_directory): New function.
- (u16_mbtouc): New function.
- (rsrc_cmp): New function.
- (rsrc_print_name): New function.
- (rsrc_resource_name): New function.
- (rsrc_merge_string_entries): New function.
- (rsrc_sort_entries): New function.
- (rsrc_attach_chain): New function.
- (rsrc_merge): New function.
- (rsrc_process_section): New function - merges the contents of a
- .rsrc section.
- (_bfd_XXi_final_link_postscript): Call rsrc_process_section.
- (rsrc_print_section): Fix mingw64 size issue.
-
- * configure.in (AC_CHECK_HEADERS): Add wchar.h
- * config.in: Regenerate.
- * configure: Regenerate.
-
-2013-12-16 Andreas Schwab <schwab%suse.de@localhost>
-
- * elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
- message.
-
-2013-12-14 Alan Modra <amodra%gmail.com@localhost>
-
- * elflink.c (_bfd_elf_merge_symbol): If merging a new weak
- symbol that will be skipped, we don't have a new definition.
-
-2013-12-13 Kuan-Lin Chen <kuanlinchentw%gmail.com@localhost>
- Wei-Cheng Wang <cole945%gmail.com@localhost>
-
- * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add nds32
- files.
- * Makefile.in: Regenerate.
- * archures.c (bfd_nds32_arch): Add nds32 target.
- * bfd-in2.h: Regenerate.
- * config.bfd (nds32*le-*-linux): Add bfd_elf32_nds32lelin_vec
- and bfd_elf32_nds32belin_vec.
- (nds32*be-*-linux*): Likewise.
- (nds32*le-*-*): Add bfd_elf32_nds32le_vec and bfd_elf32_nds32be_vec.
- (nds32*be-*-*): Likewise.
- * configure.in (bfd_elf32_nds32be_vec): Add elf32-nds32.lo.
- (bfd_elf32_nds32le_vec): Likewise.
- (bfd_elf32_nds32belin_vec): Likewise.
- (bfd_elf32_nds32lelin_vec): Likewise.
- * configure: Regenerate.
- * cpu-nds32.c: New file for nds32.
- * elf-bfd.h: Add NDS32_ELF_DATA.
- * elf32-nds32.c: New file for nds32.
- * elf32-nds32.h: New file for nds32.
- * libbfd.h: Regenerate.
- * reloc.c: Add relocations for nds32.
- * targets.c (bfd_elf32_nds32be_vec): New declaration for nds32.
- (bfd_elf32_nds32le_vec): Likewise.
- (bfd_elf32_nds32belin_vec): Likewise.
- (bfd_elf32_nds32lelin_vec): Likewise.
-
-2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- PR binutils/16318
- * elf.c (_bfd_elf_copy_private_bfd_data): Remove BFD_ASSERT.
- Set e_flags only if elf_flags_init is FALSE. Copy EI_OSABI
- field.
-
-2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * elf32-sh.c (bfd_elf32_bfd_set_private_bfd_flags): Removed.
-
-2013-12-12 H.J. Lu <hongjiu.lu%intel.com@localhost>
-
- * elf.c (assign_file_positions_except_relocs): Set e_type in ELF
- header to ET_EXEC for -pie -Ttext-segment=.
-
-2013-12-08 Alan Modra <amodra%gmail.com@localhost>
-
- * elflink.c (_bfd_elf_add_default_symbol): Set dynamic_def
- and ref_dynamic_nonweak when chaining together indirect
- symbols.
-
-2013-12-06 Tristan Gingold <gingold%adacore.com@localhost>
-
- * pei-x86_64.c (pex64_xdata_print_uwd_codes): Add argument rf.
- Display epilog opcode.
- (pex64_dump_xdata): Add argument rf; make addr a local variable.
- Adjust call to pex64_xdata_print_uwd_codes.
- (pex64_bfd_print_pdata): Display code range, adjust call to
-
-2013-12-05 Tristan Gingold <gingold%adacore.com@localhost>
-
- * mach-o.c (bfd_mach_o_mkobject_init): Use bfd_zalloc.
-
-2013-12-03 Nick Clifton <nickc%redhat.com@localhost>
-
- * peXXigen.c (pe_print_resource_entries): New function: Displays
- an entry in a .rsrc section.
- (pe_print_resource_directory): New function: Displays a directory
- in a .rsrc section.
- (pe_print_rsrc): New function: Displays the contents of .rsrc
- section.
- (_bfd_XX_print_private_bfd_data_common): Call pe_print_rsrc.
Home |
Main Index |
Thread Index |
Old Index