Skip to content

Commit

Permalink
Update binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-TT committed Feb 4, 2025
1 parent 7267887 commit c9956a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binutils
Submodule binutils updated 82 files
+1 −1 Makefile.in
+11 −69 bfd/Makefile.in
+0 −68 bfd/README.elfloader
+0 −6 bfd/bfd.c
+14 −14 bfd/configure
+2 −2 bfd/cpu-riscv.c
+1 −1 bfd/development.sh
+0 −1 bfd/elf-bfd.h
+4 −3 bfd/elf.c
+0 −4 bfd/elf32-arm.c
+7 −9 bfd/elf32-ppc.c
+2 −2 bfd/elf32-s390.c
+2 −2 bfd/elf64-s390.c
+0 −2 bfd/elfcode.h
+1 −3 bfd/elflink.c
+6 −2 bfd/elfnn-loongarch.c
+3 −4 bfd/elfxx-riscv.c
+0 −1 bfd/elfxx-riscv.h
+0 −5 bfd/elfxx-target.h
+23 −2 bfd/elfxx-x86.c
+0 −54 bfd/examples/elfLoaderExample.c
+1 −3 bfd/format.c
+0 −101 bfd/load_sections.c
+78 −78 bfd/po/bfd.pot
+0 −350 bfd/read_elf.c
+0 −49 bfd/read_elf.h
+0 −238 bfd/reloc_sections.c
+0 −8 bfd/reloc_sections.h
+1 −1 bfd/version.h
+1 −1 bfd/version.m4
+10 −10 binutils/configure
+ binutils_blackhole_patch_04.tar.bz2
+13 −0 gas/app.c
+0 −3 gas/as.c
+1 −1 gas/as.h
+92 −67 gas/config/tc-arm.c
+54 −2 gas/config/tc-ppc.c
+163 −152 gas/config/tc-riscv.c
+10 −10 gas/configure
+20 −19 gas/dwarf2dbg.c
+4 −2 gas/input-scrub.c
+2 −0 gas/macro.c
+3 −2 gas/sb.c
+8 −0 gas/testsuite/config/default.exp
+2 −2 gas/testsuite/gas/arm/unwind-pacbti-m-readelf.d
+1 −1 gas/testsuite/gas/arm/unwind-pacbti-m.d
+6 −0 gas/testsuite/gas/macros/app5.d
+5 −0 gas/testsuite/gas/macros/app5.s
+1 −0 gas/testsuite/gas/macros/macros.exp
+77 −55 gold/powerpc.cc
+10 −10 gprof/configure
+10 −10 gprofng/configure
+10 −10 gprofng/libcollector/configure
+0 −56 include/opcode/riscv.h
+2 −2 ld/NEWS
+10 −10 ld/configure
+25 −22 ld/testsuite/ld-arm/arm-elf.exp
+1 −1 ld/testsuite/ld-arm/non-contiguous-arm2.d
+1 −1 ld/testsuite/ld-arm/non-contiguous-arm3.d
+1 −1 ld/testsuite/ld-arm/non-contiguous-arm5.d
+1 −1 ld/testsuite/ld-arm/non-contiguous-arm6.d
+1 −1 ld/testsuite/ld-arm/thumb-plt-got.d
+1 −1 ld/testsuite/ld-arm/thumb-plt.d
+17 −0 ld/testsuite/ld-elf/dt-relr-2i.d
+11 −0 ld/testsuite/ld-elf/pr29435.d
+6 −0 ld/testsuite/ld-elf/pr29435.s
+14 −0 ld/testsuite/ld-loongarch-elf/pcrel-const.d
+14 −0 ld/testsuite/ld-loongarch-elf/pcrel-const.lds
+12 −0 ld/testsuite/ld-loongarch-elf/pcrel-const.s
+39 −0 ld/testsuite/ld-loongarch-elf/pr.exp
+1 −0 ld/testsuite/ld-powerpc/powerpc.exp
+13 −0 ld/testsuite/ld-powerpc/tls32ldgd.d
+16 −0 ld/testsuite/ld-powerpc/tls32ldgd.s
+6 −0 ld/testsuite/ld-s390/reloctlsle-1.d
+14 −0 ld/testsuite/ld-s390/reloctlsle-1.s
+1 −1 libbacktrace/Makefile.am
+1 −1 libbacktrace/Makefile.in
+4 −4 libctf/ctf-create.c
+10 −10 opcodes/configure
+4 −4 opcodes/po/opcodes.pot
+8 −4 opcodes/riscv-dis.c
+0 −1 opcodes/riscv-opc.c

0 comments on commit c9956a5

Please sign in to comment.