Skip to content

Commit

Permalink
subrepos/binutils-gdb: Merge branch 'upstream' of /home/pip/g/binutil…
Browse files Browse the repository at this point in the history
…s-gdb into wasm (23ea7e2a06af47c4d272ce80ac71d3d3355e1393)
  • Loading branch information
pipcet committed Jan 27, 2021
1 parent 9a3b19d commit d564b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subrepos/binutils-gdb
Submodule binutils-gdb updated 79 files
+5 −0 ChangeLog
+1 −0 Makefile.def
+1 −0 Makefile.in
+9 −0 bfd/ChangeLog
+2 −0 bfd/elf-bfd.h
+8 −0 bfd/elf.c
+1 −2 bfd/elf32-ft32.c
+1 −1 bfd/version.h
+12 −0 binutils/ChangeLog
+9 −24 binutils/objcopy.c
+53 −0 gas/ChangeLog
+0 −4 gas/config/tc-nios2.c
+0 −4 gas/testsuite/gas/all/byte.d
+0 −3 gas/testsuite/gas/all/byte.l
+0 −2 gas/testsuite/gas/all/byte.s
+0 −5 gas/testsuite/gas/all/gas.exp
+4 −1 gas/testsuite/gas/all/local-label-overflow.d
+1 −1 gas/testsuite/gas/all/none.d
+1 −1 gas/testsuite/gas/all/sleb128-2.d
+1 −2 gas/testsuite/gas/all/sleb128-4.d
+1 −1 gas/testsuite/gas/all/sleb128-5.d
+1 −1 gas/testsuite/gas/all/sleb128-7.d
+1 −1 gas/testsuite/gas/all/sleb128-9.d
+1 −1 gas/testsuite/gas/all/string.d
+1 −1 gas/testsuite/gas/elf/bignums.d
+1 −1 gas/testsuite/gas/elf/group0c.d
+1 −1 gas/testsuite/gas/elf/group1a.d
+1 −1 gas/testsuite/gas/elf/missing-build-notes.d
+3 −1 gas/testsuite/gas/elf/pr27228.d
+1 −1 gas/testsuite/gas/elf/section-symbol-redef.d
+1 −1 gas/testsuite/gas/elf/section0.d
+1 −1 gas/testsuite/gas/elf/section1.d
+1 −1 gas/testsuite/gas/elf/section10.d
+2 −2 gas/testsuite/gas/elf/section11.d
+1 −1 gas/testsuite/gas/elf/section15.d
+1 −1 gas/testsuite/gas/elf/section4.d
+1 −1 gas/testsuite/gas/elf/section6.d
+1 −1 gas/testsuite/gas/elf/section7.d
+2 −2 gas/testsuite/gas/elf/symtab.d
+1 −1 gas/testsuite/gas/elf/symtab.s
+1 −1 gas/testsuite/gas/macros/irp.d
+1 −1 gas/testsuite/gas/macros/repeat.d
+1 −1 gas/testsuite/gas/macros/rept.d
+1 −1 gas/testsuite/gas/macros/test2.d
+0 −1 gas/testsuite/gas/macros/test3.d
+1 −1 gas/testsuite/gas/macros/vararg.d
+25 −0 gas/testsuite/gas/nios2/relax.d
+5 −0 gas/testsuite/gas/nios2/relax.s
+36 −0 gdb/ChangeLog
+13 −6 gdb/aarch64-tdep.c
+19 −1 gdb/arc-tdep.c
+9 −0 gdb/arch/aarch64-insn.h
+4 −0 gdb/doc/ChangeLog
+1 −1 gdb/doc/gdb.texinfo
+3 −5 gdb/linux-tdep.c
+12 −12 gdb/nat/windows-nat.c
+12 −0 gdb/testsuite/ChangeLog
+81 −0 gdb/testsuite/gdb.arch/insn-reloc.c
+38 −17 gdb/testsuite/gdb.opt/solib-intra-step.exp
+3 −0 gdb/testsuite/gdb.threads/killed-outside.exp
+62 −56 gdb/windows-nat.c
+23 −0 ld/ChangeLog
+1 −2 ld/emulparams/alphavms.sh
+0 −1 ld/emulparams/elf64_ia64_vms.sh
+0 −1 ld/emulparams/elf64mmix.sh
+0 −1 ld/emulparams/elf_iamcu.sh
+0 −1 ld/emulparams/elf_k1om.sh
+0 −1 ld/emulparams/elf_l1om.sh
+0 −1 ld/emulparams/mmo.sh
+5 −0 ld/emulparams/pdp11.sh
+25 −0 ld/emultempl/beos.em
+28 −2 ld/emultempl/pdp11.em
+34 −0 ld/emultempl/pe.em
+34 −0 ld/emultempl/pep.em
+1 −1 ld/scripttempl/pdp11.sc
+1 −0 ld/testsuite/ld-bootstrap/bootstrap.exp
+2 −2 ld/testsuite/ld-x86-64/bnd-plt-1.d
+5 −0 opcodes/ChangeLog
+2 −0 opcodes/i386-gen.c

0 comments on commit d564b09

Please sign in to comment.