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 Resolve conflicts (by choosing the ne...



details:   https://anonhg.NetBSD.org/src/rev/c32080b10778
branches:  trunk
changeset: 451544:c32080b10778
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 26 21:39:59 2019 +0000

description:
Resolve conflicts (by choosing the new gdb code).

diffstat:

 external/gpl3/gdb/dist/bfd/aout-adobe.c                                   |    521 -
 external/gpl3/gdb/dist/bfd/aout-arm.c                                     |    548 -
 external/gpl3/gdb/dist/bfd/aout-sparcle.c                                 |     37 -
 external/gpl3/gdb/dist/bfd/aout0.c                                        |     38 -
 external/gpl3/gdb/dist/bfd/aoutf1.h                                       |    793 -
 external/gpl3/gdb/dist/bfd/armnetbsd.c                                    |     39 -
 external/gpl3/gdb/dist/bfd/bfdio.c                                        |    345 +-
 external/gpl3/gdb/dist/bfd/bout.c                                         |   1481 -
 external/gpl3/gdb/dist/bfd/cf-sparclynx.c                                 |     29 -
 external/gpl3/gdb/dist/bfd/coff-apollo.c                                  |    120 -
 external/gpl3/gdb/dist/bfd/coff-aux.c                                     |    145 -
 external/gpl3/gdb/dist/bfd/coff-h8300.c                                   |   1387 -
 external/gpl3/gdb/dist/bfd/coff-h8500.c                                   |    298 -
 external/gpl3/gdb/dist/bfd/coff-i860.c                                    |    713 -
 external/gpl3/gdb/dist/bfd/coff-i960.c                                    |    654 -
 external/gpl3/gdb/dist/bfd/coff-m68k.c                                    |    543 -
 external/gpl3/gdb/dist/bfd/coff-m88k.c                                    |    284 -
 external/gpl3/gdb/dist/bfd/coff-sparc.c                                   |    208 -
 external/gpl3/gdb/dist/bfd/coff-svm68k.c                                  |     27 -
 external/gpl3/gdb/dist/bfd/coff-u68k.c                                    |     36 -
 external/gpl3/gdb/dist/bfd/coff-w65.c                                     |    375 -
 external/gpl3/gdb/dist/bfd/coff-we32k.c                                   |     78 -
 external/gpl3/gdb/dist/bfd/config.bfd                                     |    721 +-
 external/gpl3/gdb/dist/bfd/configure                                      |   5038 ++--
 external/gpl3/gdb/dist/bfd/cpu-h8500.c                                    |     59 -
 external/gpl3/gdb/dist/bfd/cpu-i370.c                                     |     77 -
 external/gpl3/gdb/dist/bfd/cpu-i860.c                                     |     42 -
 external/gpl3/gdb/dist/bfd/cpu-i960.c                                     |    172 -
 external/gpl3/gdb/dist/bfd/cpu-m88k.c                                     |     41 -
 external/gpl3/gdb/dist/bfd/cpu-w65.c                                      |     52 -
 external/gpl3/gdb/dist/bfd/cpu-we32k.c                                    |     41 -
 external/gpl3/gdb/dist/bfd/demo64.c                                       |     30 -
 external/gpl3/gdb/dist/bfd/doc/Makefile.am                                |     17 +-
 external/gpl3/gdb/dist/bfd/doc/Makefile.in                                |    282 +-
 external/gpl3/gdb/dist/bfd/doc/bfd.info                                   |    Bin 
 external/gpl3/gdb/dist/bfd/doc/bfd.texinfo                                |    341 -
 external/gpl3/gdb/dist/bfd/elf.c                                          |   2250 +-
 external/gpl3/gdb/dist/bfd/elf32-arm.c                                    |   3486 ++-
 external/gpl3/gdb/dist/bfd/elf32-i370.c                                   |   1423 -
 external/gpl3/gdb/dist/bfd/elf32-i386.c                                   |   3871 +--
 external/gpl3/gdb/dist/bfd/elf32-i860.c                                   |   1265 -
 external/gpl3/gdb/dist/bfd/elf32-i960.c                                   |    174 -
 external/gpl3/gdb/dist/bfd/elf32-m88k.c                                   |     38 -
 external/gpl3/gdb/dist/bfd/elf32-sh-symbian.c                             |    615 -
 external/gpl3/gdb/dist/bfd/elf32-sh64-com.c                               |    245 -
 external/gpl3/gdb/dist/bfd/elf32-sh64.c                                   |    813 -
 external/gpl3/gdb/dist/bfd/elf32-sh64.h                                   |     88 -
 external/gpl3/gdb/dist/bfd/elf32-xgate.h                                  |    142 -
 external/gpl3/gdb/dist/bfd/elf64-sh64.c                                   |   3979 ---
 external/gpl3/gdb/dist/bfd/epoc-pe-arm.c                                  |     38 -
 external/gpl3/gdb/dist/bfd/epoc-pei-arm.c                                 |     31 -
 external/gpl3/gdb/dist/bfd/freebsd.h                                      |    106 -
 external/gpl3/gdb/dist/bfd/hosts/delta68.h                                |     33 -
 external/gpl3/gdb/dist/bfd/hosts/hp300bsd.h                               |     32 -
 external/gpl3/gdb/dist/bfd/hosts/i860mach3.h                              |     46 -
 external/gpl3/gdb/dist/bfd/hosts/m68kaux.h                                |     35 -
 external/gpl3/gdb/dist/bfd/hosts/m88kmach3.h                              |     30 -
 external/gpl3/gdb/dist/bfd/hosts/news.h                                   |     28 -
 external/gpl3/gdb/dist/bfd/hosts/tahoe.h                                  |     31 -
 external/gpl3/gdb/dist/bfd/hp300bsd.c                                     |     40 -
 external/gpl3/gdb/dist/bfd/hp300hpux.c                                    |    855 -
 external/gpl3/gdb/dist/bfd/i386dynix.c                                    |     82 -
 external/gpl3/gdb/dist/bfd/i386freebsd.c                                  |     38 -
 external/gpl3/gdb/dist/bfd/i386linux.c                                    |    733 -
 external/gpl3/gdb/dist/bfd/i386mach3.c                                    |     73 -
 external/gpl3/gdb/dist/bfd/i386netbsd.c                                   |     38 -
 external/gpl3/gdb/dist/bfd/i386os9k.c                                     |    227 -
 external/gpl3/gdb/dist/bfd/ieee.c                                         |   3964 ---
 external/gpl3/gdb/dist/bfd/libieee.h                                      |    136 -
 external/gpl3/gdb/dist/bfd/libnlm.h                                       |    222 -
 external/gpl3/gdb/dist/bfd/liboasys.h                                     |     83 -
 external/gpl3/gdb/dist/bfd/m68k4knetbsd.c                                 |     36 -
 external/gpl3/gdb/dist/bfd/m68klinux.c                                    |    737 -
 external/gpl3/gdb/dist/bfd/m68knetbsd.c                                   |     38 -
 external/gpl3/gdb/dist/bfd/m88kmach3.c                                    |     41 -
 external/gpl3/gdb/dist/bfd/m88kopenbsd.c                                  |     34 -
 external/gpl3/gdb/dist/bfd/merge.c                                        |     66 +-
 external/gpl3/gdb/dist/bfd/mipsbsd.c                                      |    485 -
 external/gpl3/gdb/dist/bfd/netbsd-core.c                                  |     22 +-
 external/gpl3/gdb/dist/bfd/newsos3.c                                      |     43 -
 external/gpl3/gdb/dist/bfd/nlm-target.h                                   |    263 -
 external/gpl3/gdb/dist/bfd/nlm.c                                          |     55 -
 external/gpl3/gdb/dist/bfd/nlm32-alpha.c                                  |    859 -
 external/gpl3/gdb/dist/bfd/nlm32-i386.c                                   |    429 -
 external/gpl3/gdb/dist/bfd/nlm32-ppc.c                                    |    986 -
 external/gpl3/gdb/dist/bfd/nlm32-sparc.c                                  |    378 -
 external/gpl3/gdb/dist/bfd/nlm32.c                                        |     22 -
 external/gpl3/gdb/dist/bfd/nlm64.c                                        |     22 -
 external/gpl3/gdb/dist/bfd/nlmcode.h                                      |   1980 -
 external/gpl3/gdb/dist/bfd/nlmswap.h                                      |    153 -
 external/gpl3/gdb/dist/bfd/oasys.c                                        |   1251 -
 external/gpl3/gdb/dist/bfd/pe-mips.c                                      |    924 -
 external/gpl3/gdb/dist/bfd/pei-mips.c                                     |     32 -
 external/gpl3/gdb/dist/bfd/riscix.c                                       |    652 -
 external/gpl3/gdb/dist/bfd/sparclinux.c                                   |    730 -
 external/gpl3/gdb/dist/bfd/sparclynx.c                                    |    246 -
 external/gpl3/gdb/dist/bfd/sparcnetbsd.c                                  |     39 -
 external/gpl3/gdb/dist/bfd/sunos.c                                        |   2845 --
 external/gpl3/gdb/dist/bfd/vaxbsd.c                                       |     40 -
 external/gpl3/gdb/dist/bfd/versados.c                                     |    933 -
 external/gpl3/gdb/dist/config.guess                                       |    662 +-
 external/gpl3/gdb/dist/config.sub                                         |   2757 +-
 external/gpl3/gdb/dist/config/bootstrap-mpx.mk                            |      9 -
 external/gpl3/gdb/dist/gdb/Makefile.in                                    |   1063 +-
 external/gpl3/gdb/dist/gdb/aarch64-tdep.c                                 |   1102 +-
 external/gpl3/gdb/dist/gdb/ada-lang.c                                     |   2968 +-
 external/gpl3/gdb/dist/gdb/alpha-bsd-nat.c                                |     61 +-
 external/gpl3/gdb/dist/gdb/alpha-bsd-tdep.h                               |      2 +-
 external/gpl3/gdb/dist/gdb/alpha-nbsd-tdep.c                              |     33 +-
 external/gpl3/gdb/dist/gdb/alpha-tdep.c                                   |    165 +-
 external/gpl3/gdb/dist/gdb/amd64-bsd-nat.c                                |     88 +-
 external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c                               |     67 +-
 external/gpl3/gdb/dist/gdb/amd64-nbsd-tdep.c                              |     10 +-
 external/gpl3/gdb/dist/gdb/arm-bsd-tdep.c                                 |     14 +-
 external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c                                 |    253 +-
 external/gpl3/gdb/dist/gdb/arm-nbsd-tdep.c                                |      5 +-
 external/gpl3/gdb/dist/gdb/arm-tdep.c                                     |   1076 +-
 external/gpl3/gdb/dist/gdb/bsd-kvm.c                                      |    121 +-
 external/gpl3/gdb/dist/gdb/common/agent.c                                 |     15 +-
 external/gpl3/gdb/dist/gdb/common/common-defs.h                           |     45 +-
 external/gpl3/gdb/dist/gdb/common/gdb_termios.h                           |     78 -
 external/gpl3/gdb/dist/gdb/config/aarch64/linux.mh                        |     29 -
 external/gpl3/gdb/dist/gdb/config/alpha/alpha-linux.mh                    |     15 -
 external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh                           |      4 -
 external/gpl3/gdb/dist/gdb/config/arm/linux.mh                            |     10 -
 external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh                          |      5 -
 external/gpl3/gdb/dist/gdb/config/i386/cygwin.mh                          |      3 -
 external/gpl3/gdb/dist/gdb/config/i386/cygwin64.mh                        |     20 -
 external/gpl3/gdb/dist/gdb/config/i386/darwin.mh                          |      4 -
 external/gpl3/gdb/dist/gdb/config/i386/fbsd.mh                            |      8 -
 external/gpl3/gdb/dist/gdb/config/i386/fbsd64.mh                          |      7 -
 external/gpl3/gdb/dist/gdb/config/i386/go32.mh                            |     11 -
 external/gpl3/gdb/dist/gdb/config/i386/i386gnu.mh                         |     41 -
 external/gpl3/gdb/dist/gdb/config/i386/i386sol2.mh                        |      4 -
 external/gpl3/gdb/dist/gdb/config/i386/linux.mh                           |     14 -
 external/gpl3/gdb/dist/gdb/config/i386/linux64.mh                         |     15 -
 external/gpl3/gdb/dist/gdb/config/i386/mingw.mh                           |      3 -
 external/gpl3/gdb/dist/gdb/config/i386/mingw64.mh                         |      1 -
 external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh                          |      6 -
 external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh                         |      7 -
 external/gpl3/gdb/dist/gdb/config/i386/nm-fbsd.h                          |     23 -
 external/gpl3/gdb/dist/gdb/config/i386/nto.mh                             |      4 -
 external/gpl3/gdb/dist/gdb/config/i386/obsd.mh                            |      5 -
 external/gpl3/gdb/dist/gdb/config/i386/obsd64.mh                          |      5 -
 external/gpl3/gdb/dist/gdb/config/i386/sol2-64.mh                         |      4 -
 external/gpl3/gdb/dist/gdb/config/ia64/linux.mh                           |     13 -
 external/gpl3/gdb/dist/gdb/config/m32r/linux.mh                           |     10 -
 external/gpl3/gdb/dist/gdb/config/m68k/linux.mh                           |     14 -
 external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh                         |      4 -
 external/gpl3/gdb/dist/gdb/config/m68k/obsd.mh                            |      4 -
 external/gpl3/gdb/dist/gdb/config/m88k/obsd.mh                            |      2 -
 external/gpl3/gdb/dist/gdb/config/mips/fbsd.mh                            |      3 -
 external/gpl3/gdb/dist/gdb/config/mips/linux.mh                           |     11 -
 external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh                            |      4 -
 external/gpl3/gdb/dist/gdb/config/mips/obsd64.mh                          |      2 -
 external/gpl3/gdb/dist/gdb/config/pa/linux.mh                             |     10 -
 external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh                              |      2 -
 external/gpl3/gdb/dist/gdb/config/pa/obsd.mh                              |      2 -
 external/gpl3/gdb/dist/gdb/config/powerpc/aix.mh                          |      8 -
 external/gpl3/gdb/dist/gdb/config/powerpc/fbsd.mh                         |     24 -
 external/gpl3/gdb/dist/gdb/config/powerpc/linux.mh                        |     12 -
 external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh                         |      4 -
 external/gpl3/gdb/dist/gdb/config/powerpc/obsd.mh                         |      4 -
 external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-linux.mh                  |     15 -
 external/gpl3/gdb/dist/gdb/config/powerpc/spu-linux.mh                    |      8 -
 external/gpl3/gdb/dist/gdb/config/s390/linux.mh                           |      9 -
 external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh                              |      2 -
 external/gpl3/gdb/dist/gdb/config/sparc/fbsd.mh                           |      7 -
 external/gpl3/gdb/dist/gdb/config/sparc/linux.mh                          |     13 -
 external/gpl3/gdb/dist/gdb/config/sparc/linux64.mh                        |     13 -
 external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh                         |      5 -
 external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh                        |      5 -
 external/gpl3/gdb/dist/gdb/config/sparc/obsd64.mh                         |      5 -
 external/gpl3/gdb/dist/gdb/config/sparc/sol2.mh                           |      6 -
 external/gpl3/gdb/dist/gdb/config/tilegx/linux.mh                         |     13 -
 external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh                          |      5 -
 external/gpl3/gdb/dist/gdb/config/vax/obsd.mh                             |      5 -
 external/gpl3/gdb/dist/gdb/config/xtensa/linux.mh                         |     11 -
 external/gpl3/gdb/dist/gdb/configure                                      |   3358 +-
 external/gpl3/gdb/dist/gdb/configure.ac                                   |    351 +-
 external/gpl3/gdb/dist/gdb/configure.host                                 |     14 +-
 external/gpl3/gdb/dist/gdb/configure.tgt                                  |    347 +-
 external/gpl3/gdb/dist/gdb/contrib/cleanup_check.py                       |    335 -
 external/gpl3/gdb/dist/gdb/contrib/excheck.py                             |    296 -
 external/gpl3/gdb/dist/gdb/contrib/exsummary.py                           |    185 -
 external/gpl3/gdb/dist/gdb/contrib/gcc-with-excheck                       |     58 -
 external/gpl3/gdb/dist/gdb/core-regset.c                                  |    121 -
 external/gpl3/gdb/dist/gdb/dfp.c                                          |    384 -
 external/gpl3/gdb/dist/gdb/dfp.h                                          |     54 -
 external/gpl3/gdb/dist/gdb/doc/observer.texi                              |    313 -
 external/gpl3/gdb/dist/gdb/doublest.c                                     |    880 -
 external/gpl3/gdb/dist/gdb/doublest.h                                     |    104 -
 external/gpl3/gdb/dist/gdb/dtrace-probe.c                                 |    675 +-
 external/gpl3/gdb/dist/gdb/dwarf2read.c                                   |  11043 +++++----
 external/gpl3/gdb/dist/gdb/event-loop.h                                   |      8 +-
 external/gpl3/gdb/dist/gdb/features/aarch64.c                             |    191 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-avx512-linux.c         |    288 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-avx512.c               |    279 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-linux.c                |    177 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-mpx-avx512-pku-linux.c |    329 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-mpx-avx512-pku.c       |    320 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-mpx-linux.c            |    215 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx-mpx.c                  |    206 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-avx.c                      |    168 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-linux.c                    |    159 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-mpx-linux.c                |    197 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64-mpx.c                      |    188 -
 external/gpl3/gdb/dist/gdb/features/i386/amd64.c                          |    150 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-avx512-linux.c          |    170 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-avx512.c                |    165 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-linux.c                 |    149 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-mpx-avx512-pku-linux.c  |    211 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-mpx-avx512-pku.c        |    206 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-mpx-linux.c             |    187 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx-mpx.c                   |    182 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-avx.c                       |    144 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-linux.c                     |    139 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-mmx-linux.c                 |     78 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-mmx.c                       |     73 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-mpx-linux.c                 |    177 -
 external/gpl3/gdb/dist/gdb/features/i386/i386-mpx.c                       |    172 -
 external/gpl3/gdb/dist/gdb/features/i386/i386.c                           |    134 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx-avx512-linux.c           |    288 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx-avx512.c                 |    279 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx-avx512.xml               |     17 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx-linux.c                  |    177 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx.c                        |    168 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-avx.xml                      |     16 -
 external/gpl3/gdb/dist/gdb/features/i386/x32-linux.c                      |    159 -
 external/gpl3/gdb/dist/gdb/features/i386/x32.c                            |    150 -
 external/gpl3/gdb/dist/gdb/features/i386/x32.xml                          |     15 -
 external/gpl3/gdb/dist/gdb/features/nios2-linux.c                         |     71 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c62x-linux.c                    |     56 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c62x.c                          |     54 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c62x.xml                        |     12 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64x-linux.c                    |     90 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64x.c                          |     88 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64x.xml                        |     13 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64xp-linux.c                   |     95 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64xp.c                         |     93 -
 external/gpl3/gdb/dist/gdb/features/tic6x-c64xp.xml                       |     14 -
 external/gpl3/gdb/dist/gdb/gdb-gdb.py                                     |    252 -
 external/gpl3/gdb/dist/gdb/gdb.h                                          |     58 -
 external/gpl3/gdb/dist/gdb/gdbserver/linux-ppc-tdesc.h                    |    101 -
 external/gpl3/gdb/dist/gdb/hppa-nbsd-nat.c                                |    144 +-
 external/gpl3/gdb/dist/gdb/hppa-nbsd-tdep.c                               |     43 +-
 external/gpl3/gdb/dist/gdb/hppa-tdep.c                                    |    218 +-
 external/gpl3/gdb/dist/gdb/hppa-tdep.h                                    |      2 +-
 external/gpl3/gdb/dist/gdb/i386-bsd-nat.c                                 |     38 +-
 external/gpl3/gdb/dist/gdb/i386-nbsd-nat.c                                |     71 +-
 external/gpl3/gdb/dist/gdb/i386-nbsd-tdep.c                               |    263 +-
 external/gpl3/gdb/dist/gdb/i386-v4-nat.c                                  |    163 -
 external/gpl3/gdb/dist/gdb/inf-ptrace.c                                   |    393 +-
 external/gpl3/gdb/dist/gdb/infrun.c                                       |   2398 +-
 external/gpl3/gdb/dist/gdb/m68k-bsd-nat.c                                 |     64 +-
 external/gpl3/gdb/dist/gdb/m88k-bsd-nat.c                                 |    111 -
 external/gpl3/gdb/dist/gdb/m88k-tdep.c                                    |    875 -
 external/gpl3/gdb/dist/gdb/m88k-tdep.h                                    |     47 -
 external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c                                |    109 +-
 external/gpl3/gdb/dist/gdb/mips-nbsd-tdep.c                               |     63 +-
 external/gpl3/gdb/dist/gdb/mips-nbsd-tdep.h                               |      2 +-
 external/gpl3/gdb/dist/gdb/mips-tdep.h                                    |      5 +-
 external/gpl3/gdb/dist/gdb/mt-tdep.c                                      |   1225 -
 external/gpl3/gdb/dist/gdb/nbsd-nat.c                                     |      6 +-
 external/gpl3/gdb/dist/gdb/nbsd-nat.h                                     |     13 +-
 external/gpl3/gdb/dist/gdb/nbsd-tdep.c                                    |      2 +-
 external/gpl3/gdb/dist/gdb/nbsd-tdep.h                                    |      2 +-
 external/gpl3/gdb/dist/gdb/objfiles.c                                     |    405 +-
 external/gpl3/gdb/dist/gdb/observer.c                                     |    222 -
 external/gpl3/gdb/dist/gdb/observer.sh                                    |    200 -
 external/gpl3/gdb/dist/gdb/p-exp.y                                        |     80 +-
 external/gpl3/gdb/dist/gdb/ppc-nbsd-nat.c                                 |     66 +-
 external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c                                |     46 +-
 external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.h                                |      2 +-
 external/gpl3/gdb/dist/gdb/regcache.c                                     |   1815 +-
 external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx-avx512.dat           |    150 -
 external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx-mpx-avx512-pku.dat   |    160 -
 external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx-mpx.dat              |     84 -
 external/gpl3/gdb/dist/gdb/regformats/i386/amd64-avx.dat                  |     78 -
 external/gpl3/gdb/dist/gdb/regformats/i386/amd64-mpx.dat                  |     68 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx-avx512.dat            |     70 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx-mpx-avx512-pku.dat    |     77 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx-mpx.dat               |     60 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-avx.dat                   |     54 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-mmx.dat                   |     37 -
 external/gpl3/gdb/dist/gdb/regformats/i386/i386-mpx.dat                   |     52 -
 external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx-avx512.dat             |    150 -
 external/gpl3/gdb/dist/gdb/regformats/i386/x32-avx.dat                    |     78 -
 external/gpl3/gdb/dist/gdb/regformats/i386/x32.dat                        |     62 -
 external/gpl3/gdb/dist/gdb/regformats/tic6x-c62x.dat                      |     39 -
 external/gpl3/gdb/dist/gdb/regformats/tic6x-c64x.dat                      |     71 -
 external/gpl3/gdb/dist/gdb/regformats/tic6x-c64xp.dat                     |     74 -
 external/gpl3/gdb/dist/gdb/remote.c                                       |   7335 +++---
 external/gpl3/gdb/dist/gdb/selftest.c                                     |     60 -
 external/gpl3/gdb/dist/gdb/selftest.h                                     |     44 -
 external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c                                  |     54 +-
 external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c                                 |     17 +-
 external/gpl3/gdb/dist/gdb/sh-tdep.c                                      |    112 +-
 external/gpl3/gdb/dist/gdb/sh64-tdep.c                                    |   2450 --
 external/gpl3/gdb/dist/gdb/sh64-tdep.h                                    |     24 -
 external/gpl3/gdb/dist/gdb/solib.c                                        |    318 +-
 external/gpl3/gdb/dist/gdb/sparc-nat.c                                    |     59 +-
 external/gpl3/gdb/dist/gdb/sparc-nbsd-nat.c                               |     20 +-
 external/gpl3/gdb/dist/gdb/sparc-nbsd-tdep.c                              |     24 +-
 external/gpl3/gdb/dist/gdb/sparc-tdep.h                                   |      2 +-
 external/gpl3/gdb/dist/gdb/sparc64-nbsd-nat.c                             |     25 +-
 external/gpl3/gdb/dist/gdb/sparc64-nbsd-tdep.c                            |      6 +-
 external/gpl3/gdb/dist/gdb/testsuite/dg-extract-results.sh                |    453 -
 external/gpl3/gdb/dist/gdb/testsuite/gdb.base/valgrind-db-attach.c        |     30 -
 external/gpl3/gdb/dist/gdb/testsuite/gdb.base/valgrind-db-attach.exp      |     95 -
 external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/observer.exp                 |    143 -
 external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/xfullpath.exp                |     60 -
 external/gpl3/gdb/dist/gdb/thread-fsm.c                                   |    109 -
 external/gpl3/gdb/dist/gdb/tui/tui-data.c                                 |     34 +-
 external/gpl3/gdb/dist/gdb/tui/tui-stack.c                                |     22 +-
 external/gpl3/gdb/dist/gdb/tui/tui-wingeneral.c                           |      7 +-
 external/gpl3/gdb/dist/gdb/tui/tui-winsource.c                            |     80 +-
 external/gpl3/gdb/dist/gdb/ui-file.c                                      |     16 +-
 external/gpl3/gdb/dist/gdb/user-regs.c                                    |     20 +-
 external/gpl3/gdb/dist/gdb/utils-selftests.c                              |     60 -
 external/gpl3/gdb/dist/gdb/utils.c                                        |   1704 +-
 external/gpl3/gdb/dist/gdb/varobj.c                                       |    789 +-
 external/gpl3/gdb/dist/gdb/vax-bsd-nat.c                                  |     51 +-
 external/gpl3/gdb/dist/gdb/vax-nbsd-tdep.c                                |      6 +-
 external/gpl3/gdb/dist/gdb/x86-bsd-nat.c                                  |     60 +-
 external/gpl3/gdb/dist/include/aout/adobe.h                               |    314 -
 external/gpl3/gdb/dist/include/aout/dynix3.h                              |     87 -
 external/gpl3/gdb/dist/include/aout/hp300hpux.h                           |    131 -
 external/gpl3/gdb/dist/include/aout/reloc.h                               |     67 -
 external/gpl3/gdb/dist/include/coff/apollo.h                              |    125 -
 external/gpl3/gdb/dist/include/coff/aux-coff.h                            |     49 -
 external/gpl3/gdb/dist/include/coff/h8300.h                               |     55 -
 external/gpl3/gdb/dist/include/coff/h8500.h                               |     47 -
 external/gpl3/gdb/dist/include/coff/i860.h                                |     87 -
 external/gpl3/gdb/dist/include/coff/i960.h                                |    320 -
 external/gpl3/gdb/dist/include/coff/m68k.h                                |     82 -
 external/gpl3/gdb/dist/include/coff/m88k.h                                |    197 -
 external/gpl3/gdb/dist/include/coff/mipspe.h                              |     67 -
 external/gpl3/gdb/dist/include/coff/sparc.h                               |    164 -
 external/gpl3/gdb/dist/include/coff/w65.h                                 |     47 -
 external/gpl3/gdb/dist/include/coff/we32k.h                               |     62 -
 external/gpl3/gdb/dist/include/elf/common.h                               |    174 +-
 external/gpl3/gdb/dist/include/ieee.h                                     |    165 -
 external/gpl3/gdb/dist/include/nlm/ChangeLog-9315                         |    127 -
 external/gpl3/gdb/dist/include/nlm/alpha-ext.h                            |    167 -
 external/gpl3/gdb/dist/include/nlm/common.h                               |    123 -
 external/gpl3/gdb/dist/include/nlm/external.h                             |    172 -
 external/gpl3/gdb/dist/include/nlm/i386-ext.h                             |    117 -
 external/gpl3/gdb/dist/include/nlm/internal.h                             |    309 -
 external/gpl3/gdb/dist/include/nlm/ppc-ext.h                              |    164 -
 external/gpl3/gdb/dist/include/nlm/sparc32-ext.h                          |    121 -
 external/gpl3/gdb/dist/include/opcode/i370.h                              |    266 -
 external/gpl3/gdb/dist/include/opcode/i860.h                              |    506 -
 external/gpl3/gdb/dist/include/opcode/i960.h                              |    525 -
 external/gpl3/gdb/dist/include/opcode/m88k.h                              |    454 -
 external/gpl3/gdb/dist/include/opcode/ppc.h                               |     92 +-
 external/gpl3/gdb/dist/include/opcode/tahoe.h                             |    232 -
 external/gpl3/gdb/dist/libiberty/make-temp-file.c                         |     26 +-
 external/gpl3/gdb/dist/opcodes/arm-dis.c                                  |    190 +-
 external/gpl3/gdb/dist/opcodes/cgen.sh                                    |     28 +-
 external/gpl3/gdb/dist/opcodes/configure                                  |   3959 +-
 external/gpl3/gdb/dist/opcodes/h8500-dis.c                                |    325 -
 external/gpl3/gdb/dist/opcodes/h8500-opc.h                                |   3858 ---
 external/gpl3/gdb/dist/opcodes/i370-dis.c                                 |    161 -
 external/gpl3/gdb/dist/opcodes/i370-opc.c                                 |    935 -
 external/gpl3/gdb/dist/opcodes/i860-dis.c                                 |    286 -
 external/gpl3/gdb/dist/opcodes/i960-dis.c                                 |    932 -
 external/gpl3/gdb/dist/opcodes/m88k-dis.c                                 |    762 -
 external/gpl3/gdb/dist/opcodes/sh64-dis.c                                 |    619 -
 external/gpl3/gdb/dist/opcodes/sh64-opc.c                                 |    777 -
 external/gpl3/gdb/dist/opcodes/sh64-opc.h                                 |    142 -
 external/gpl3/gdb/dist/opcodes/w65-dis.c                                  |     98 -
 external/gpl3/gdb/dist/opcodes/w65-opc.h                                  |    568 -
 external/gpl3/gdb/dist/readline/util.c                                    |      7 +-
 external/gpl3/gdb/dist/sim/common/callback.c                              |      2 +-
 external/gpl3/gdb/dist/sim/configure                                      |    738 +-
 external/gpl3/gdb/dist/sim/mn10300/Makefile.in                            |      2 +-
 external/gpl3/gdb/dist/sim/v850/Makefile.in                               |      2 +-
 378 files changed, 33497 insertions(+), 103467 deletions(-)

diffs (truncated from 182461 to 300 lines):

diff -r 6e18a81fc43e -r c32080b10778 external/gpl3/gdb/dist/bfd/aout-adobe.c
--- a/external/gpl3/gdb/dist/bfd/aout-adobe.c   Sun May 26 21:04:56 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,521 +0,0 @@
-/* BFD back-end for a.out.adobe binaries.
-   Copyright (C) 1990-2017 Free Software Foundation, Inc.
-   Written by Cygnus Support.  Based on bout.c.
-
-   This file is part of BFD, the Binary File Descriptor library.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include "sysdep.h"
-#include "bfd.h"
-#include "libbfd.h"
-#include "aout/adobe.h"
-#include "aout/stab_gnu.h"
-#include "libaout.h"           /* BFD a.out internal data structures.  */
-
-/* Forward decl.  */
-extern const bfd_target aout_adobe_vec;
-
-/* Swaps the information in an executable header taken from a raw byte
-   stream memory image, into the internal exec_header structure.  */
-
-static void
-aout_adobe_swap_exec_header_in (bfd *abfd,
-                               struct external_exec *bytes,
-                               struct internal_exec *execp)
-{
-  /* Now fill in fields in the execp, from the bytes in the raw data.  */
-  execp->a_info   = H_GET_32 (abfd, bytes->e_info);
-  execp->a_text   = GET_WORD (abfd, bytes->e_text);
-  execp->a_data   = GET_WORD (abfd, bytes->e_data);
-  execp->a_bss    = GET_WORD (abfd, bytes->e_bss);
-  execp->a_syms   = GET_WORD (abfd, bytes->e_syms);
-  execp->a_entry  = GET_WORD (abfd, bytes->e_entry);
-  execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
-  execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
-}
-
-/* Swaps the information in an internal exec header structure into the
-   supplied buffer ready for writing to disk.  */
-
-static void
-aout_adobe_swap_exec_header_out (bfd *abfd,
-                                struct internal_exec *execp,
-                                struct external_exec *bytes)
-{
-  /* Now fill in fields in the raw data, from the fields in the exec
-     struct.  */
-  H_PUT_32 (abfd, execp->a_info  , bytes->e_info);
-  PUT_WORD (abfd, execp->a_text  , bytes->e_text);
-  PUT_WORD (abfd, execp->a_data  , bytes->e_data);
-  PUT_WORD (abfd, execp->a_bss   , bytes->e_bss);
-  PUT_WORD (abfd, execp->a_syms  , bytes->e_syms);
-  PUT_WORD (abfd, execp->a_entry , bytes->e_entry);
-  PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
-  PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
-}
-
-/* Finish up the opening of a b.out file for reading.  Fill in all the
-   fields that are not handled by common code.  */
-
-static const bfd_target *
-aout_adobe_callback (bfd *abfd)
-{
-  struct internal_exec *execp = exec_hdr (abfd);
-  asection *sect;
-  struct external_segdesc ext[1];
-  char *section_name;
-  char try_again[30];  /* Name and number.  */
-  char *newname;
-  int trynum;
-  flagword flags;
-
-  /* Architecture and machine type -- unknown in this format.  */
-  bfd_set_arch_mach (abfd, bfd_arch_unknown, 0L);
-
-  /* The positions of the string table and symbol table.  */
-  obj_str_filepos (abfd) = N_STROFF (execp);
-  obj_sym_filepos (abfd) = N_SYMOFF (execp);
-
-  /* Suck up the section information from the file, one section at a time.  */
-  for (;;)
-    {
-      bfd_size_type amt = sizeof (*ext);
-      if (bfd_bread ( ext, amt, abfd) != amt)
-       {
-         if (bfd_get_error () != bfd_error_system_call)
-           bfd_set_error (bfd_error_wrong_format);
-
-         return NULL;
-       }
-      switch (ext->e_type[0])
-       {
-       case N_TEXT:
-         section_name = ".text";
-         flags = SEC_CODE | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS;
-         break;
-
-       case N_DATA:
-         section_name = ".data";
-         flags = SEC_DATA | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS;
-         break;
-
-       case N_BSS:
-         section_name = ".bss";
-         flags = SEC_DATA | SEC_HAS_CONTENTS;
-         break;
-
-       case 0:
-         goto no_more_sections;
-
-       default:
-         _bfd_error_handler
-           /* xgettext:c-format */
-           (_("%B: Unknown section type in a.out.adobe file: %x\n"),
-            abfd, ext->e_type[0]);
-         goto no_more_sections;
-       }
-
-      /* First one is called ".text" or whatever; subsequent ones are
-        ".text1", ".text2", ...  */
-      bfd_set_error (bfd_error_no_error);
-      sect = bfd_make_section_with_flags (abfd, section_name, flags);
-      trynum = 0;
-
-      while (!sect)
-       {
-         if (bfd_get_error () != bfd_error_no_error)
-           /* Some other error -- slide into the sunset.  */
-           return NULL;
-         sprintf (try_again, "%s%d", section_name, ++trynum);
-         sect = bfd_make_section_with_flags (abfd, try_again, flags);
-       }
-
-      /* Fix the name, if it is a sprintf'd name.  */
-      if (sect->name == try_again)
-       {
-         amt = strlen (sect->name);
-         newname = bfd_zalloc (abfd, amt);
-         if (newname == NULL)
-           return NULL;
-         strcpy (newname, sect->name);
-         sect->name = newname;
-       }
-
-      /* Assumed big-endian.  */
-      sect->size = ((ext->e_size[0] << 8)
-                   | ext->e_size[1] << 8
-                   | ext->e_size[2]);
-      sect->vma = H_GET_32 (abfd, ext->e_virtbase);
-      sect->filepos = H_GET_32 (abfd, ext->e_filebase);
-      /* FIXME XXX alignment?  */
-
-      /* Set relocation information for first section of each type.  */
-      if (trynum == 0)
-       switch (ext->e_type[0])
-         {
-         case N_TEXT:
-           sect->rel_filepos = N_TRELOFF (execp);
-           sect->reloc_count = execp->a_trsize;
-           break;
-
-         case N_DATA:
-           sect->rel_filepos = N_DRELOFF (execp);
-           sect->reloc_count = execp->a_drsize;
-           break;
-
-         default:
-           break;
-         }
-    }
- no_more_sections:
-
-  adata (abfd).reloc_entry_size = sizeof (struct reloc_std_external);
-  adata (abfd).symbol_entry_size = sizeof (struct external_nlist);
-  adata (abfd).page_size = 1; /* Not applicable.  */
-  adata (abfd).segment_size = 1; /* Not applicable.  */
-  adata (abfd).exec_bytes_size = EXEC_BYTES_SIZE;
-
-  return abfd->xvec;
-}
-
-static const bfd_target *
-aout_adobe_object_p (bfd *abfd)
-{
-  struct internal_exec anexec;
-  struct external_exec exec_bytes;
-  char *targ;
-  bfd_size_type amt = EXEC_BYTES_SIZE;
-
-  if (bfd_bread (& exec_bytes, amt, abfd) != amt)
-    {
-      if (bfd_get_error () != bfd_error_system_call)
-       bfd_set_error (bfd_error_wrong_format);
-      return NULL;
-    }
-
-  anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
-
-  /* Normally we just compare for the magic number.
-     However, a bunch of Adobe tools aren't fixed up yet; they generate
-     files using ZMAGIC(!).
-     If the environment variable GNUTARGET is set to "a.out.adobe", we will
-     take just about any a.out file as an Adobe a.out file.  FIXME!  */
-
-  if (N_BADMAG (&anexec))
-    {
-      targ = getenv ("GNUTARGET");
-      if (targ && !strcmp (targ, aout_adobe_vec.name))
-       /* Just continue anyway, if specifically set to this format.  */
-       ;
-      else
-       {
-         bfd_set_error (bfd_error_wrong_format);
-         return NULL;
-       }
-    }
-
-  aout_adobe_swap_exec_header_in (abfd, &exec_bytes, &anexec);
-  return aout_32_some_aout_object_p (abfd, &anexec, aout_adobe_callback);
-}
-
-struct bout_data_struct
-{
-  struct aoutdata a;
-  struct internal_exec e;
-};
-
-static bfd_boolean
-aout_adobe_mkobject (bfd *abfd)
-{
-  struct bout_data_struct *rawptr;
-  bfd_size_type amt = sizeof (struct bout_data_struct);
-
-  rawptr = bfd_zalloc (abfd, amt);
-  if (rawptr == NULL)
-    return FALSE;
-
-  abfd->tdata.bout_data = rawptr;
-  exec_hdr (abfd) = &rawptr->e;
-
-  adata (abfd).reloc_entry_size = sizeof (struct reloc_std_external);
-  adata (abfd).symbol_entry_size = sizeof (struct external_nlist);
-  adata (abfd).page_size = 1; /* Not applicable.  */
-  adata (abfd).segment_size = 1; /* Not applicable.  */
-  adata (abfd).exec_bytes_size = EXEC_BYTES_SIZE;
-
-  return TRUE;
-}
-
-static void
-aout_adobe_write_section (bfd *abfd ATTRIBUTE_UNUSED,
-                         sec_ptr sect ATTRIBUTE_UNUSED)
-{
-  /* FIXME XXX.  */
-}
-
-static bfd_boolean
-aout_adobe_write_object_contents (bfd *abfd)
-{
-  struct external_exec swapped_hdr;
-  static struct external_segdesc sentinel[1];  /* Initialized to zero.  */
-  asection *sect;
-  bfd_size_type amt;
-
-  exec_hdr (abfd)->a_info = ZMAGIC;
-
-  /* Calculate text size as total of text sections, etc.  */
-  exec_hdr (abfd)->a_text = 0;
-  exec_hdr (abfd)->a_data = 0;
-  exec_hdr (abfd)->a_bss  = 0;
-  exec_hdr (abfd)->a_trsize = 0;
-  exec_hdr (abfd)->a_drsize = 0;
-
-  for (sect = abfd->sections; sect; sect = sect->next)
-    {
-      if (sect->flags & SEC_CODE)
-       {
-         exec_hdr (abfd)->a_text += sect->size;
-         exec_hdr (abfd)->a_trsize += sect->reloc_count *
-           sizeof (struct reloc_std_external);
-       }
-      else if (sect->flags & SEC_DATA)
-       {
-         exec_hdr (abfd)->a_data += sect->size;




Home | Main Index | Thread Index | Old Index