RISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*
[binutils-gdb.git] / gas / config / tc-riscv.c
2017-10-19 Palmer DabbeltRISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*
2017-09-07 Palmer DabbeltRISC-V: Avoid emitting invalid instructions in mixed...
2017-07-28 Andrew WatermanFix problems parsing RISCV architecture extenstions...
2017-06-27 Kuan-Lin ChenRISC-V: Use pc-relative relocation for FDE initial...
2017-06-23 Andrew WatermanRISC-V: Error, don't warn, for shfit amounts/CSRs
2017-04-03 Palmer DabbeltRISC-V: Avoid a const warning
2017-03-31 Palmer DabbeltRISC-V: Allow ISA subsets to be disabled
2017-03-22 Palmer DabbeltSanitize RISC-V GAS help text, documentation
2017-03-15 Kito ChengRISC-V: Fix assembler for c.li, c.andi and c.addiw
2017-03-15 Nick CliftonFix building riscv targets with gcc v6.3.1
2017-03-14 Kuan-Lin ChenRISC-V: Fix DW_CFA_advance_loc relocation.
2017-03-14 Kuan-Lin ChenRISC-V: Fix the offset of CFA relocation.
2017-01-09 Andrew WatermanRISC-V/GAS: Support more relocs against constant addresses
2017-01-09 Andrew WatermanRISC-V/GAS: Improve handling of invalid relocs
2017-01-09 Andrew WatermanRISC-V/GAS: Correct branch relaxation for weak symbols.
2017-01-03 Kito ChengAdd support for the Q extension to the RISCV ISA.
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-21 Andrew WatermanSupport aligning text section from odd addresses
2016-12-21 Tim NewsomeFix a const-safety issue on GCC-4.9 and above
2016-12-20 Andrew WatermanDon't define RISC-V .p2align
2016-12-20 Andrew WatermanRe-work RISC-V gas flags: now we just support -mabi...
2016-12-20 Andrew WatermanRework RISC-V relocations
2016-12-20 Andrew WatermanFormatting changes for RISC-V
2016-11-23 Kuan-Lin ChenRISCV/GAS Add missing break in md_apply_fix.
2016-11-01 Nick CliftonAdd support for RISC-V architecture.