This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/users/hjl/linux/release/2.28.51.0.1] Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/linux/applied


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=84b40b725395b4bb06ac9229012d436944169bef

commit 84b40b725395b4bb06ac9229012d436944169bef
Merge: 06ec846 813f376
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jul 11 03:52:26 2017 -0700

    Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/linux/applied

Diff:

 .gitignore                                         |    10 +
 ChangeLog                                          |   100 +
 Makefile.def                                       |    25 +-
 Makefile.in                                        |  1569 +-
 Makefile.tpl                                       |    27 +-
 bfd/ChangeLog                                      |  4044 +-
 bfd/ChangeLog-2016                                 |  4293 ++
 bfd/MAINTAINERS                                    |     2 +-
 bfd/Makefile.am                                    |    53 +-
 bfd/Makefile.in                                    |    64 +-
 bfd/PORTING                                        |     2 +-
 bfd/README                                         |     2 +-
 bfd/TODO                                           |     2 +-
 bfd/acinclude.m4                                   |     2 +-
 bfd/aix386-core.c                                  |     2 +-
 bfd/aix5ppc-core.c                                 |     2 +-
 bfd/aout-adobe.c                                   |     7 +-
 bfd/aout-arm.c                                     |     2 +-
 bfd/aout-cris.c                                    |    15 +-
 bfd/aout-ns32k.c                                   |     2 +-
 bfd/aout-sparcle.c                                 |     2 +-
 bfd/aout-target.h                                  |    10 +-
 bfd/aout-tic30.c                                   |    10 +-
 bfd/aout0.c                                        |     2 +-
 bfd/aout32.c                                       |     2 +-
 bfd/aout64.c                                       |     2 +-
 bfd/aoutf1.h                                       |     5 +-
 bfd/aoutx.h                                        |   101 +-
 bfd/arc-got.h                                      |   273 +-
 bfd/arc-plt.def                                    |     2 +-
 bfd/arc-plt.h                                      |     2 +-
 bfd/archive.c                                      |    30 +-
 bfd/archive64.c                                    |     2 +-
 bfd/archures.c                                     |    27 +-
 bfd/armnetbsd.c                                    |     2 +-
 bfd/bfd-in.h                                       |    53 +-
 bfd/bfd-in2.h                                      |   259 +-
 bfd/bfd.c                                          |   466 +-
 bfd/bfd.m4                                         |     2 +-
 bfd/bfdio.c                                        |    35 +-
 bfd/bfdwin.c                                       |     2 +-
 bfd/binary.c                                       |    16 +-
 bfd/bout.c                                         |     4 +-
 bfd/cache.c                                        |    24 +-
 bfd/cf-i386lynx.c                                  |     2 +-
 bfd/cf-sparclynx.c                                 |     2 +-
 bfd/cisco-core.c                                   |     2 +-
 bfd/coff-alpha.c                                   |    18 +-
 bfd/coff-apollo.c                                  |     2 +-
 bfd/coff-arm.c                                     |    60 +-
 bfd/coff-aux.c                                     |     2 +-
 bfd/coff-bfd.c                                     |     2 +-
 bfd/coff-bfd.h                                     |     4 +-
 bfd/coff-go32.c                                    |     2 +-
 bfd/coff-h8300.c                                   |     8 +-
 bfd/coff-h8500.c                                   |     2 +-
 bfd/coff-i386.c                                    |     2 +-
 bfd/coff-i860.c                                    |     7 +-
 bfd/coff-i960.c                                    |     2 +-
 bfd/coff-ia64.c                                    |     2 +-
 bfd/coff-m68k.c                                    |     2 +-
 bfd/coff-m88k.c                                    |     2 +-
 bfd/coff-mcore.c                                   |    10 +-
 bfd/coff-mips.c                                    |     4 +-
 bfd/coff-ppc.c                                     |    44 +-
 bfd/coff-rs6000.c                                  |    22 +-
 bfd/coff-sh.c                                      |    75 +-
 bfd/coff-sparc.c                                   |     2 +-
 bfd/coff-stgo32.c                                  |     2 +-
 bfd/coff-svm68k.c                                  |     2 +-
 bfd/coff-tic30.c                                   |     2 +-
 bfd/coff-tic4x.c                                   |    13 +-
 bfd/coff-tic54x.c                                  |     9 +-
 bfd/coff-tic80.c                                   |    11 +-
 bfd/coff-u68k.c                                    |     2 +-
 bfd/coff-w65.c                                     |     2 +-
 bfd/coff-we32k.c                                   |     2 +-
 bfd/coff-x86_64.c                                  |     9 +-
 bfd/coff-z80.c                                     |     2 +-
 bfd/coff-z8k.c                                     |     2 +-
 bfd/coff64-rs6000.c                                |     9 +-
 bfd/coffcode.h                                     |    95 +-
 bfd/coffgen.c                                      |    97 +-
 bfd/cofflink.c                                     |    49 +-
 bfd/coffswap.h                                     |    16 +-
 bfd/compress.c                                     |    33 +-
 bfd/config.bfd                                     |   175 +-
 bfd/config.in                                      |     2 +-
 bfd/configure                                      |    94 +-
 bfd/configure.ac                                   |    22 +-
 bfd/configure.com                                  |     2 +-
 bfd/configure.host                                 |     2 +-
 bfd/corefile.c                                     |     2 +-
 bfd/cpu-aarch64.c                                  |    10 +-
 bfd/cpu-alpha.c                                    |     2 +-
 bfd/cpu-arc.c                                      |    69 +-
 bfd/cpu-arm.c                                      |    11 +-
 bfd/cpu-avr.c                                      |     2 +-
 bfd/cpu-bfin.c                                     |     2 +-
 bfd/cpu-cr16.c                                     |     2 +-
 bfd/cpu-cr16c.c                                    |     2 +-
 bfd/cpu-cris.c                                     |     2 +-
 bfd/cpu-crx.c                                      |     2 +-
 bfd/cpu-d10v.c                                     |     2 +-
 bfd/cpu-d30v.c                                     |     2 +-
 bfd/cpu-dlx.c                                      |     2 +-
 bfd/cpu-epiphany.c                                 |     2 +-
 bfd/cpu-fr30.c                                     |     2 +-
 bfd/cpu-frv.c                                      |     2 +-
 bfd/cpu-ft32.c                                     |     2 +-
 bfd/cpu-h8300.c                                    |     2 +-
 bfd/cpu-h8500.c                                    |     2 +-
 bfd/cpu-hppa.c                                     |     2 +-
 bfd/cpu-i370.c                                     |     2 +-
 bfd/cpu-i386.c                                     |     2 +-
 bfd/cpu-i860.c                                     |     2 +-
 bfd/cpu-i960.c                                     |     2 +-
 bfd/cpu-ia64-opc.c                                 |     2 +-
 bfd/cpu-ia64.c                                     |     2 +-
 bfd/cpu-iamcu.c                                    |     2 +-
 bfd/cpu-ip2k.c                                     |     2 +-
 bfd/cpu-iq2000.c                                   |     2 +-
 bfd/cpu-k1om.c                                     |     2 +-
 bfd/cpu-l1om.c                                     |     2 +-
 bfd/cpu-lm32.c                                     |     2 +-
 bfd/cpu-m10200.c                                   |     2 +-
 bfd/cpu-m10300.c                                   |     2 +-
 bfd/cpu-m32c.c                                     |     2 +-
 bfd/cpu-m32r.c                                     |     2 +-
 bfd/cpu-m68hc11.c                                  |     2 +-
 bfd/cpu-m68hc12.c                                  |     2 +-
 bfd/cpu-m68k.c                                     |     4 +-
 bfd/cpu-m88k.c                                     |     2 +-
 bfd/cpu-m9s12x.c                                   |     2 +-
 bfd/cpu-m9s12xg.c                                  |     2 +-
 bfd/cpu-mcore.c                                    |     2 +-
 bfd/cpu-mep.c                                      |     2 +-
 bfd/cpu-metag.c                                    |     2 +-
 bfd/cpu-microblaze.c                               |     2 +-
 bfd/cpu-mips.c                                     |     7 +-
 bfd/cpu-mmix.c                                     |     2 +-
 bfd/cpu-moxie.c                                    |     2 +-
 bfd/cpu-msp430.c                                   |     2 +-
 bfd/cpu-mt.c                                       |     2 +-
 bfd/cpu-nds32.c                                    |     2 +-
 bfd/cpu-nios2.c                                    |     2 +-
 bfd/cpu-ns32k.c                                    |     6 +-
 bfd/cpu-or1k.c                                     |     2 +-
 bfd/cpu-pdp11.c                                    |     2 +-
 bfd/cpu-pj.c                                       |     2 +-
 bfd/cpu-plugin.c                                   |     2 +-
 bfd/cpu-powerpc.c                                  |     2 +-
 bfd/cpu-pru.c                                      |    43 +
 bfd/cpu-riscv.c                                    |    79 +
 bfd/cpu-rl78.c                                     |     2 +-
 bfd/cpu-rs6000.c                                   |     2 +-
 bfd/cpu-rx.c                                       |     2 +-
 bfd/cpu-s390.c                                     |     2 +-
 bfd/cpu-score.c                                    |     2 +-
 bfd/cpu-sh.c                                       |    49 +-
 bfd/cpu-sparc.c                                    |    32 +-
 bfd/cpu-spu.c                                      |     2 +-
 bfd/cpu-tic30.c                                    |     2 +-
 bfd/cpu-tic4x.c                                    |     2 +-
 bfd/cpu-tic54x.c                                   |     2 +-
 bfd/cpu-tic6x.c                                    |     2 +-
 bfd/cpu-tic80.c                                    |     2 +-
 bfd/cpu-tilegx.c                                   |     2 +-
 bfd/cpu-tilepro.c                                  |     2 +-
 bfd/cpu-v850.c                                     |     2 +-
 bfd/cpu-v850_rh850.c                               |     2 +-
 bfd/cpu-vax.c                                      |     2 +-
 bfd/cpu-visium.c                                   |     2 +-
 bfd/cpu-w65.c                                      |     2 +-
 bfd/cpu-wasm32.c                                   |    36 +
 bfd/cpu-we32k.c                                    |     2 +-
 bfd/cpu-xc16x.c                                    |     2 +-
 bfd/cpu-xgate.c                                    |     2 +-
 bfd/cpu-xstormy16.c                                |     2 +-
 bfd/cpu-xtensa.c                                   |     2 +-
 bfd/cpu-z80.c                                      |     2 +-
 bfd/cpu-z8k.c                                      |     2 +-
 bfd/demo64.c                                       |     2 +-
 bfd/development.sh                                 |     2 +-
 bfd/doc/Makefile.am                                |     5 +-
 bfd/doc/Makefile.in                                |     6 +-
 bfd/doc/bfd.texinfo                                |     6 +-
 bfd/doc/bfdint.texi                                |     4 +-
 bfd/doc/bfdsumm.texi                               |     2 +-
 bfd/doc/chew.c                                     |    55 +-
 bfd/doc/makefile.vms                               |     2 +-
 bfd/doc/webassembly.texi                           |    33 +
 bfd/dwarf1.c                                       |     2 +-
 bfd/dwarf2.c                                       |   609 +-
 bfd/ecoff.c                                        |     6 +-
 bfd/ecofflink.c                                    |     2 +-
 bfd/ecoffswap.h                                    |     2 +-
 bfd/elf-attrs.c                                    |    15 +-
 bfd/elf-bfd.h                                      |   202 +-
 bfd/elf-eh-frame.c                                 |   267 +-
 bfd/elf-hppa.h                                     |     3 +-
 bfd/elf-ifunc.c                                    |     3 +-
 bfd/elf-linux-core.h                               |     2 +-
 bfd/elf-m10200.c                                   |     2 +-
 bfd/elf-m10300.c                                   |    96 +-
 bfd/elf-nacl.c                                     |     2 +-
 bfd/elf-nacl.h                                     |     2 +-
 bfd/elf-properties.c                               |   495 +
 bfd/elf-s390-common.c                              |    16 +-
 bfd/elf-s390.h                                     |    29 +
 bfd/elf-strtab.c                                   |     2 +-
 bfd/elf-vxworks.c                                  |     2 +-
 bfd/elf-vxworks.h                                  |     2 +-
 bfd/elf.c                                          |   814 +-
 bfd/elf32-am33lin.c                                |     2 +-
 bfd/elf32-arc.c                                    |  1312 +-
 bfd/elf32-arm.c                                    |  1635 +-
 bfd/elf32-avr.c                                    |   215 +-
 bfd/elf32-avr.h                                    |     2 +-
 bfd/elf32-bfin.c                                   |   142 +-
 bfd/elf32-cr16.c                                   |    95 +-
 bfd/elf32-cr16c.c                                  |     3 +-
 bfd/elf32-cris.c                                   |   261 +-
 bfd/elf32-crx.c                                    |     7 +-
 bfd/elf32-d10v.c                                   |     5 +-
 bfd/elf32-d30v.c                                   |     4 +-
 bfd/elf32-dlx.c                                    |    14 +-
 bfd/elf32-dlx.h                                    |     2 +-
 bfd/elf32-epiphany.c                               |     8 +-
 bfd/elf32-fr30.c                                   |     5 +-
 bfd/elf32-frv.c                                    |    87 +-
 bfd/elf32-ft32.c                                   |     4 +-
 bfd/elf32-gen.c                                    |     3 +-
 bfd/elf32-h8300.c                                  |     9 +-
 bfd/elf32-hppa.c                                   |   338 +-
 bfd/elf32-hppa.h                                   |     2 +-
 bfd/elf32-i370.c                                   |    76 +-
 bfd/elf32-i386.c                                   |  2271 +-
 bfd/elf32-i860.c                                   |     2 +-
 bfd/elf32-i960.c                                   |     3 +-
 bfd/elf32-ip2k.c                                   |     5 +-
 bfd/elf32-iq2000.c                                 |    18 +-
 bfd/elf32-lm32.c                                   |   139 +-
 bfd/elf32-m32c.c                                   |    70 +-
 bfd/elf32-m32r.c                                   |   140 +-
 bfd/elf32-m68hc11.c                                |     3 +-
 bfd/elf32-m68hc12.c                                |     3 +-
 bfd/elf32-m68hc1x.c                                |    25 +-
 bfd/elf32-m68hc1x.h                                |     5 +-
 bfd/elf32-m68k.c                                   |   191 +-
 bfd/elf32-m88k.c                                   |     2 +-
 bfd/elf32-mcore.c                                  |    17 +-
 bfd/elf32-mep.c                                    |    23 +-
 bfd/elf32-metag.c                                  |   265 +-
 bfd/elf32-metag.h                                  |     2 +-
 bfd/elf32-microblaze.c                             |   426 +-
 bfd/elf32-mips.c                                   |     7 +-
 bfd/elf32-moxie.c                                  |     7 +-
 bfd/elf32-msp430.c                                 |    43 +-
 bfd/elf32-mt.c                                     |    10 +-
 bfd/elf32-nds32.c                                  |   356 +-
 bfd/elf32-nds32.h                                  |     7 +-
 bfd/elf32-nios2.c                                  |   249 +-
 bfd/elf32-nios2.h                                  |     2 +-
 bfd/elf32-or1k.c                                   |   228 +-
 bfd/elf32-pj.c                                     |     7 +-
 bfd/elf32-ppc.c                                    |  1789 +-
 bfd/elf32-ppc.h                                    |     7 +-
 bfd/elf32-pru.c                                    |  1469 +
 bfd/elf32-rl78.c                                   |    81 +-
 bfd/elf32-rx.c                                     |    47 +-
 bfd/elf32-rx.h                                     |     2 +-
 bfd/elf32-s390.c                                   |   269 +-
 bfd/elf32-score.c                                  |    54 +-
 bfd/elf32-score.h                                  |     4 +-
 bfd/elf32-score7.c                                 |    60 +-
 bfd/elf32-sh-relocs.h                              |     2 +-
 bfd/elf32-sh-symbian.c                             |     5 +-
 bfd/elf32-sh.c                                     |   606 +-
 bfd/elf32-sh64-com.c                               |     2 +-
 bfd/elf32-sh64.c                                   |    52 +-
 bfd/elf32-sh64.h                                   |     2 +-
 bfd/elf32-sparc.c                                  |    16 +-
 bfd/elf32-spu.c                                    |    59 +-
 bfd/elf32-spu.h                                    |     2 +-
 bfd/elf32-tic6x.c                                  |    97 +-
 bfd/elf32-tic6x.h                                  |     2 +-
 bfd/elf32-tilegx.c                                 |     3 +-
 bfd/elf32-tilegx.h                                 |     2 +-
 bfd/elf32-tilepro.c                                |    76 +-
 bfd/elf32-tilepro.h                                |     2 +-
 bfd/elf32-v850.c                                   |   103 +-
 bfd/elf32-vax.c                                    |   157 +-
 bfd/elf32-visium.c                                 |    15 +-
 bfd/elf32-wasm32.c                                 |   155 +
 bfd/elf32-xc16x.c                                  |     2 +-
 bfd/elf32-xgate.c                                  |    14 +-
 bfd/elf32-xgate.h                                  |     3 +-
 bfd/elf32-xstormy16.c                              |    44 +-
 bfd/elf32-xtensa.c                                 |   206 +-
 bfd/elf32.c                                        |     2 +-
 bfd/elf64-alpha.c                                  |   148 +-
 bfd/elf64-gen.c                                    |     3 +-
 bfd/elf64-hppa.c                                   |    83 +-
 bfd/elf64-hppa.h                                   |     2 +-
 bfd/elf64-ia64-vms.c                               |   115 +-
 bfd/elf64-mips.c                                   |   105 +-
 bfd/elf64-mmix.c                                   |    79 +-
 bfd/elf64-ppc.c                                    |  1383 +-
 bfd/elf64-ppc.h                                    |     7 +-
 bfd/elf64-s390.c                                   |   378 +-
 bfd/elf64-sh64.c                                   |   161 +-
 bfd/elf64-sparc.c                                  |    72 +-
 bfd/elf64-tilegx.c                                 |     3 +-
 bfd/elf64-tilegx.h                                 |     2 +-
 bfd/elf64-x86-64.c                                 |  2491 +-
 bfd/elf64.c                                        |     2 +-
 bfd/elfcode.h                                      |    21 +-
 bfd/elfcore.h                                      |     5 +-
 bfd/elflink.c                                      |  2152 +-
 bfd/elfn32-mips.c                                  |     6 +-
 bfd/elfnn-aarch64.c                                |   763 +-
 bfd/elfnn-ia64.c                                   |   126 +-
 bfd/elfnn-riscv.c                                  |  3265 ++
 bfd/elfxx-aarch64.c                                |    24 +-
 bfd/elfxx-aarch64.h                                |     2 +-
 bfd/elfxx-ia64.c                                   |     2 +-
 bfd/elfxx-ia64.h                                   |     2 +-
 bfd/elfxx-mips.c                                   |   856 +-
 bfd/elfxx-mips.h                                   |    13 +-
 bfd/elfxx-riscv.c                                  |   953 +
 bfd/elfxx-riscv.h                                  |    33 +
 bfd/elfxx-sparc.c                                  |   465 +-
 bfd/elfxx-sparc.h                                  |    11 +-
 bfd/elfxx-target.h                                 |    65 +-
 bfd/elfxx-tilegx.c                                 |    79 +-
 bfd/elfxx-tilegx.h                                 |     4 +-
 bfd/epoc-pe-arm.c                                  |     2 +-
 bfd/epoc-pei-arm.c                                 |     2 +-
 bfd/format.c                                       |     6 +-
 bfd/freebsd.h                                      |     2 +-
 bfd/gen-aout.c                                     |     2 +-
 bfd/genlink.h                                      |     2 +-
 bfd/hash.c                                         |     2 +-
 bfd/host-aout.c                                    |     2 +-
 bfd/hosts/alphalinux.h                             |     2 +-
 bfd/hosts/alphavms.h                               |     2 +-
 bfd/hosts/decstation.h                             |     2 +-
 bfd/hosts/delta68.h                                |     2 +-
 bfd/hosts/dpx2.h                                   |     2 +-
 bfd/hosts/hp300bsd.h                               |     2 +-
 bfd/hosts/i386bsd.h                                |     2 +-
 bfd/hosts/i386linux.h                              |     2 +-
 bfd/hosts/i386mach3.h                              |     2 +-
 bfd/hosts/i386sco.h                                |     2 +-
 bfd/hosts/i860mach3.h                              |     2 +-
 bfd/hosts/m68kaux.h                                |     2 +-
 bfd/hosts/m68klinux.h                              |     2 +-
 bfd/hosts/m88kmach3.h                              |     2 +-
 bfd/hosts/mipsbsd.h                                |     2 +-
 bfd/hosts/mipsmach3.h                              |     2 +-
 bfd/hosts/news-mips.h                              |     2 +-
 bfd/hosts/news.h                                   |     2 +-
 bfd/hosts/pc532mach.h                              |     2 +-
 bfd/hosts/riscos.h                                 |     2 +-
 bfd/hosts/symmetry.h                               |     2 +-
 bfd/hosts/tahoe.h                                  |     2 +-
 bfd/hosts/vaxbsd.h                                 |     2 +-
 bfd/hosts/vaxlinux.h                               |     2 +-
 bfd/hosts/vaxult.h                                 |     2 +-
 bfd/hosts/vaxult2.h                                |     2 +-
 bfd/hosts/x86-64linux.h                            |     2 +-
 bfd/hp300bsd.c                                     |     2 +-
 bfd/hp300hpux.c                                    |     2 +-
 bfd/hppabsd-core.c                                 |     2 +-
 bfd/hpux-core.c                                    |    10 +-
 bfd/i386aout.c                                     |     2 +-
 bfd/i386bsd.c                                      |     2 +-
 bfd/i386dynix.c                                    |     2 +-
 bfd/i386freebsd.c                                  |     2 +-
 bfd/i386linux.c                                    |    14 +-
 bfd/i386lynx.c                                     |     2 +-
 bfd/i386mach3.c                                    |     2 +-
 bfd/i386msdos.c                                    |     4 +-
 bfd/i386netbsd.c                                   |     2 +-
 bfd/i386os9k.c                                     |     5 +-
 bfd/ieee.c                                         |    75 +-
 bfd/ihex.c                                         |    35 +-
 bfd/init.c                                         |     2 +-
 bfd/irix-core.c                                    |     2 +-
 bfd/libaout.h                                      |     2 +-
 bfd/libbfd-in.h                                    |    74 +-
 bfd/libbfd.c                                       |    84 +-
 bfd/libbfd.h                                       |   175 +-
 bfd/libcoff-in.h                                   |     2 +-
 bfd/libcoff.h                                      |     2 +-
 bfd/libecoff.h                                     |     2 +-
 bfd/libhppa.h                                      |     2 +-
 bfd/libieee.h                                      |     3 +-
 bfd/libnlm.h                                       |     2 +-
 bfd/liboasys.h                                     |     2 +-
 bfd/libpei.h                                       |     2 +-
 bfd/libxcoff.h                                     |     2 +-
 bfd/linker.c                                       |   225 +-
 bfd/lynx-core.c                                    |     2 +-
 bfd/m68k4knetbsd.c                                 |     2 +-
 bfd/m68klinux.c                                    |    15 +-
 bfd/m68knetbsd.c                                   |     2 +-
 bfd/m88kmach3.c                                    |     2 +-
 bfd/m88kopenbsd.c                                  |     2 +-
 bfd/mach-o-aarch64.c                               |     2 +-
 bfd/mach-o-arm.c                                   |     2 +-
 bfd/mach-o-i386.c                                  |     2 +-
 bfd/mach-o-target.c                                |     4 +-
 bfd/mach-o-x86-64.c                                |     2 +-
 bfd/mach-o.c                                       |    74 +-
 bfd/mach-o.h                                       |     2 +-
 bfd/makefile.vms                                   |     2 +-
 bfd/mep-relocs.pl                                  |     2 +-
 bfd/merge.c                                        |    11 +-
 bfd/mipsbsd.c                                      |     2 +-
 bfd/mmo.c                                          |   195 +-
 bfd/netbsd-core.c                                  |     2 +-
 bfd/netbsd.h                                       |     2 +-
 bfd/newsos3.c                                      |     2 +-
 bfd/nlm-target.h                                   |     4 +-
 bfd/nlm.c                                          |     2 +-
 bfd/nlm32-alpha.c                                  |     2 +-
 bfd/nlm32-i386.c                                   |     2 +-
 bfd/nlm32-ppc.c                                    |     2 +-
 bfd/nlm32-sparc.c                                  |     2 +-
 bfd/nlm32.c                                        |     2 +-
 bfd/nlm64.c                                        |     2 +-
 bfd/nlmcode.h                                      |     2 +-
 bfd/nlmswap.h                                      |     2 +-
 bfd/ns32k.h                                        |     2 +-
 bfd/ns32knetbsd.c                                  |     2 +-
 bfd/oasys.c                                        |    11 +-
 bfd/opncls.c                                       |   569 +-
 bfd/osf-core.c                                     |     6 +-
 bfd/pc532-mach.c                                   |     2 +-
 bfd/pdp11.c                                        |    28 +-
 bfd/pe-arm-wince.c                                 |     2 +-
 bfd/pe-arm.c                                       |     2 +-
 bfd/pe-i386.c                                      |     2 +-
 bfd/pe-mcore.c                                     |     2 +-
 bfd/pe-mips.c                                      |    18 +-
 bfd/pe-ppc.c                                       |     2 +-
 bfd/pe-sh.c                                        |     2 +-
 bfd/pe-x86_64.c                                    |     2 +-
 bfd/peXXigen.c                                     |   102 +-
 bfd/pef-traceback.h                                |     2 +-
 bfd/pef.c                                          |     7 +-
 bfd/pef.h                                          |     2 +-
 bfd/pei-arm-wince.c                                |     2 +-
 bfd/pei-arm.c                                      |     2 +-
 bfd/pei-i386.c                                     |     2 +-
 bfd/pei-ia64.c                                     |     2 +-
 bfd/pei-mcore.c                                    |     2 +-
 bfd/pei-mips.c                                     |     2 +-
 bfd/pei-ppc.c                                      |     2 +-
 bfd/pei-sh.c                                       |     2 +-
 bfd/pei-x86_64.c                                   |     4 +-
 bfd/peicode.h                                      |    41 +-
 bfd/plugin.c                                       |    68 +-
 bfd/plugin.h                                       |     5 +-
 bfd/po/BLD-POTFILES.in                             |     2 +
 bfd/po/Make-in                                     |     2 +-
 bfd/po/SRC-POTFILES.in                             |     8 +
 bfd/po/bfd.pot                                     |  5291 ++-
 bfd/po/da.po                                       |  4454 +-
 bfd/po/sv.po                                       |   132 +-
 bfd/ppcboot.c                                      |     8 +-
 bfd/ptrace-core.c                                  |     2 +-
 bfd/reloc.c                                        |   297 +-
 bfd/reloc16.c                                      |     2 +-
 bfd/riscix.c                                       |     2 +-
 bfd/rs6000-core.c                                  |     9 +-
 bfd/sco5-core.c                                    |     6 +-
 bfd/section.c                                      |    32 +-
 bfd/simple.c                                       |     2 +-
 bfd/som.c                                          |    15 +-
 bfd/som.h                                          |     2 +-
 bfd/sparclinux.c                                   |    15 +-
 bfd/sparclynx.c                                    |     2 +-
 bfd/sparcnetbsd.c                                  |     2 +-
 bfd/srec.c                                         |    41 +-
 bfd/stab-syms.c                                    |     2 +-
 bfd/stabs.c                                        |     5 +-
 bfd/sunos.c                                        |     2 +-
 bfd/syms.c                                         |     4 +-
 bfd/sysdep.h                                       |     2 +-
 bfd/targets.c                                      |    56 +-
 bfd/tekhex.c                                       |     7 +-
 bfd/trad-core.c                                    |     2 +-
 bfd/vax1knetbsd.c                                  |     2 +-
 bfd/vaxbsd.c                                       |     2 +-
 bfd/vaxnetbsd.c                                    |     2 +-
 bfd/verilog.c                                      |     2 +-
 bfd/versados.c                                     |    17 +-
 bfd/version.h                                      |     2 +-
 bfd/version.m4                                     |     2 +-
 bfd/vms-alpha.c                                    |   490 +-
 bfd/vms-lib.c                                      |    25 +-
 bfd/vms-misc.c                                     |    14 +-
 bfd/vms.h                                          |     6 +-
 bfd/warning.m4                                     |    49 +-
 bfd/wasm-module.c                                  |   839 +
 bfd/wasm-module.h                                  |    52 +
 bfd/xcofflink.c                                    |    55 +-
 bfd/xsym.c                                         |     3 +-
 bfd/xsym.h                                         |     2 +-
 bfd/xtensa-isa.c                                   |     2 +-
 bfd/xtensa-modules.c                               |     2 +-
 binutils/BRANCHES                                  |     3 +-
 binutils/ChangeLog                                 |  1319 +-
 binutils/ChangeLog-2016                            |   988 +
 binutils/MAINTAINERS                               |    25 +-
 binutils/Makefile.am                               |    12 +-
 binutils/Makefile.in                               |    12 +-
 binutils/NEWS                                      |    68 +-
 binutils/README                                    |     2 +-
 binutils/addr2line.c                               |     2 +-
 binutils/ar.c                                      |    17 +-
 binutils/arlex.l                                   |     8 +-
 binutils/arparse.y                                 |     4 +-
 binutils/arsup.c                                   |     2 +-
 binutils/arsup.h                                   |     2 +-
 binutils/bfdtest1.c                                |     2 +-
 binutils/bfdtest2.c                                |     2 +-
 binutils/bin2c.c                                   |     2 +-
 binutils/binemul.c                                 |     2 +-
 binutils/binemul.h                                 |     2 +-
 binutils/bucomm.c                                  |   328 +-
 binutils/bucomm.h                                  |     2 +-
 binutils/budbg.h                                   |     2 +-
 binutils/coffdump.c                                |     3 +-
 binutils/coffgrok.c                                |     2 +-
 binutils/coffgrok.h                                |     2 +-
 binutils/config.in                                 |     4 +
 binutils/configure                                 |    86 +-
 binutils/configure.ac                              |     4 +-
 binutils/configure.com                             |     2 +-
 binutils/configure.tgt                             |     2 +-
 binutils/cxxfilt.c                                 |     5 +-
 binutils/debug.c                                   |     2 +-
 binutils/debug.h                                   |     2 +-
 binutils/deflex.l                                  |    10 +-
 binutils/defparse.y                                |     2 +-
 binutils/dlltool.c                                 |    26 +-
 binutils/dlltool.h                                 |     2 +-
 binutils/dllwrap.c                                 |     2 +-
 binutils/doc/Makefile.am                           |     2 +-
 binutils/doc/Makefile.in                           |     3 +-
 binutils/doc/binutils.texi                         |   284 +-
 binutils/dwarf-mode.el                             |     5 +-
 binutils/dwarf.c                                   |  1823 +-
 binutils/dwarf.h                                   |    11 +-
 binutils/elfcomm.c                                 |    10 +-
 binutils/elfcomm.h                                 |     9 +-
 binutils/elfedit.c                                 |     4 +-
 binutils/embedspu.sh                               |     2 +-
 binutils/emul_aix.c                                |     2 +-
 binutils/emul_vanilla.c                            |     2 +-
 binutils/filemode.c                                |     2 +-
 binutils/ieee.c                                    |     2 +-
 binutils/is-ranlib.c                               |     2 +-
 binutils/is-strip.c                                |     2 +-
 binutils/makefile.vms                              |     2 +-
 binutils/maybe-ranlib.c                            |     2 +-
 binutils/maybe-strip.c                             |     2 +-
 binutils/mclex.c                                   |     2 +-
 binutils/mcparse.y                                 |     2 +-
 binutils/nlmconv.c                                 |     2 +-
 binutils/nlmconv.h                                 |     2 +-
 binutils/nlmheader.y                               |     2 +-
 binutils/nm.c                                      |    94 +-
 binutils/not-ranlib.c                              |     2 +-
 binutils/not-strip.c                               |     2 +-
 binutils/objcopy.c                                 |   750 +-
 binutils/objdump.c                                 |   355 +-
 binutils/objdump.h                                 |     2 +-
 binutils/od-elf32_avr.c                            |     2 +-
 binutils/od-macho.c                                |    84 +-
 binutils/od-xcoff.c                                |     2 +-
 binutils/po/Make-in                                |     2 +-
 binutils/po/binutils.pot                           |  4767 ++-
 binutils/prdbg.c                                   |     2 +-
 binutils/ranlib.sh                                 |     2 +-
 binutils/rclex.c                                   |     4 +-
 binutils/rcparse.y                                 |     2 +-
 binutils/rdcoff.c                                  |     2 +-
 binutils/rddbg.c                                   |     5 +-
 binutils/readelf.c                                 |  3719 +-
 binutils/rename.c                                  |     2 +-
 binutils/resbin.c                                  |    25 +-
 binutils/rescoff.c                                 |     4 +-
 binutils/resrc.c                                   |     2 +-
 binutils/resres.c                                  |     2 +-
 binutils/sanity.sh                                 |     2 +-
 binutils/size.c                                    |     2 +-
 binutils/srconv.c                                  |    44 +-
 binutils/stabs.c                                   |    21 +-
 binutils/strings.c                                 |    16 +-
 binutils/sysdep.h                                  |    10 +-
 binutils/sysdump.c                                 |    18 +-
 binutils/sysinfo.y                                 |    21 +-
 binutils/syslex.l                                  |     8 +-
 binutils/syslex_wrap.c                             |     2 +-
 .../testsuite/binutils-all/aarch64/aarch64.exp     |     2 +-
 binutils/testsuite/binutils-all/ar.exp             |     2 +-
 binutils/testsuite/binutils-all/arc/double_store.s |     6 +
 binutils/testsuite/binutils-all/arc/dsp.s          |     5 +
 binutils/testsuite/binutils-all/arc/objdump.exp    |    94 +
 binutils/testsuite/binutils-all/arm/objdump.exp    |     2 +-
 binutils/testsuite/binutils-all/bfin/objdump.exp   |     2 +-
 binutils/testsuite/binutils-all/compress.exp       |     2 +-
 binutils/testsuite/binutils-all/data-sections.s    |    17 +
 binutils/testsuite/binutils-all/dlltool.exp        |     2 +-
 binutils/testsuite/binutils-all/dw2-1.S            |     2 +-
 binutils/testsuite/binutils-all/dw2-2.S            |     2 +-
 binutils/testsuite/binutils-all/dw2-3.S            |     2 +-
 binutils/testsuite/binutils-all/dw2-compressed.S   |     2 +-
 binutils/testsuite/binutils-all/dw2-ranges.S       |     2 +-
 binutils/testsuite/binutils-all/dw5.S              |   684 +
 binutils/testsuite/binutils-all/dw5.W              |   355 +
 binutils/testsuite/binutils-all/elfedit.exp        |     2 +-
 binutils/testsuite/binutils-all/hppa/objdump.exp   |     2 +-
 binutils/testsuite/binutils-all/i386/empty.d       |     9 +
 binutils/testsuite/binutils-all/i386/empty.s       |    27 +
 binutils/testsuite/binutils-all/i386/i386.exp      |     2 +-
 binutils/testsuite/binutils-all/i386/ibt.d         |     9 +
 binutils/testsuite/binutils-all/i386/ibt.s         |    27 +
 binutils/testsuite/binutils-all/i386/pr21231a.d    |     9 +
 binutils/testsuite/binutils-all/i386/pr21231a.s    |    14 +
 binutils/testsuite/binutils-all/i386/pr21231b.d    |    12 +
 binutils/testsuite/binutils-all/i386/pr21231b.s    |    35 +
 binutils/testsuite/binutils-all/i386/shstk.d       |     9 +
 binutils/testsuite/binutils-all/i386/shstk.s       |    27 +
 binutils/testsuite/binutils-all/m68k/objdump.exp   |     2 +-
 binutils/testsuite/binutils-all/mbind1.s           |    33 +
 binutils/testsuite/binutils-all/mips/mips-ase-1.d  |    29 +
 binutils/testsuite/binutils-all/mips/mips-ase-1.s  |    12 +
 binutils/testsuite/binutils-all/mips/mips-ase-2.d  |    29 +
 binutils/testsuite/binutils-all/mips/mips-ase-2.s  |    12 +
 binutils/testsuite/binutils-all/mips/mips-ase-3.d  |    18 +
 .../testsuite/binutils-all/mips/mips-note-2-n32.d  |     7 +
 .../testsuite/binutils-all/mips/mips-note-2-n64.d  |     7 +
 binutils/testsuite/binutils-all/mips/mips-note-2.d |     7 +
 .../testsuite/binutils-all/mips/mips-note-2r-n32.d |    11 +
 .../testsuite/binutils-all/mips/mips-note-2r-n64.d |    15 +
 .../testsuite/binutils-all/mips/mips-note-2r.d     |    11 +
 .../testsuite/binutils-all/mips/mips-xpa-virt-1.d  |    13 +
 .../testsuite/binutils-all/mips/mips-xpa-virt-2.d  |    13 +
 .../testsuite/binutils-all/mips/mips-xpa-virt-3.d  |    13 +
 .../testsuite/binutils-all/mips/mips-xpa-virt-4.d  |    13 +
 .../testsuite/binutils-all/mips/mips-xpa-virt.s    |    14 +
 binutils/testsuite/binutils-all/mips/mips.exp      |    49 +-
 .../testsuite/binutils-all/mips/mips16-alias.d     |    15 +
 .../testsuite/binutils-all/mips/mips16-alias.s     |    20 +
 .../binutils-all/mips/mips16-extend-insn.d         |   331 +
 .../binutils-all/mips/mips16-extend-insn.s         |   630 +
 .../binutils-all/mips/mips16-extend-noinsn.d       |    39 +
 .../binutils-all/mips/mips16-extend-noinsn.s       |    25 +
 .../testsuite/binutils-all/mips/mips16-noalias.d   |    16 +
 .../testsuite/binutils-all/mips/mips16-pcrel.d     |   200 +
 .../testsuite/binutils-all/mips/mips16-pcrel.s     |   219 +
 .../testsuite/binutils-all/mips/mips16-undecoded.d |    22 +-
 .../testsuite/binutils-all/mips/mips16-undecoded.s |     1 -
 .../binutils-all/mips/mips16e2-extend-insn.d       |   355 +
 .../binutils-all/mips/mips16e2-undecoded.d         |   189 +
 binutils/testsuite/binutils-all/nm-ver.s           |     9 +
 binutils/testsuite/binutils-all/nm.exp             |    36 +-
 binutils/testsuite/binutils-all/note-2-32.d        |    17 +
 binutils/testsuite/binutils-all/note-2-32.s        |    91 +
 binutils/testsuite/binutils-all/note-2-64.d        |    17 +
 binutils/testsuite/binutils-all/note-2-64.s        |    91 +
 binutils/testsuite/binutils-all/objcopy.exp        |    19 +-
 binutils/testsuite/binutils-all/objdump.exp        |   264 +-
 binutils/testsuite/binutils-all/only-section-01.d  |     9 +
 binutils/testsuite/binutils-all/readelf.exp        |    31 +-
 binutils/testsuite/binutils-all/readelf.n          |     2 +-
 binutils/testsuite/binutils-all/readelf.s          |     2 +-
 binutils/testsuite/binutils-all/readelf.s-64       |    10 +-
 binutils/testsuite/binutils-all/remove-relocs-01.d |    16 +
 binutils/testsuite/binutils-all/remove-relocs-01.s |    19 +
 binutils/testsuite/binutils-all/remove-relocs-02.d |     6 +
 binutils/testsuite/binutils-all/remove-relocs-03.d |     6 +
 binutils/testsuite/binutils-all/remove-relocs-04.d |    11 +
 binutils/testsuite/binutils-all/remove-relocs-05.d |    17 +
 binutils/testsuite/binutils-all/remove-relocs-06.d |    11 +
 .../testsuite/binutils-all/remove-section-01.d     |     8 +
 binutils/testsuite/binutils-all/size.exp           |     2 +-
 binutils/testsuite/binutils-all/strip-3.d          |     2 +-
 binutils/testsuite/binutils-all/update-section.exp |     2 +-
 binutils/testsuite/binutils-all/vax/objdump.exp    |     2 +-
 .../testsuite/binutils-all/wasm32/create-wasm.d    |    10 +
 .../testsuite/binutils-all/wasm32/create-wasm.s    |     6 +
 .../testsuite/binutils-all/wasm32/custom-section.d |    11 +
 .../testsuite/binutils-all/wasm32/custom-section.s |     4 +
 .../testsuite/binutils-all/wasm32/invalid-wasm-1.d |     6 +
 .../testsuite/binutils-all/wasm32/invalid-wasm-1.s |     7 +
 .../testsuite/binutils-all/wasm32/invalid-wasm-2.d |     6 +
 .../testsuite/binutils-all/wasm32/invalid-wasm-2.s |     7 +
 .../testsuite/binutils-all/wasm32/long-sections.d  |    13 +
 .../testsuite/binutils-all/wasm32/long-sections.s  |     9 +
 .../testsuite/binutils-all/wasm32/parse-wasm-2.d   |    15 +
 .../testsuite/binutils-all/wasm32/parse-wasm-2.s   |    43 +
 .../testsuite/binutils-all/wasm32/parse-wasm.d     |     8 +
 .../testsuite/binutils-all/wasm32/parse-wasm.s     |     7 +
 .../binutils-all/wasm32/prepared-section.d         |    10 +
 .../binutils-all/wasm32/prepared-section.s         |     6 +
 binutils/testsuite/binutils-all/wasm32/wasm32.exp  |    29 +
 binutils/testsuite/binutils-all/windres/README     |     2 +-
 .../testsuite/binutils-all/windres/controldata.rc  |     6 +
 .../testsuite/binutils-all/windres/controldata.rsd |    18 +
 binutils/testsuite/binutils-all/windres/msupdate   |     2 +-
 .../testsuite/binutils-all/windres/windres.exp     |     2 +-
 binutils/testsuite/binutils-all/x86-64/empty-x32.d |    10 +
 binutils/testsuite/binutils-all/x86-64/empty.d     |     9 +
 binutils/testsuite/binutils-all/x86-64/empty.s     |    27 +
 binutils/testsuite/binutils-all/x86-64/ibt-x32.d   |    10 +
 binutils/testsuite/binutils-all/x86-64/ibt.d       |     9 +
 binutils/testsuite/binutils-all/x86-64/ibt.s       |    27 +
 binutils/testsuite/binutils-all/x86-64/pr21231a.d  |     9 +
 binutils/testsuite/binutils-all/x86-64/pr21231a.s  |    14 +
 binutils/testsuite/binutils-all/x86-64/pr21231b.d  |    12 +
 binutils/testsuite/binutils-all/x86-64/pr21231b.s  |    35 +
 binutils/testsuite/binutils-all/x86-64/shstk-x32.d |    10 +
 binutils/testsuite/binutils-all/x86-64/shstk.d     |     9 +
 binutils/testsuite/binutils-all/x86-64/shstk.s     |    27 +
 binutils/testsuite/binutils-all/x86-64/x86-64.exp  |     2 +-
 binutils/testsuite/config/default.exp              |     2 +-
 binutils/testsuite/lib/binutils-common.exp         |     6 +-
 binutils/testsuite/lib/utils-lib.exp               |    19 +-
 binutils/unwind-ia64.c                             |     2 +-
 binutils/unwind-ia64.h                             |     2 +-
 binutils/version.c                                 |     4 +-
 binutils/windint.h                                 |     2 +-
 binutils/windmc.c                                  |     2 +-
 binutils/windmc.h                                  |     2 +-
 binutils/windres.c                                 |     2 +-
 binutils/windres.h                                 |     2 +-
 binutils/winduni.c                                 |     2 +-
 binutils/winduni.h                                 |     2 +-
 binutils/wrstabs.c                                 |     2 +-
 config.guess                                       |    42 +-
 config.sub                                         |    43 +-
 config/ChangeLog                                   |    10 +
 config/acx.m4                                      |     2 +-
 config/bootstrap-asan.mk                           |     2 +-
 config/multi.m4                                    |     3 +-
 config/picflag.m4                                  |     2 +-
 configure                                          |   513 +-
 configure.ac                                       |   282 +-
 cpu/ChangeLog                                      |     8 +
 cpu/mep.opc                                        |     1 +
 cpu/or1kcommon.cpu                                 |     5 +
 elfcpp/ChangeLog                                   |    61 +-
 elfcpp/ChangeLog-2016                              |    75 +
 elfcpp/README                                      |     2 +-
 elfcpp/aarch64.h                                   |     2 +-
 elfcpp/arm.h                                       |     2 +-
 elfcpp/dwarf.h                                     |     2 +-
 elfcpp/elfcpp.h                                    |    10 +-
 elfcpp/elfcpp_file.h                               |     2 +-
 elfcpp/elfcpp_internal.h                           |     2 +-
 elfcpp/elfcpp_swap.h                               |     2 +-
 elfcpp/i386.h                                      |     2 +-
 elfcpp/mips.h                                      |     2 +-
 elfcpp/powerpc.h                                   |    10 +-
 elfcpp/s390.h                                      |     2 +-
 elfcpp/sparc.h                                     |     2 +-
 elfcpp/tilegx.h                                    |     2 +-
 elfcpp/x86_64.h                                    |     2 +-
 etc/ChangeLog                                      |     6 +
 etc/add-log.el                                     |     2 +-
 etc/texi2pod.pl                                    |     2 +-
 etc/update-copyright.py                            |   620 +
 gas/CONTRIBUTORS                                   |     2 +-
 gas/ChangeLog                                      |  5907 ++-
 gas/ChangeLog-2016                                 |  6024 +++
 gas/MAINTAINERS                                    |     2 +-
 gas/Makefile.am                                    |    42 +-
 gas/Makefile.in                                    |    98 +-
 gas/NEWS                                           |    21 +-
 gas/README                                         |     2 +-
 gas/app.c                                          |     7 +-
 gas/as.c                                           |     5 +-
 gas/as.h                                           |     9 +-
 gas/asintl.h                                       |     4 +-
 gas/atof-generic.c                                 |     4 +-
 gas/bignum.h                                       |     2 +-
 gas/bit_fix.h                                      |     4 +-
 gas/cgen.c                                         |     2 +-
 gas/cgen.h                                         |     2 +-
 gas/compress-debug.c                               |     2 +-
 gas/compress-debug.h                               |     2 +-
 gas/cond.c                                         |     2 +-
 gas/config.in                                      |     3 +
 gas/config/aout_gnu.h                              |     2 +-
 gas/config/atof-ieee.c                             |     4 +-
 gas/config/atof-vax.c                              |     2 +-
 gas/config/bfin-aux.h                              |     2 +-
 gas/config/bfin-defs.h                             |     4 +-
 gas/config/bfin-lex-wrapper.c                      |     2 +-
 gas/config/bfin-lex.l                              |    15 +-
 gas/config/bfin-parse.y                            |     9 +-
 gas/config/e-crisaout.c                            |     2 +-
 gas/config/e-criself.c                             |     2 +-
 gas/config/e-i386aout.c                            |     2 +-
 gas/config/e-i386coff.c                            |     2 +-
 gas/config/e-i386elf.c                             |     2 +-
 gas/config/e-mipself.c                             |     2 +-
 gas/config/itbl-mips.h                             |     2 +-
 gas/config/m68k-parse.h                            |     2 +-
 gas/config/m68k-parse.y                            |     2 +-
 gas/config/obj-aout.c                              |     2 +-
 gas/config/obj-aout.h                              |     2 +-
 gas/config/obj-coff-seh.c                          |     2 +-
 gas/config/obj-coff-seh.h                          |     4 +-
 gas/config/obj-coff.c                              |    12 +-
 gas/config/obj-coff.h                              |     2 +-
 gas/config/obj-ecoff.c                             |     9 +-
 gas/config/obj-ecoff.h                             |     2 +-
 gas/config/obj-elf.c                               |   119 +-
 gas/config/obj-elf.h                               |     5 +-
 gas/config/obj-evax.c                              |    10 +-
 gas/config/obj-evax.h                              |     2 +-
 gas/config/obj-fdpicelf.c                          |     2 +-
 gas/config/obj-fdpicelf.h                          |     2 +-
 gas/config/obj-macho.c                             |    12 +-
 gas/config/obj-macho.h                             |     2 +-
 gas/config/obj-multi.c                             |     2 +-
 gas/config/obj-multi.h                             |     2 +-
 gas/config/obj-som.c                               |     2 +-
 gas/config/obj-som.h                               |     2 +-
 gas/config/rl78-defs.h                             |     2 +-
 gas/config/rl78-parse.y                            |     2 +-
 gas/config/rx-defs.h                               |     2 +-
 gas/config/rx-parse.y                              |     4 +-
 gas/config/tc-aarch64.c                            |  1386 +-
 gas/config/tc-aarch64.h                            |    10 +-
 gas/config/tc-alpha.c                              |    10 +-
 gas/config/tc-alpha.h                              |     2 +-
 gas/config/tc-arc.c                                |  1133 +-
 gas/config/tc-arc.h                                |    14 +-
 gas/config/tc-arm.c                                |  1498 +-
 gas/config/tc-arm.h                                |    16 +-
 gas/config/tc-avr.c                                |   614 +-
 gas/config/tc-avr.h                                |    11 +-
 gas/config/tc-bfin.c                               |     7 +-
 gas/config/tc-bfin.h                               |     2 +-
 gas/config/tc-cr16.c                               |    38 +-
 gas/config/tc-cr16.h                               |     2 +-
 gas/config/tc-cris.c                               |     4 +-
 gas/config/tc-cris.h                               |     7 +-
 gas/config/tc-crx.c                                |    35 +-
 gas/config/tc-crx.h                                |     2 +-
 gas/config/tc-d10v.c                               |     6 +-
 gas/config/tc-d10v.h                               |     2 +-
 gas/config/tc-d30v.c                               |    10 +-
 gas/config/tc-d30v.h                               |     2 +-
 gas/config/tc-dlx.c                                |     5 +-
 gas/config/tc-dlx.h                                |     2 +-
 gas/config/tc-epiphany.c                           |    15 +-
 gas/config/tc-epiphany.h                           |     2 +-
 gas/config/tc-fr30.c                               |     2 +-
 gas/config/tc-fr30.h                               |     2 +-
 gas/config/tc-frv.c                                |     9 +-
 gas/config/tc-frv.h                                |     2 +-
 gas/config/tc-ft32.c                               |     2 +-
 gas/config/tc-ft32.h                               |     2 +-
 gas/config/tc-generic.c                            |     2 +-
 gas/config/tc-generic.h                            |     2 +-
 gas/config/tc-h8300.c                              |     3 +-
 gas/config/tc-h8300.h                              |     2 +-
 gas/config/tc-hppa.c                               |    12 +-
 gas/config/tc-hppa.h                               |     4 +-
 gas/config/tc-i370.c                               |    37 +-
 gas/config/tc-i370.h                               |     2 +-
 gas/config/tc-i386-intel.c                         |     4 +-
 gas/config/tc-i386.c                               |   312 +-
 gas/config/tc-i386.h                               |     7 +-
 gas/config/tc-i860.c                               |     2 +-
 gas/config/tc-i860.h                               |     2 +-
 gas/config/tc-i960.c                               |    14 +-
 gas/config/tc-i960.h                               |     9 +-
 gas/config/tc-ia64.c                               |    19 +-
 gas/config/tc-ia64.h                               |     7 +-
 gas/config/tc-ip2k.c                               |     3 +-
 gas/config/tc-ip2k.h                               |     2 +-
 gas/config/tc-iq2000.c                             |     3 +-
 gas/config/tc-iq2000.h                             |     2 +-
 gas/config/tc-lm32.c                               |     2 +-
 gas/config/tc-lm32.h                               |     2 +-
 gas/config/tc-m32c.c                               |     3 +-
 gas/config/tc-m32c.h                               |     2 +-
 gas/config/tc-m32r.c                               |    10 +-
 gas/config/tc-m32r.h                               |     2 +-
 gas/config/tc-m68851.h                             |     2 +-
 gas/config/tc-m68hc11.c                            |    15 +-
 gas/config/tc-m68hc11.h                            |     2 +-
 gas/config/tc-m68k.c                               |    31 +-
 gas/config/tc-m68k.h                               |     2 +-
 gas/config/tc-mcore.c                              |    16 +-
 gas/config/tc-mcore.h                              |     2 +-
 gas/config/tc-mep.c                                |    31 +-
 gas/config/tc-mep.h                                |     4 +-
 gas/config/tc-metag.c                              |    24 +-
 gas/config/tc-metag.h                              |     2 +-
 gas/config/tc-microblaze.c                         |    25 +-
 gas/config/tc-microblaze.h                         |    13 +-
 gas/config/tc-mips.c                               |  1727 +-
 gas/config/tc-mips.h                               |     8 +-
 gas/config/tc-mmix.c                               |     4 +-
 gas/config/tc-mmix.h                               |     2 +-
 gas/config/tc-mn10200.c                            |     6 +-
 gas/config/tc-mn10200.h                            |     2 +-
 gas/config/tc-mn10300.c                            |    10 +-
 gas/config/tc-mn10300.h                            |    20 +-
 gas/config/tc-moxie.c                              |     9 +-
 gas/config/tc-moxie.h                              |     2 +-
 gas/config/tc-msp430.c                             |    42 +-
 gas/config/tc-msp430.h                             |    13 +-
 gas/config/tc-mt.c                                 |     4 +-
 gas/config/tc-mt.h                                 |     2 +-
 gas/config/tc-nds32.c                              |   165 +-
 gas/config/tc-nds32.h                              |     9 +-
 gas/config/tc-nios2.c                              |    11 +-
 gas/config/tc-nios2.h                              |    12 +-
 gas/config/tc-ns32k.c                              |    42 +-
 gas/config/tc-ns32k.h                              |     2 +-
 gas/config/tc-or1k.c                               |     2 +-
 gas/config/tc-or1k.h                               |     2 +-
 gas/config/tc-pdp11.c                              |    16 +-
 gas/config/tc-pdp11.h                              |     2 +-
 gas/config/tc-pj.c                                 |     2 +-
 gas/config/tc-pj.h                                 |     2 +-
 gas/config/tc-ppc.c                                |  1247 +-
 gas/config/tc-ppc.h                                |    21 +-
 gas/config/tc-pru.c                                |  1951 +
 gas/config/tc-pru.h                                |   154 +
 gas/config/tc-riscv.c                              |  2588 ++
 gas/config/tc-riscv.h                              |   120 +
 gas/config/tc-rl78.c                               |     3 +-
 gas/config/tc-rl78.h                               |     6 +-
 gas/config/tc-rx.c                                 |    17 +-
 gas/config/tc-rx.h                                 |     2 +-
 gas/config/tc-s390.c                               |   133 +-
 gas/config/tc-s390.h                               |     5 +-
 gas/config/tc-score.c                              |    75 +-
 gas/config/tc-score.h                              |     2 +-
 gas/config/tc-score7.c                             |    29 +-
 gas/config/tc-sh.c                                 |    10 +-
 gas/config/tc-sh.h                                 |     9 +-
 gas/config/tc-sh64.c                               |     4 +-
 gas/config/tc-sh64.h                               |     9 +-
 gas/config/tc-sparc.c                              |   369 +-
 gas/config/tc-sparc.h                              |     7 +-
 gas/config/tc-spu.c                                |     2 +-
 gas/config/tc-spu.h                                |     2 +-
 gas/config/tc-tic30.c                              |     2 +-
 gas/config/tc-tic30.h                              |     2 +-
 gas/config/tc-tic4x.c                              |    27 +-
 gas/config/tc-tic4x.h                              |     2 +-
 gas/config/tc-tic54x.c                             |    14 +-
 gas/config/tc-tic54x.h                             |     2 +-
 gas/config/tc-tic6x.c                              |     5 +-
 gas/config/tc-tic6x.h                              |     2 +-
 gas/config/tc-tilegx.c                             |     2 +-
 gas/config/tc-tilegx.h                             |     2 +-
 gas/config/tc-tilepro.c                            |     2 +-
 gas/config/tc-tilepro.h                            |     2 +-
 gas/config/tc-v850.c                               |    16 +-
 gas/config/tc-v850.h                               |     2 +-
 gas/config/tc-vax.c                                |    14 +-
 gas/config/tc-vax.h                                |     2 +-
 gas/config/tc-visium.c                             |    11 +-
 gas/config/tc-visium.h                             |     2 +-
 gas/config/tc-wasm32.c                             |   821 +
 gas/config/tc-wasm32.h                             |    89 +
 gas/config/tc-xc16x.c                              |     2 +-
 gas/config/tc-xc16x.h                              |     2 +-
 gas/config/tc-xgate.c                              |    88 +-
 gas/config/tc-xgate.h                              |     4 +-
 gas/config/tc-xstormy16.c                          |     5 +-
 gas/config/tc-xstormy16.h                          |     2 +-
 gas/config/tc-xtensa.c                             |   130 +-
 gas/config/tc-xtensa.h                             |    14 +-
 gas/config/tc-z80.c                                |    11 +-
 gas/config/tc-z80.h                                |     2 +-
 gas/config/tc-z8k.c                                |    22 +-
 gas/config/tc-z8k.h                                |     2 +-
 gas/config/te-386bsd.h                             |     2 +-
 gas/config/te-aix.h                                |     2 +-
 gas/config/te-aix5.h                               |     2 +-
 gas/config/te-armeabi.h                            |     2 +-
 gas/config/te-armfbsdeabi.h                        |     2 +-
 gas/config/te-armfbsdvfp.h                         |     2 +-
 gas/config/te-armlinuxeabi.h                       |     2 +-
 gas/config/te-dragonfly.h                          |     2 +-
 gas/config/te-dynix.h                              |     2 +-
 gas/config/te-epoc-pe.h                            |     2 +-
 gas/config/te-freebsd.h                            |     2 +-
 gas/config/te-generic.h                            |     2 +-
 gas/config/te-gnu.h                                |     2 +-
 gas/config/te-go32.h                               |     2 +-
 gas/config/te-hppa.h                               |     2 +-
 gas/config/te-hppa64.h                             |     2 +-
 gas/config/te-hppalinux64.h                        |     2 +-
 gas/config/te-hpux.h                               |     2 +-
 gas/config/te-i386aix.h                            |     2 +-
 gas/config/te-ia64aix.h                            |     2 +-
 gas/config/te-interix.h                            |     2 +-
 gas/config/te-irix.h                               |     2 +-
 gas/config/te-linux.h                              |     2 +-
 gas/config/te-lynx.h                               |     2 +-
 gas/config/te-mach.h                               |     2 +-
 gas/config/te-macos.h                              |     2 +-
 gas/config/te-nacl.h                               |     2 +-
 gas/config/te-nbsd.h                               |     2 +-
 gas/config/te-nbsd532.h                            |     2 +-
 gas/config/te-netware.h                            |     2 +-
 gas/config/te-pc532mach.h                          |     2 +-
 gas/config/te-pe.h                                 |     2 +-
 gas/config/te-pep.h                                |     2 +-
 gas/config/te-psos.h                               |     2 +-
 gas/config/te-riscix.h                             |     2 +-
 gas/config/te-solaris.h                            |     2 +-
 gas/config/te-sparcaout.h                          |     2 +-
 gas/config/te-sun3.h                               |     2 +-
 gas/config/te-svr4.h                               |     2 +-
 gas/config/te-symbian.h                            |     2 +-
 gas/config/te-tmips.h                              |     2 +-
 gas/config/te-uclinux.h                            |     2 +-
 gas/config/te-vms.c                                |     4 +-
 gas/config/te-vms.h                                |     2 +-
 gas/config/te-vxworks.h                            |     2 +-
 gas/config/te-wince-pe.h                           |     2 +-
 gas/config/vax-inst.h                              |     2 +-
 gas/config/xtensa-istack.h                         |     2 +-
 gas/config/xtensa-relax.c                          |    10 +-
 gas/config/xtensa-relax.h                          |     2 +-
 gas/configure                                      |   122 +-
 gas/configure.ac                                   |     8 +-
 gas/configure.com                                  |     2 +-
 gas/configure.tgt                                  |    55 +-
 gas/debug.c                                        |     2 +-
 gas/depend.c                                       |     6 +-
 gas/doc/Makefile.am                                |     4 +-
 gas/doc/Makefile.in                                |     6 +-
 gas/doc/all.texi                                   |     5 +-
 gas/doc/as.texinfo                                 |   214 +-
 gas/doc/c-aarch64.texi                             |    17 +-
 gas/doc/c-alpha.texi                               |     2 +-
 gas/doc/c-arc.texi                                 |   122 +-
 gas/doc/c-arm.texi                                 |    21 +-
 gas/doc/c-avr.texi                                 |    64 +-
 gas/doc/c-bfin.texi                                |     2 +-
 gas/doc/c-cr16.texi                                |     2 +-
 gas/doc/c-cris.texi                                |     2 +-
 gas/doc/c-d10v.texi                                |     2 +-
 gas/doc/c-d30v.texi                                |     2 +-
 gas/doc/c-epiphany.texi                            |     2 +-
 gas/doc/c-h8300.texi                               |     2 +-
 gas/doc/c-hppa.texi                                |     4 +-
 gas/doc/c-i370.texi                                |     4 +-
 gas/doc/c-i386.texi                                |    47 +-
 gas/doc/c-i860.texi                                |     2 +-
 gas/doc/c-i960.texi                                |     2 +-
 gas/doc/c-ia64.texi                                |     2 +-
 gas/doc/c-ip2k.texi                                |     2 +-
 gas/doc/c-lm32.texi                                |     4 +-
 gas/doc/c-m32c.texi                                |     2 +-
 gas/doc/c-m32r.texi                                |    10 +-
 gas/doc/c-m68hc11.texi                             |     2 +-
 gas/doc/c-m68k.texi                                |     4 +-
 gas/doc/c-metag.texi                               |     2 +-
 gas/doc/c-microblaze.texi                          |     2 +-
 gas/doc/c-mips.texi                                |    60 +-
 gas/doc/c-mmix.texi                                |     4 +-
 gas/doc/c-msp430.texi                              |     4 +-
 gas/doc/c-mt.texi                                  |     2 +-
 gas/doc/c-nds32.texi                               |     4 +-
 gas/doc/c-nios2.texi                               |     2 +-
 gas/doc/c-ns32k.texi                               |     4 +-
 gas/doc/c-pdp11.texi                               |     2 +-
 gas/doc/c-pj.texi                                  |     2 +-
 gas/doc/c-ppc.texi                                 |     2 +-
 gas/doc/c-pru.texi                                 |   150 +
 gas/doc/c-riscv.texi                               |    49 +
 gas/doc/c-rl78.texi                                |     2 +-
 gas/doc/c-rx.texi                                  |     4 +-
 gas/doc/c-s390.texi                                |    48 +-
 gas/doc/c-score.texi                               |     2 +-
 gas/doc/c-sh.texi                                  |     2 +-
 gas/doc/c-sh64.texi                                |     2 +-
 gas/doc/c-sparc.texi                               |    36 +-
 gas/doc/c-tic54x.texi                              |     2 +-
 gas/doc/c-tic6x.texi                               |     4 +-
 gas/doc/c-tilegx.texi                              |     4 +-
 gas/doc/c-tilepro.texi                             |     4 +-
 gas/doc/c-v850.texi                                |    10 +-
 gas/doc/c-vax.texi                                 |     2 +-
 gas/doc/c-visium.texi                              |     2 +-
 gas/doc/c-wasm32.texi                              |   119 +
 gas/doc/c-xc16x.texi                               |     2 +-
 gas/doc/c-xgate.texi                               |     4 +-
 gas/doc/c-xstormy16.texi                           |     2 +-
 gas/doc/c-xtensa.texi                              |     4 +-
 gas/doc/c-z80.texi                                 |     2 +-
 gas/doc/c-z8k.texi                                 |     2 +-
 gas/doc/h8.texi                                    |     2 +-
 gas/doc/internals.texi                             |     2 +-
 gas/dw2gencfi.c                                    |   127 +-
 gas/dw2gencfi.h                                    |     3 +-
 gas/dwarf2dbg.c                                    |    73 +-
 gas/dwarf2dbg.h                                    |     2 +-
 gas/ecoff.c                                        |    36 +-
 gas/ecoff.h                                        |     2 +-
 gas/ehopt.c                                        |     2 +-
 gas/emul-target.h                                  |     2 +-
 gas/emul.h                                         |     2 +-
 gas/expr.c                                         |    41 +-
 gas/expr.h                                         |     2 +-
 gas/flonum-copy.c                                  |     2 +-
 gas/flonum-konst.c                                 |     2 +-
 gas/flonum-mult.c                                  |     2 +-
 gas/flonum.h                                       |     2 +-
 gas/frags.c                                        |     2 +-
 gas/frags.h                                        |     2 +-
 gas/hash.c                                         |     2 +-
 gas/hash.h                                         |     2 +-
 gas/input-file.c                                   |     2 +-
 gas/input-file.h                                   |     4 +-
 gas/input-scrub.c                                  |    93 +-
 gas/itbl-lex-wrapper.c                             |     2 +-
 gas/itbl-lex.h                                     |     2 +-
 gas/itbl-lex.l                                     |    12 +-
 gas/itbl-ops.c                                     |     8 +-
 gas/itbl-ops.h                                     |     2 +-
 gas/itbl-parse.y                                   |     2 +-
 gas/listing.c                                      |     4 +-
 gas/listing.h                                      |     2 +-
 gas/literal.c                                      |     2 +-
 gas/macro.c                                        |     6 +-
 gas/macro.h                                        |     2 +-
 gas/makefile.vms                                   |     2 +-
 gas/messages.c                                     |    78 +-
 gas/obj.h                                          |     2 +-
 gas/output-file.c                                  |     2 +-
 gas/output-file.h                                  |     2 +-
 gas/po/Make-in                                     |     2 +-
 gas/po/POTFILES.in                                 |     6 +
 gas/po/gas.pot                                     |  9333 +++--
 gas/po/sv.po                                       | 20023 +++++++++
 gas/read.c                                         |    99 +-
 gas/read.h                                         |     9 +-
 gas/remap.c                                        |     2 +-
 gas/sb.c                                           |     2 +-
 gas/sb.h                                           |     2 +-
 gas/stabs.c                                        |    51 +-
 gas/struc-symbol.h                                 |     6 +-
 gas/subsegs.c                                      |     6 +-
 gas/subsegs.h                                      |     2 +-
 gas/symbols.c                                      |    57 +-
 gas/symbols.h                                      |     4 +-
 gas/tc.h                                           |     2 +-
 gas/testsuite/config/default.exp                   |     2 +-
 gas/testsuite/gas/aarch64/aarch64.exp              |     2 +-
 gas/testsuite/gas/aarch64/addsub.d                 |     2 +-
 gas/testsuite/gas/aarch64/addsub.s                 |     2 +-
 gas/testsuite/gas/aarch64/adr_1.d                  |     1 +
 gas/testsuite/gas/aarch64/advsimd-across.d         |     2 +-
 gas/testsuite/gas/aarch64/advsimd-across.s         |     2 +-
 gas/testsuite/gas/aarch64/advsimd-armv8_3.d        |    33 +
 gas/testsuite/gas/aarch64/advsimd-armv8_3.s        |    36 +
 gas/testsuite/gas/aarch64/advsimd-compnum.d        |    40 +
 gas/testsuite/gas/aarch64/advsimd-compnum.s        |     9 +
 gas/testsuite/gas/aarch64/advsimd-fp16.d           |    14 +-
 gas/testsuite/gas/aarch64/advsimd-fp16.s           |     3 +
 gas/testsuite/gas/aarch64/advsimd-misc.d           |     2 +-
 gas/testsuite/gas/aarch64/advsimd-misc.s           |     2 +-
 gas/testsuite/gas/aarch64/advsisd-copy.d           |     2 +-
 gas/testsuite/gas/aarch64/advsisd-copy.s           |     2 +-
 gas/testsuite/gas/aarch64/advsisd-misc.d           |     2 +-
 gas/testsuite/gas/aarch64/advsisd-misc.s           |     2 +-
 gas/testsuite/gas/aarch64/alias-2.d                |    34 +-
 gas/testsuite/gas/aarch64/alias.d                  |    28 +-
 gas/testsuite/gas/aarch64/alias.s                  |     2 +-
 gas/testsuite/gas/aarch64/armv8-ras-1.d            |     2 +-
 gas/testsuite/gas/aarch64/b_1.d                    |     4 +-
 gas/testsuite/gas/aarch64/b_c_1.d                  |    58 +
 gas/testsuite/gas/aarch64/b_c_1.s                  |    76 +
 gas/testsuite/gas/aarch64/beq_1.d                  |     6 +-
 gas/testsuite/gas/aarch64/bitfield-alias.s         |     2 +-
 gas/testsuite/gas/aarch64/bitfield-bfm.s           |     2 +-
 gas/testsuite/gas/aarch64/bitfield-dump            |     2 +-
 gas/testsuite/gas/aarch64/bitfield-no-aliases.d    |     2 +-
 gas/testsuite/gas/aarch64/codealign.d              |     2 +-
 gas/testsuite/gas/aarch64/codealign_1.d            |     2 +-
 gas/testsuite/gas/aarch64/crc32-directive.d        |     2 +-
 gas/testsuite/gas/aarch64/crc32.d                  |     2 +-
 gas/testsuite/gas/aarch64/crc32.s                  |     2 +-
 gas/testsuite/gas/aarch64/crypto-directive.d       |     2 +-
 gas/testsuite/gas/aarch64/crypto.d                 |     2 +-
 gas/testsuite/gas/aarch64/crypto.s                 |     2 +-
 gas/testsuite/gas/aarch64/diagnostic.l             |   208 +-
 gas/testsuite/gas/aarch64/diagnostic.s             |    40 +-
 gas/testsuite/gas/aarch64/dotproduct.d             |   548 +
 gas/testsuite/gas/aarch64/dotproduct.s             |   540 +
 gas/testsuite/gas/aarch64/dwarf.d                  |    35 +-
 gas/testsuite/gas/aarch64/float-fp16.d             |    14 +-
 gas/testsuite/gas/aarch64/floatdp2.d               |     2 +-
 gas/testsuite/gas/aarch64/floatdp2.s               |     2 +-
 gas/testsuite/gas/aarch64/fp-armv8_3.d             |    10 +
 gas/testsuite/gas/aarch64/fp-armv8_3.s             |     5 +
 gas/testsuite/gas/aarch64/fp-const0-parse.d        |     2 +-
 gas/testsuite/gas/aarch64/fp-const0-parse.s        |     2 +-
 gas/testsuite/gas/aarch64/fp_cvt_int.d             |     2 +-
 gas/testsuite/gas/aarch64/fp_cvt_int.s             |     2 +-
 gas/testsuite/gas/aarch64/fpmov.d                  |     2 +-
 gas/testsuite/gas/aarch64/illegal-3.d              |    14 +
 gas/testsuite/gas/aarch64/illegal-3.s              |     9 +
 gas/testsuite/gas/aarch64/illegal-crypto-nofp.d    |     3 +
 gas/testsuite/gas/aarch64/illegal-crypto-nofp.l    |    19 +
 gas/testsuite/gas/aarch64/illegal-fcmla.d          |     2 +
 gas/testsuite/gas/aarch64/illegal-fcmla.l          |    17 +
 gas/testsuite/gas/aarch64/illegal-fcmla.s          |    25 +
 gas/testsuite/gas/aarch64/illegal-fjcvtzs.d        |     2 +
 gas/testsuite/gas/aarch64/illegal-fjcvtzs.l        |     8 +
 gas/testsuite/gas/aarch64/illegal-fjcvtzs.s        |    14 +
 gas/testsuite/gas/aarch64/illegal-fp16-nofp.d      |     2 +
 gas/testsuite/gas/aarch64/illegal-fp16-nofp.l      |     6 +
 gas/testsuite/gas/aarch64/illegal-fp16-nofp.s      |     7 +
 gas/testsuite/gas/aarch64/illegal-ldapr.d          |     2 +
 gas/testsuite/gas/aarch64/illegal-ldapr.l          |    16 +
 gas/testsuite/gas/aarch64/illegal-ldapr.s          |    25 +
 gas/testsuite/gas/aarch64/illegal-ldraa.d          |     2 +
 gas/testsuite/gas/aarch64/illegal-ldraa.l          |    35 +
 gas/testsuite/gas/aarch64/illegal-ldraa.s          |    44 +
 gas/testsuite/gas/aarch64/illegal-lse.l            |   456 +-
 gas/testsuite/gas/aarch64/illegal-lse.s            |     2 +-
 gas/testsuite/gas/aarch64/illegal-nofp-armv8_3.d   |     2 +
 gas/testsuite/gas/aarch64/illegal-nofp-armv8_3.l   |     3 +
 gas/testsuite/gas/aarch64/illegal-nofp-armv8_3.s   |     6 +
 gas/testsuite/gas/aarch64/illegal-sysreg-3.d       |     3 +
 gas/testsuite/gas/aarch64/illegal-sysreg-3.l       |    21 +
 gas/testsuite/gas/aarch64/illegal.l                |     8 +-
 gas/testsuite/gas/aarch64/illegal.s                |    20 +-
 gas/testsuite/gas/aarch64/ilp32-basic.d            |     4 +-
 gas/testsuite/gas/aarch64/inst-directive.d         |     2 +-
 gas/testsuite/gas/aarch64/int-insns.d              |    18 +-
 gas/testsuite/gas/aarch64/ldr_1.d                  |     4 +-
 gas/testsuite/gas/aarch64/ldst-exclusive.d         |     2 +-
 gas/testsuite/gas/aarch64/ldst-exclusive.s         |     2 +-
 gas/testsuite/gas/aarch64/ldst-rcpc-armv8_2.d      |    21 +
 gas/testsuite/gas/aarch64/ldst-rcpc.d              |    20 +
 gas/testsuite/gas/aarch64/ldst-rcpc.s              |    22 +
 gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.d  |   416 +-
 gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s  |     2 +-
 gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.d   |   416 +-
 gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s   |     2 +-
 gas/testsuite/gas/aarch64/ldst-reg-pair.d          |   476 +-
 gas/testsuite/gas/aarch64/ldst-reg-pair.s          |     2 +-
 gas/testsuite/gas/aarch64/ldst-reg-reg-offset.d    |   170 +-
 gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s    |     2 +-
 gas/testsuite/gas/aarch64/ldst-reg-uns-imm.d       |   416 +-
 gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s       |     2 +-
 gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.d  |   370 +-
 gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s  |     2 +-
 gas/testsuite/gas/aarch64/legacy_reg_names.l       |     4 +-
 gas/testsuite/gas/aarch64/lor-directive.d          |     2 +-
 gas/testsuite/gas/aarch64/lor.d                    |     2 +-
 gas/testsuite/gas/aarch64/lor.s                    |     2 +-
 gas/testsuite/gas/aarch64/lse-atomic.d             |     2 +-
 gas/testsuite/gas/aarch64/lse-atomic.s             |     2 +-
 gas/testsuite/gas/aarch64/mapmisc.d                |    78 +-
 gas/testsuite/gas/aarch64/mov-no-aliases.d         |     2 +-
 gas/testsuite/gas/aarch64/mov.d                    |     2 +-
 gas/testsuite/gas/aarch64/movi.d                   |     2 +-
 gas/testsuite/gas/aarch64/movw_label.d             |    16 +-
 gas/testsuite/gas/aarch64/msr.d                    |     2 +-
 gas/testsuite/gas/aarch64/msr.s                    |     2 +-
 gas/testsuite/gas/aarch64/neon-fp-cvt-int.d        |     2 +-
 gas/testsuite/gas/aarch64/neon-fp-cvt-int.s        |     2 +-
 gas/testsuite/gas/aarch64/neon-frint.d             |     2 +-
 gas/testsuite/gas/aarch64/neon-ins.d               |     2 +-
 gas/testsuite/gas/aarch64/neon-not.d               |     2 +-
 gas/testsuite/gas/aarch64/neon-vfp-reglist-post.d  |     2 +-
 gas/testsuite/gas/aarch64/neon-vfp-reglist.d       |     2 +-
 gas/testsuite/gas/aarch64/no-aliases.d             |    28 +-
 gas/testsuite/gas/aarch64/optional.d               |    12 +-
 gas/testsuite/gas/aarch64/pac.d                    |    74 +
 gas/testsuite/gas/aarch64/pac.s                    |    79 +
 gas/testsuite/gas/aarch64/pan-directive.d          |     2 +-
 gas/testsuite/gas/aarch64/pan.d                    |     2 +-
 gas/testsuite/gas/aarch64/pan.s                    |     2 +-
 gas/testsuite/gas/aarch64/pr20364.d                |    13 +
 gas/testsuite/gas/aarch64/pr20364.s                |    28 +
 gas/testsuite/gas/aarch64/programmer-friendly.d    |     3 +-
 gas/testsuite/gas/aarch64/rdma-directive.d         |     2 +-
 gas/testsuite/gas/aarch64/rdma.d                   |     2 +-
 gas/testsuite/gas/aarch64/rdma.s                   |     2 +-
 gas/testsuite/gas/aarch64/reloc-data.d             |     1 +
 gas/testsuite/gas/aarch64/reloc-dtprel_g0.d        |     4 +-
 gas/testsuite/gas/aarch64/reloc-dtprel_g0_nc.d     |     4 +-
 gas/testsuite/gas/aarch64/reloc-dtprel_g1.d        |     4 +-
 gas/testsuite/gas/aarch64/reloc-dtprel_g1_nc.d     |     1 +
 gas/testsuite/gas/aarch64/reloc-dtprel_g2.d        |     1 +
 gas/testsuite/gas/aarch64/reloc-dtprel_hi12.d      |     4 +-
 gas/testsuite/gas/aarch64/reloc-dtprel_lo12-1.d    |     4 +-
 .../gas/aarch64/reloc-dtprel_lo12-ldst16.d         |     1 +
 .../gas/aarch64/reloc-dtprel_lo12-ldst32.d         |     1 +
 .../gas/aarch64/reloc-dtprel_lo12-ldst64.d         |     1 +
 .../gas/aarch64/reloc-dtprel_lo12-ldst8.d          |     1 +
 .../gas/aarch64/reloc-dtprel_lo12_nc-ldst16.d      |     1 +
 .../gas/aarch64/reloc-dtprel_lo12_nc-ldst32.d      |     1 +
 .../gas/aarch64/reloc-dtprel_lo12_nc-ldst64.d      |     1 +
 .../gas/aarch64/reloc-dtprel_lo12_nc-ldst8.d       |     1 +
 gas/testsuite/gas/aarch64/reloc-dtprel_lo12_nc.d   |     4 +-
 gas/testsuite/gas/aarch64/reloc-gotoff_g0_nc.d     |     1 +
 gas/testsuite/gas/aarch64/reloc-gotoff_g1.d        |     1 +
 gas/testsuite/gas/aarch64/reloc-gottprel_g0_nc.d   |     1 +
 gas/testsuite/gas/aarch64/reloc-gottprel_g1.d      |     1 +
 gas/testsuite/gas/aarch64/reloc-insn.d             |    15 +-
 .../gas/aarch64/reloc-tlsdesc_off_g0_nc.d          |     1 +
 gas/testsuite/gas/aarch64/reloc-tlsdesc_off_g1.d   |     1 +
 gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d      |     1 +
 gas/testsuite/gas/aarch64/reloc-tlsgd_g1.d         |     1 +
 gas/testsuite/gas/aarch64/reloc-tlsldm-1.d         |     4 +-
 gas/testsuite/gas/aarch64/reloc-tlsldm-page-1.d    |     4 +-
 gas/testsuite/gas/aarch64/reloc-tlsldm_lo12_nc-1.d |     4 +-
 gas/testsuite/gas/aarch64/rm-simd-ext.s            |     2 +-
 gas/testsuite/gas/aarch64/shifted.d                |     2 +-
 gas/testsuite/gas/aarch64/shifted.s                |     2 +-
 gas/testsuite/gas/aarch64/sve-add.d                |   151 +
 gas/testsuite/gas/aarch64/sve-add.s                |   149 +
 gas/testsuite/gas/aarch64/sve-dup.d                |   161 +
 gas/testsuite/gas/aarch64/sve-dup.s                |   159 +
 gas/testsuite/gas/aarch64/sve-invalid.d            |     4 +
 gas/testsuite/gas/aarch64/sve-invalid.l            |  1210 +
 gas/testsuite/gas/aarch64/sve-invalid.s            |  1326 +
 gas/testsuite/gas/aarch64/sve-reg-diagnostic.d     |     3 +
 gas/testsuite/gas/aarch64/sve-reg-diagnostic.l     |    24 +
 gas/testsuite/gas/aarch64/sve-reg-diagnostic.s     |   143 +
 gas/testsuite/gas/aarch64/sve-sysreg-invalid.d     |     3 +
 gas/testsuite/gas/aarch64/sve-sysreg-invalid.l     |    21 +
 gas/testsuite/gas/aarch64/sve-sysreg.d             |    29 +
 gas/testsuite/gas/aarch64/sve-sysreg.s             |    25 +
 gas/testsuite/gas/aarch64/sve.d                    | 40564 +++++++++++++++++++
 gas/testsuite/gas/aarch64/sve.s                    | 40542 ++++++++++++++++++
 gas/testsuite/gas/aarch64/symbol.d                 |    10 +-
 gas/testsuite/gas/aarch64/sys-rt-reg.d             |   134 +
 gas/testsuite/gas/aarch64/sys-rt-reg.s             |    21 +
 gas/testsuite/gas/aarch64/sysreg-1.d               |     2 +-
 gas/testsuite/gas/aarch64/sysreg-1.s               |     2 +-
 gas/testsuite/gas/aarch64/sysreg-2.d               |     2 +-
 gas/testsuite/gas/aarch64/sysreg-3.d               |    28 +
 gas/testsuite/gas/aarch64/sysreg-3.s               |    21 +
 gas/testsuite/gas/aarch64/sysreg.d                 |     2 +-
 gas/testsuite/gas/aarch64/system-2.d               |     2 +-
 gas/testsuite/gas/aarch64/system-3.d               |    34 +
 gas/testsuite/gas/aarch64/system-3.s               |    41 +
 gas/testsuite/gas/aarch64/system.d                 |   320 +-
 gas/testsuite/gas/aarch64/tail_padding.d           |     1 +
 gas/testsuite/gas/aarch64/tbz_1.d                  |     4 +-
 gas/testsuite/gas/aarch64/tlbi_op.d                |     2 +-
 gas/testsuite/gas/aarch64/tls-desc.d               |     3 +-
 gas/testsuite/gas/aarch64/tls.d                    |    32 +-
 gas/testsuite/gas/aarch64/tls.s                    |     2 +-
 gas/testsuite/gas/aarch64/uao-directive.d          |     2 +-
 gas/testsuite/gas/aarch64/uao.d                    |     2 +-
 gas/testsuite/gas/aarch64/uao.s                    |     2 +-
 gas/testsuite/gas/aarch64/verbose-error.l          |   180 +-
 gas/testsuite/gas/aarch64/virthostext-directive.d  |     2 +-
 gas/testsuite/gas/aarch64/virthostext.d            |     2 +-
 gas/testsuite/gas/aarch64/virthostext.s            |     2 +-
 gas/testsuite/gas/all/err-sizeof.s                 |    18 +
 gas/testsuite/gas/all/gas.exp                      |    43 +-
 gas/testsuite/gas/all/itbl-test.c                  |     4 +-
 gas/testsuite/gas/all/org-1.d                      |     3 +
 gas/testsuite/gas/all/org-1.l                      |     2 +
 gas/testsuite/gas/all/org-1.s                      |    25 +
 gas/testsuite/gas/all/org-2.d                      |     2 +
 gas/testsuite/gas/all/org-2.l                      |     2 +
 gas/testsuite/gas/all/org-2.s                      |     9 +
 gas/testsuite/gas/all/org-3.d                      |     2 +
 gas/testsuite/gas/all/org-3.l                      |     2 +
 gas/testsuite/gas/all/org-3.s                      |     9 +
 gas/testsuite/gas/all/org-4.d                      |     5 +
 gas/testsuite/gas/all/org-4.s                      |     9 +
 gas/testsuite/gas/all/org-5.d                      |     5 +
 gas/testsuite/gas/all/org-5.s                      |     9 +
 gas/testsuite/gas/all/org-6.d                      |     5 +
 gas/testsuite/gas/all/org-6.s                      |     9 +
 gas/testsuite/gas/all/sleb128-8.d                  |     7 +
 gas/testsuite/gas/all/sleb128-8.s                  |     2 +
 gas/testsuite/gas/all/test-example.c               |     2 +-
 gas/testsuite/gas/all/test-gen.c                   |     2 +-
 gas/testsuite/gas/alpha/alpha.exp                  |     2 +-
 gas/testsuite/gas/arc/add_s-err.s                  |     2 +-
 gas/testsuite/gas/arc/arc.exp                      |     2 +-
 gas/testsuite/gas/arc/asm-errors-3.d               |     2 +
 gas/testsuite/gas/arc/asm-errors-3.err             |     7 +
 gas/testsuite/gas/arc/asm-errors-3.s               |    14 +
 gas/testsuite/gas/arc/attr-arc600.d                |    10 +
 gas/testsuite/gas/arc/attr-arc600_mul32x16.d       |    10 +
 gas/testsuite/gas/arc/attr-arc600_norm.d           |    10 +
 gas/testsuite/gas/arc/attr-arc601.d                |    10 +
 gas/testsuite/gas/arc/attr-arc601_mul32x16.d       |    10 +
 gas/testsuite/gas/arc/attr-arc601_mul64.d          |    10 +
 gas/testsuite/gas/arc/attr-arc601_norm.d           |    10 +
 gas/testsuite/gas/arc/attr-arc700.d                |    10 +
 gas/testsuite/gas/arc/attr-arcem.d                 |    10 +
 gas/testsuite/gas/arc/attr-archs.d                 |    11 +
 gas/testsuite/gas/arc/attr-autodetect-1.d          |    11 +
 gas/testsuite/gas/arc/attr-autodetect-1.s          |     4 +
 gas/testsuite/gas/arc/attr-cpu-a601.d              |     8 +
 gas/testsuite/gas/arc/attr-cpu-a601.s              |     1 +
 gas/testsuite/gas/arc/attr-cpu-a700.d              |     8 +
 gas/testsuite/gas/arc/attr-cpu-a700.s              |     1 +
 gas/testsuite/gas/arc/attr-cpu-em.d                |     8 +
 gas/testsuite/gas/arc/attr-cpu-em.s                |     1 +
 gas/testsuite/gas/arc/attr-cpu-hs.d                |     9 +
 gas/testsuite/gas/arc/attr-cpu-hs.s                |     1 +
 gas/testsuite/gas/arc/attr-em.d                    |    10 +
 gas/testsuite/gas/arc/attr-em4.d                   |    11 +
 gas/testsuite/gas/arc/attr-em4_dmips.d             |    11 +
 gas/testsuite/gas/arc/attr-em4_fpuda.d             |    11 +
 gas/testsuite/gas/arc/attr-em4_fpus.d              |    11 +
 gas/testsuite/gas/arc/attr-hs.d                    |    11 +
 gas/testsuite/gas/arc/attr-hs34.d                  |    11 +
 gas/testsuite/gas/arc/attr-hs38.d                  |    11 +
 gas/testsuite/gas/arc/attr-hs38_linux.d            |    11 +
 gas/testsuite/gas/arc/attr-mul64.d                 |    10 +
 gas/testsuite/gas/arc/attr-name.d                  |    22 +
 gas/testsuite/gas/arc/attr-name.s                  |    17 +
 gas/testsuite/gas/arc/attr-nps400.d                |    11 +
 gas/testsuite/gas/arc/attr-override-mcpu.d         |    10 +
 gas/testsuite/gas/arc/attr-override-mcpu.s         |     1 +
 gas/testsuite/gas/arc/attr-quarkse_em.d            |    11 +
 gas/testsuite/gas/arc/b.d                          |    12 +-
 gas/testsuite/gas/arc/blank.s                      |     1 +
 gas/testsuite/gas/arc/cl-warn.s                    |     5 +
 gas/testsuite/gas/arc/cpu-em-err.s                 |     4 +
 gas/testsuite/gas/arc/cpu-em4-err.s                |     4 +
 gas/testsuite/gas/arc/cpu-fpuda-err.s              |     6 +
 gas/testsuite/gas/arc/cpu-hs-err.s                 |     5 +
 gas/testsuite/gas/arc/cpu-pseudop-1.d              |    12 +
 gas/testsuite/gas/arc/cpu-pseudop-1.s              |     6 +
 gas/testsuite/gas/arc/cpu-pseudop-2.d              |    11 +
 gas/testsuite/gas/arc/cpu-pseudop-2.s              |     5 +
 gas/testsuite/gas/arc/cpu-quarkse-err.s            |     7 +
 gas/testsuite/gas/arc/cpu-warn2.s                  |     4 +
 gas/testsuite/gas/arc/dis-inv.d                    |    12 +
 gas/testsuite/gas/arc/dis-inv.s                    |     4 +
 gas/testsuite/gas/arc/dsp.d                        |    96 +
 gas/testsuite/gas/arc/dsp.s                        |    90 +
 gas/testsuite/gas/arc/ext2op.d                     |     2 +-
 gas/testsuite/gas/arc/ext3op.d                     |     2 +-
 gas/testsuite/gas/arc/fpu.d                        |    29 +
 gas/testsuite/gas/arc/fpu.s                        |    24 +
 gas/testsuite/gas/arc/leave_enter.d                |    30 +
 gas/testsuite/gas/arc/leave_enter.s                |    27 +
 gas/testsuite/gas/arc/lpcount-err.s                |     9 +
 gas/testsuite/gas/arc/noargs_a7.s                  |     1 +
 gas/testsuite/gas/arc/noargs_hs.d                  |     2 +-
 gas/testsuite/gas/arc/nps400-0.d                   |     2 +-
 gas/testsuite/gas/arc/nps400-0.s                   |     1 +
 gas/testsuite/gas/arc/nps400-10.d                  |    24 +
 gas/testsuite/gas/arc/nps400-10.s                  |    22 +
 gas/testsuite/gas/arc/nps400-11.d                  |   303 +
 gas/testsuite/gas/arc/nps400-11.s                  |   308 +
 gas/testsuite/gas/arc/nps400-12.d                  |    59 +
 gas/testsuite/gas/arc/nps400-12.s                  |    71 +
 gas/testsuite/gas/arc/nps400-6.d                   |    12 +-
 gas/testsuite/gas/arc/nps400-6.s                   |     2 +-
 gas/testsuite/gas/arc/nps400-8.d                   |    71 +
 gas/testsuite/gas/arc/nps400-8.s                   |    92 +
 gas/testsuite/gas/arc/nps400-9.d                   |    44 +
 gas/testsuite/gas/arc/nps400-9.s                   |    51 +
 gas/testsuite/gas/arc/regnames.d                   |    13 +
 gas/testsuite/gas/arc/regnames.s                   |     8 +
 gas/testsuite/gas/arc/relax-add01.d                |    14 +
 gas/testsuite/gas/arc/relax-add01.s                |     9 +
 gas/testsuite/gas/arc/relax-add02.d                |    14 +
 gas/testsuite/gas/arc/relax-add02.s                |     8 +
 gas/testsuite/gas/arc/relax-add03.d                |    13 +
 gas/testsuite/gas/arc/relax-add03.s                |     8 +
 gas/testsuite/gas/arc/relax-add04.d                |    14 +
 gas/testsuite/gas/arc/relax-add04.s                |     8 +
 gas/testsuite/gas/arc/relax-ld01.d                 |    15 +
 gas/testsuite/gas/arc/relax-ld01.s                 |     9 +
 gas/testsuite/gas/arc/relax-ld02.d                 |    14 +
 gas/testsuite/gas/arc/relax-ld02.s                 |     9 +
 gas/testsuite/gas/arc/relax-mov01.d                |    14 +
 gas/testsuite/gas/arc/relax-mov01.s                |     8 +
 gas/testsuite/gas/arc/relax-mov02.d                |    14 +
 gas/testsuite/gas/arc/relax-mov02.s                |     8 +
 gas/testsuite/gas/arc/relax-mpy01.d                |    14 +
 gas/testsuite/gas/arc/relax-mpy01.s                |     8 +
 gas/testsuite/gas/arc/relax-sub01.d                |    14 +
 gas/testsuite/gas/arc/relax-sub01.s                |     9 +
 gas/testsuite/gas/arc/relax-sub02.d                |    14 +
 gas/testsuite/gas/arc/relax-sub02.s                |     9 +
 gas/testsuite/gas/arc/relax-sub03.d                |    13 +
 gas/testsuite/gas/arc/relax-sub03.s                |     8 +
 gas/testsuite/gas/arc/relax-sub04.d                |    14 +
 gas/testsuite/gas/arc/relax-sub04.s                |     8 +
 gas/testsuite/gas/arc/relocs-errors.err            |     6 +-
 gas/testsuite/gas/arc/shortlimm_a7.d               |    11 +
 gas/testsuite/gas/arc/shortlimm_a7.s               |     5 +
 gas/testsuite/gas/arc/shortlimm_hs.d               |    15 +
 gas/testsuite/gas/arc/shortlimm_hs.s               |     9 +
 gas/testsuite/gas/arc/st.d                         |     2 +-
 gas/testsuite/gas/arc/tdpfp.d                      |     2 +-
 gas/testsuite/gas/arc/textauxregister-1.d          |    10 +
 gas/testsuite/gas/arc/textauxregister-1.s          |     5 +
 gas/testsuite/gas/arc/textcondcode-err.s           |     2 +
 gas/testsuite/gas/arc/textcoreregister-err.s       |     2 +
 gas/testsuite/gas/arc/textinsnxop.d                |    12 +
 gas/testsuite/gas/arc/textinsnxop.s                |    10 +
 gas/testsuite/gas/arc/tfpuda.d                     |     2 +-
 gas/testsuite/gas/arc/tls-relocs2.d                |    10 +
 gas/testsuite/gas/arc/tls-relocs2.s                |    12 +
 gas/testsuite/gas/arc/warn.exp                     |     2 +-
 gas/testsuite/gas/arm/add-shift-two.d              |    11 +
 gas/testsuite/gas/arm/add-shift-two.s              |     5 +
 gas/testsuite/gas/arm/archv6t2-bad.l               |     1 +
 gas/testsuite/gas/arm/archv6t2-bad.s               |     5 +-
 gas/testsuite/gas/arm/archv6t2.d                   |     1 +
 gas/testsuite/gas/arm/archv6t2.s                   |     3 +
 gas/testsuite/gas/arm/archv8m-base.d               |     2 +
 gas/testsuite/gas/arm/archv8m-cmse-msr-base.d      |    84 +-
 gas/testsuite/gas/arm/archv8m-cmse-msr-main.d      |    84 +-
 gas/testsuite/gas/arm/archv8m-cmse-msr.s           |   124 +-
 gas/testsuite/gas/arm/archv8m-main-dsp-1.d         |     2 +
 gas/testsuite/gas/arm/archv8m-main-dsp-4.d         |    84 +-
 gas/testsuite/gas/arm/archv8m-main.d               |     2 +
 gas/testsuite/gas/arm/archv8m.s                    |     8 +
 gas/testsuite/gas/arm/arm.exp                      |     2 +-
 gas/testsuite/gas/arm/armv8-a+fp.d                 |     2 +
 gas/testsuite/gas/arm/armv8-a+fp.s                 |   116 -
 gas/testsuite/gas/arm/armv8-a+simd.d               |     2 +
 gas/testsuite/gas/arm/armv8-a+simd.s               |    79 -
 gas/testsuite/gas/arm/armv8-a-bad.d                |     4 +-
 gas/testsuite/gas/arm/armv8-a-bad.l                |    96 -
 gas/testsuite/gas/arm/armv8-a-bad.s                |   127 -
 gas/testsuite/gas/arm/armv8-a-barrier-arm.d        |     2 +-
 gas/testsuite/gas/arm/armv8-a-barrier-thumb.d      |     2 +-
 gas/testsuite/gas/arm/armv8-a-it-bad.d             |     5 +-
 gas/testsuite/gas/arm/armv8-a-it-bad.l             |    18 -
 gas/testsuite/gas/arm/armv8-a-it-bad.s             |    72 -
 gas/testsuite/gas/arm/armv8-a.d                    |     2 +
 gas/testsuite/gas/arm/armv8-ar+fp.s                |   115 +
 gas/testsuite/gas/arm/armv8-ar+simd.s              |    78 +
 gas/testsuite/gas/arm/armv8-ar-bad.l               |    96 +
 gas/testsuite/gas/arm/armv8-ar-bad.s               |   126 +
 .../arm/{armv8-a-barrier.s => armv8-ar-barrier.s}  |     0
 gas/testsuite/gas/arm/armv8-ar-it-bad.l            |    18 +
 gas/testsuite/gas/arm/armv8-ar-it-bad.s            |    71 +
 gas/testsuite/gas/arm/{armv8-a.s => armv8-ar.s}    |     0
 gas/testsuite/gas/arm/armv8-r+fp.d                 |   117 +
 gas/testsuite/gas/arm/armv8-r+simd.d               |    81 +
 gas/testsuite/gas/arm/armv8-r-bad.d                |     4 +
 gas/testsuite/gas/arm/armv8-r-barrier-arm.d        |    24 +
 gas/testsuite/gas/arm/armv8-r-barrier-thumb.d      |    25 +
 gas/testsuite/gas/arm/armv8-r-it-bad.d             |     4 +
 gas/testsuite/gas/arm/armv8-r.d                    |   104 +
 gas/testsuite/gas/arm/armv8_3-a-fp-bad.d           |     2 +
 gas/testsuite/gas/arm/armv8_3-a-fp-bad.l           |     7 +
 gas/testsuite/gas/arm/armv8_3-a-fp-bad.s           |     8 +
 gas/testsuite/gas/arm/armv8_3-a-fp.d               |    15 +
 gas/testsuite/gas/arm/armv8_3-a-fp.s               |     8 +
 gas/testsuite/gas/arm/armv8_3-a-simd-bad.d         |     2 +
 gas/testsuite/gas/arm/armv8_3-a-simd-bad.l         |    39 +
 gas/testsuite/gas/arm/armv8_3-a-simd-bad.s         |    51 +
 gas/testsuite/gas/arm/armv8_3-a-simd.d             |    59 +
 gas/testsuite/gas/arm/armv8_3-a-simd.s             |    63 +
 gas/testsuite/gas/arm/attr-march-armv1.d           |     1 -
 gas/testsuite/gas/arm/attr-march-armv2.d           |     1 -
 gas/testsuite/gas/arm/attr-march-armv2a.d          |     1 -
 gas/testsuite/gas/arm/attr-march-armv2s.d          |     1 -
 gas/testsuite/gas/arm/attr-march-armv3.d           |     1 -
 gas/testsuite/gas/arm/attr-march-armv3m.d          |     1 -
 gas/testsuite/gas/arm/attr-march-armv8-r+crypto.d  |    18 +
 gas/testsuite/gas/arm/attr-march-armv8-r+fp.d      |    17 +
 gas/testsuite/gas/arm/attr-march-armv8-r+simd.d    |    18 +
 gas/testsuite/gas/arm/attr-march-armv8-r.d         |    16 +
 gas/testsuite/gas/arm/crc32-armv8-a-bad.d          |    23 +
 gas/testsuite/gas/arm/crc32-armv8-a.d              |[...]

[diff truncated at 100000 bytes]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]