binutils-gdb/gas/config
Nelson Chu c625f4ed05 RISC-V: Use single h extension to control hypervisor CSRs and instructions.
According to the picture 28.1 in the current ISA spec, h is no larger the
multi-letter extension, it is a single extension after v.  Therefore, this
patch fix the implementation, and use the single h to control hypervisor
CSRs and instructions, which we promised to do before.

bfd/
    * elfxx-riscv.c (riscv_supported_std_ext): Added h with version 1.0 after v.
    (riscv_supported_std_h_ext): Removed.
    (riscv_all_supported_ext): Updated since riscv_supported_std_h_ext is removed.
    (riscv_prefix_ext_class): Removed RV_ISA_CLASS_H.
    (parse_config): Updated since riscv_prefix_ext_class is removed.
    (riscv_recognized_prefixed_ext): Likewise.
    (riscv_get_default_ext_version): Likewise.
    (riscv_multi_subset_supports): Handle INSN_CLASS_H for hypervisor instructions.
    (riscv_multi_subset_supports_ext): Likewise.
gas/
    * config/tc-riscv.c (riscv_csr_class): Added CSR_CLASS_H and CSR_CLASS_H_32 for
    hypervisor CSRs.
    (riscv_csr_address): Likewise.
    * testsuite/gas/riscv/csr-version-1p10.d: Updated since hypervisor CSRs are
    controlled by single h extension for now.
    * testsuite/gas/riscv/csr-version-1p10.l: Likewise.
    * testsuite/gas/riscv/csr-version-1p11.d: Likewise.
    * testsuite/gas/riscv/csr-version-1p11.l: Likewise.
    * testsuite/gas/riscv/csr-version-1p12.d: Likewise.
    * testsuite/gas/riscv/csr-version-1p12.l: Likewise.
    * testsuite/gas/riscv/csr-version-1p9p1.d: Likewise.
    * testsuite/gas/riscv/csr-version-1p9p1.l: Likewise.
    * testsuite/gas/riscv/h-ext-32.d: Added h to architecture string.
    * testsuite/gas/riscv/h-ext-64.d: Likewise.
    * testsuite/gas/riscv/march-fail-single-prefix-h: Removed since h is no
    longer multi-letter extension.
    * testsuite/gas/riscv/march-fail-unknown-h.d: Likewise.
include/
    * opcode/riscv-opc.h: Control hypervisor CSRs by h extension, rather than
    the privileged spec verisons.
    * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_H.
opcodes/
    * riscv-opc.c (riscv_opcodes): Control hypervisor instructions by h extension.
2022-06-22 18:13:37 +08:00
..
atof-ieee.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-lex.l gas local label and dollar label handling 2022-02-16 22:05:24 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-criself.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-lex-wrapper.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-lex.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-lex.l Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
m68k-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-aout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-coff-seh.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-coff.c gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-coff.h Delete unused COFF gas macro 2022-04-21 11:31:45 +09:30
obj-ecoff.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-ecoff.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-elf.c PR29256, memory leak in obj_elf_section_name 2022-06-17 21:10:06 +09:30
obj-elf.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-evax.c gas: remove use of PTR 2022-05-10 11:21:37 +09:30
obj-evax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-macho.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-multi.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-som.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-som.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-aarch64.c Arm64: force emission of ILP32-dependent relocs 2022-05-19 12:46:21 +02:00
tc-aarch64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-alpha.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-alpha.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-arc.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-arc.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-arm.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-arm.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-avr.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-avr.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bfin.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bfin.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bpf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bpf.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cr16.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cr16.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-crx.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-crx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-csky.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-csky.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d10v.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d10v.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d30v.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d30v.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-dlx.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-epiphany.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-fr30.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-fr30.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-frv.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-frv.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ft32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-h8300.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-h8300.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-hppa.c asan: heap buffer overflow in pa_chk_field_selector 2022-03-29 11:27:23 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-i386-intel.c x86/Intel: allow MASM representation of embedded rounding / SAE 2022-05-27 08:48:58 +02:00
tc-i386.c x86: exclude certain ISA extensions from v3/v4 ISA 2022-06-03 10:17:35 +02:00
tc-i386.h Re: ubsan: undefined shift in frag_align_code 2022-06-03 23:32:39 +09:30
tc-ia64.c ia64 gas: Remove unnecessary init 2022-05-31 21:14:00 +09:30
tc-ia64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ip2k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-iq2000.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-iq2000.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-lm32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-lm32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-loongarch.c gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32. 2022-03-20 09:37:12 +08:00
tc-loongarch.h gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32. 2022-03-20 09:37:12 +08:00
tc-m32c.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32c.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32r.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32r.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68hc11.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68k.c M68K: avoid quadratic slowdlow in label alignment check 2022-04-14 11:26:38 +01:00
tc-m68k.h M68K: avoid quadratic slowdlow in label alignment check 2022-04-14 11:26:38 +01:00
tc-m68851.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mcore.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mcore.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mep.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mep.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-metag.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-metag.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-microblaze.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-microblaze.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mips.c BFD_RELOC_MIPS_16 2022-06-14 10:03:55 +09:30
tc-mips.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mmix.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mmix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10200.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10300.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-moxie.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-msp430.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-msp430.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mt.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mt.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nds32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nds32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nios2.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nios2.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ns32k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-or1k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-or1k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pdp11.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pdp11.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ppc.c ppc: extend opindex to 16 bits 2022-05-25 12:13:44 +09:30
tc-ppc.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pru.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pru.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-riscv.c RISC-V: Use single h extension to control hypervisor CSRs and instructions. 2022-06-22 18:13:37 +08:00
tc-riscv.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-rl78.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-rl78.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-rx.c gas: fold do_repeat{,_with_expander}() 2022-05-18 09:37:34 +02:00
tc-rx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s12z.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s12z.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s390.c IBM zSystems: Fix left-shifting negative PCRel32 values (PR gas/29152) 2022-05-16 22:00:17 +02:00
tc-s390.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-score7.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-score.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-score.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sh.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sh.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sparc.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-sparc.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-spu.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic4x.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic6x.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic6x.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic30.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic54x.c gas: fold do_repeat{,_with_expander}() 2022-05-18 09:37:34 +02:00
tc-tic54x.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tilegx.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-tilegx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tilepro.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-tilepro.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-v850.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-v850.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-vax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-vax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-visium.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-visium.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xc16x.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xc16x.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xgate.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xstormy16.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xtensa.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xtensa.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-z8k.c gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
tc-z8k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-z80.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-z80.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-386bsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-aix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-cloudabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-generic.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-go32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-haiku.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-interix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-irix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-macos.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pe.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pep.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-vms.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
te-vms.h Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
te-vxworks.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-relax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-relax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30