Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
binutils, gcc, newlib: Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbitsnbites committed Jul 3, 2022
1 parent cd2dbeb commit 8855b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/binutils-mrisc32
Submodule binutils-mrisc32 updated 77 files
+9 −3 bfd/bfdio.c
+56 −55 bfd/elf64-ppc.c
+1 −0 bfd/elfnn-aarch64.c
+3 −0 bfd/elfxx-riscv.c
+1 −1 bfd/version.h
+22 −0 binutils/ChangeLog
+141 −88 binutils/dwarf.c
+14 −12 binutils/resrc.c
+2 −2 binutils/testsuite/binutils-all/debuginfod.exp
+41 −41 binutils/testsuite/binutils-all/x86-64/pr26808.dump
+6 −2 configure
+6 −2 configure.ac
+11 −1 gas/config/tc-aarch64.c
+43 −4 gas/config/tc-riscv.c
+13 −13 gas/testsuite/gas/aarch64/alias.d
+21 −21 gas/testsuite/gas/aarch64/b_c_1.d
+6 −6 gas/testsuite/gas/aarch64/float-fp16.d
+2 −2 gas/testsuite/gas/aarch64/int-insns.d
+13 −13 gas/testsuite/gas/aarch64/no-aliases.d
+1 −1 gas/testsuite/gas/aarch64/programmer-friendly.d
+54 −0 gas/testsuite/gas/riscv/csr-dw-regnums.d
+57 −0 gas/testsuite/gas/riscv/csr-dw-regnums.s
+108 −0 gas/testsuite/gas/riscv/csr-version-1p10.d
+207 −0 gas/testsuite/gas/riscv/csr-version-1p10.l
+108 −0 gas/testsuite/gas/riscv/csr-version-1p11.d
+207 −0 gas/testsuite/gas/riscv/csr-version-1p11.l
+108 −0 gas/testsuite/gas/riscv/csr-version-1p12.d
+207 −0 gas/testsuite/gas/riscv/csr-version-1p12.l
+108 −0 gas/testsuite/gas/riscv/csr-version-1p9p1.d
+207 −0 gas/testsuite/gas/riscv/csr-version-1p9p1.l
+60 −0 gas/testsuite/gas/riscv/csr.s
+12 −0 gdb/NEWS
+9 −0 gdb/arch/arm.h
+8 −1 gdb/arm-tdep.c
+2 −0 gdb/cli/cli-decode.c
+5 −5 gdb/cli/cli-setshow.c
+261 −0 gdb/csky-tdep.c
+7 −0 gdb/csky-tdep.h
+27 −9 gdb/doc/gdb.texinfo
+7 −3 gdb/dwarf2/read.c
+16 −2 gdb/dwarf2/read.h
+3 −0 gdb/fork-child.c
+2 −1 gdb/ia64-tdep.c
+7 −0 gdb/inferior.h
+4 −0 gdb/linux-nat.c
+4 −4 gdb/testsuite/gdb.base/annota1.exp
+7 −1 gdb/testsuite/gdb.base/break-idempotent.exp
+2 −1 gdb/testsuite/gdb.base/default.exp
+17 −2 gdb/testsuite/gdb.base/early-init-file.exp
+7 −7 gdb/testsuite/gdb.base/macscp.exp
+7 −1 gdb/testsuite/gdb.base/settings.exp
+4 −4 gdb/testsuite/gdb.base/with.exp
+6 −0 gdb/testsuite/gdb.cp/mb-ctor.cc
+18 −0 gdb/testsuite/gdb.cp/mb-ctor.exp
+14 −0 gdbserver/fork-child.cc
+7 −0 gdbserver/inferiors.h
+12 −4 gdbserver/linux-low.cc
+1 −0 gdbsupport/block-signals.h
+3 −2 gprofng/gp-display-html/Makefile.am
+7 −8 gprofng/gp-display-html/Makefile.in
+15 −10 gprofng/src/Makefile.am
+13 −9 gprofng/src/Makefile.in
+1 −1 gprofng/src/Settings.cc
+1 −1 include/opcode/aarch64.h
+114 −0 include/opcode/riscv-opc.h
+1 −1 ld/configure.ac
+2 −2 ld/testsuite/ld-elf/elf.exp
+54 −36 ld/testsuite/ld-elf/linux-x86.exp
+5 −6 ld/testsuite/ld-powerpc/elfv2exe.d
+24 −25 ld/testsuite/ld-powerpc/notoc.d
+6 −6 ld/testsuite/ld-powerpc/notoc.wf
+7 −8 ld/testsuite/ld-powerpc/notoc3.d
+2 −2 ld/testsuite/ld-powerpc/pr23937.d
+13 −2 opcodes/aarch64-dis.c
+16 −6 opcodes/aarch64-opc.c
+1 −1 opcodes/i386-opc.tbl
+1 −1 opcodes/i386-tbl.h
2 changes: 1 addition & 1 deletion ext/gcc-mrisc32
Submodule gcc-mrisc32 updated 418 files

0 comments on commit 8855b32

Please sign in to comment.