mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
bfd * Makefile.am: Add entries for riscv32-elf and riscv64-elf. * config.bdf: Likewise. * configure.ac: Likewise. * Makefile.in: Regenerate. * configure: Regenerate. * archures.c: Add bfd_riscv_arch. * reloc.c: Add riscv relocs. * targets.c: Add riscv_elf32_vec and riscv_elf64_vec. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * elf-bfd.h: Add RISCV_ELF_DATA to enum elf_target_id. * elfnn-riscv.c: New file. * elfxx-riscv.c: New file. * elfxx-riscv.h: New file. binutils* readelf.c (guess_is_rela): Add EM_RISCV. (get_machine_name): Likewise. (dump_relocations): Add support for riscv relocations. (get_machine_flags): Add support for riscv flags. (is_32bit_abs_reloc): Add R_RISCV_32. (is_64bit_abs_reloc): Add R_RISCV_64. (is_none_reloc): Add R_RISCV_NONE. * testsuite/binutils-all/objdump.exp (cpus_expected): Add riscv. Expect the debug_ranges test to fail. gas * Makefile.am: Add riscv files. * Makefile.in: Regenerate. * NEWS: Mention the support for this architecture. * configure.in: Define a default architecture. * configure: Regenerate. * configure.tgt: Add entries for riscv. * doc/as.texinfo: Likewise. * testsuite/gas/all/gas.exp: Expect the redef tests to fail. * testsuite/gas/elf/elf.exp: Expect the groupauto tests to fail. * config/tc-riscv.c: New file. * config/tc-riscv.h: New file. * doc/c-riscv.texi: New file. * testsuite/gas/riscv: New directory. * testsuite/gas/riscv/riscv.exp: New file. * testsuite/gas/riscv/t_insns.d: New file. * testsuite/gas/riscv/t_insns.s: New file. ld * Makefile.am: Add riscv files. * Makefile.in: Regenerate. * NEWS: Mention the support for this target. * configure.tgt: Add riscv entries. * emulparams/elf32lriscv-defs.sh: New file. * emulparams/elf32lriscv.sh: New file. * emulparams/elf64lriscv-defs.sh: New file. * emulparams/elf64lriscv.sh: New file. * emultempl/riscvelf.em: New file. opcodes * configure.ac: Add entry for bfd_riscv_arch. * configure: Regenerate. * disassemble.c (disassembler): Add support for riscv. (disassembler_usage): Likewise. * riscv-dis.c: New file. * riscv-opc.c: New file. include * dis-asm.h: Add prototypes for print_insn_riscv and print_riscv_disassembler_options. * elf/riscv.h: New file. * opcode/riscv-opc.h: New file. * opcode/riscv.h: New file. |
||
---|---|---|
.. | ||
aarch64 | ||
arc | ||
arm | ||
bfin | ||
hppa | ||
i386 | ||
m68k | ||
mips | ||
vax | ||
windres | ||
x86-64 | ||
add-empty-section.d | ||
add-section.d | ||
add-symbol.d | ||
alias-2.def | ||
alias.def | ||
ar.exp | ||
bintest.s | ||
common-1.s | ||
common-1a.d | ||
common-1b.d | ||
common-1c.d | ||
common-1d.d | ||
common-1e.d | ||
common-1f.d | ||
common-2.s | ||
common-2a.d | ||
common-2b.d | ||
common-2c.d | ||
common-2d.d | ||
common-2e.d | ||
common-2f.d | ||
compress.exp | ||
copy-1.d | ||
copy-1.s | ||
copy-2.d | ||
copy-3.d | ||
copy-4.d | ||
copytest.s | ||
data-sections.s | ||
debug_str.d | ||
debug_str.s | ||
dlltool.exp | ||
dumptest.s | ||
dw2-1.S | ||
dw2-1.W | ||
dw2-2.S | ||
dw2-3.rS | ||
dw2-3.rt | ||
dw2-3.S | ||
dw2-3.W | ||
dw2-3gabi.W | ||
dw2-compressed.S | ||
dw2-decodedline-1.S | ||
dw2-decodedline.S | ||
dw2-empty.S | ||
dw2-ranges.S | ||
dw2-ranges.W | ||
elfedit-1.d | ||
elfedit-2.d | ||
elfedit-3.d | ||
elfedit-4.d | ||
elfedit-5.d | ||
elfedit.exp | ||
empty | ||
empty-file | ||
empty.s | ||
exclude-1.s | ||
exclude-1a.d | ||
exclude-1b.d | ||
fastcall.def | ||
group-2.s | ||
group-3.s | ||
group-4.s | ||
group-5.d | ||
group-5.s | ||
group-6.d | ||
group-6.s | ||
group.s | ||
libdw2-compressed.out | ||
libdw2-compressedgabi.out | ||
libdw2.out | ||
link-order.s | ||
localize-hidden-1.d | ||
localize-hidden-1.s | ||
localize-hidden-2.d | ||
localize-hidden-2.s | ||
needed-by-reloc.s | ||
nm-1.s | ||
nm-elf-1.s | ||
nm.exp | ||
note-1.d | ||
objcopy.exp | ||
objdump.exp | ||
objdump.s | ||
objdump.W | ||
objdump.WL | ||
only-section-01.d | ||
pr18374.s | ||
pr19020.in | ||
pr19020a.d | ||
pr19020b.d | ||
pr19547.c | ||
readelf.exp | ||
readelf.h | ||
readelf.n | ||
readelf.pr18374 | ||
readelf.r | ||
readelf.r-64 | ||
readelf.s | ||
readelf.s-64 | ||
readelf.ss | ||
readelf.ss-64 | ||
readelf.ss-mips | ||
readelf.ss-tmips | ||
readelf.wa | ||
readelf.z | ||
remove-relocs-01.d | ||
remove-relocs-01.s | ||
remove-relocs-02.d | ||
remove-relocs-03.d | ||
remove-relocs-04.d | ||
remove-relocs-05.d | ||
remove-relocs-06.d | ||
remove-section-01.d | ||
size.exp | ||
strip-1.d | ||
strip-2.d | ||
strip-3.d | ||
strip-4.d | ||
strip-5.d | ||
strip-6.d | ||
strip-7.d | ||
strip-8.d | ||
strip-9.d | ||
strip-10.d | ||
strip-11.d | ||
strip-12.d | ||
strip-12.s | ||
symbols-1.d | ||
symbols-2.d | ||
symbols-3.d | ||
symbols-4.d | ||
symbols.s | ||
testprog.c | ||
testranges-ia64.d | ||
testranges-ia64.s | ||
testranges.d | ||
testranges.s | ||
unique.s | ||
unknown.s | ||
update-1.s | ||
update-2.s | ||
update-3.s | ||
update-4.s | ||
update-section.exp | ||
version.def | ||
version.s | ||
z.s |