aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-riscv.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-16RISC-V/GAS: Support more relocs against constant addressesAndrew Waterman1-3/+2
2017-01-16RISC-V/GAS: Improve handling of invalid relocsAndrew Waterman1-1/+9
2017-01-16RISC-V/GAS: Correct branch relaxation for weak symbols.Andrew Waterman1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-22Support aligning text section from odd addressesAndrew Waterman1-6/+16
2016-12-22Fix a const-safety issue on GCC-4.9 and aboveTim Newsome1-1/+1
2016-12-20Don't define RISC-V .p2alignAndrew Waterman1-40/+56
2016-12-20Re-work RISC-V gas flags: now we just support -mabi and -marchAndrew Waterman1-104/+93
2016-12-20Rework RISC-V relocationsAndrew Waterman1-53/+160
2016-12-20Formatting changes for RISC-VAndrew Waterman1-27/+28
2016-11-23RISCV/GAS Add missing break in md_apply_fix.Kuan-Lin Chen1-0/+1
2016-11-01Add support for RISC-V architecture.Nick Clifton1-0/+2408