aboutsummaryrefslogtreecommitdiff
path: root/binutils/bfd/elfxx-riscv.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-10binutils: fix LUI relaxation bugAndrew Waterman1-0/+32
2015-10-10binutils: relax LUI to C.LUIAndrew Waterman1-0/+16
2015-09-20binutils: adjust "size" of R_RISCV_NONE relocAndrew Waterman1-1/+1
2015-09-19binutils: make gas behave less like MIPS gasAndrew Waterman1-1/+2
2015-09-19binutils: bfd: numerous smaller relocation cleanupsPalmer Dabbelt1-17/+17
2015-09-19binutils: bfd: realign R_RISCV_RVC_JUMPPalmer Dabbelt1-14/+14
2015-09-19binutils: bfd: realign R_RISCV_RVC_BRANCHPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_ALIGNPalmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_GNU_VTENTRYPalmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_GNU_VTINHERITPalmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_SUB64Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_SUB32Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_SUB16Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_SUB8Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_ADD64Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_ADD32Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_ADD16Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_ADD8Palmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_TPREL_ADDPalmer Dabbelt1-13/+13
2015-09-19binutils: bfd: realign R_RISCV_TPREL_LO12_SPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_TPREL_LO12_IPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_TPREL_HI20Palmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_LO12_SPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_LO12_IPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_HI20Palmer Dabbelt1-8/+8
2015-09-19binutils: bfd: realign R_RISCV_PCREL_LO12_SPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_PCREL_LO12_IPalmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_PCREL_HI20Palmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_TLS_GD_HI20Palmer Dabbelt1-11/+11
2015-09-19binutils: bfd: realign R_RISCV_TLS_GOT_HI20Palmer Dabbelt1-9/+9
2015-09-19binutils: bfd: realign R_RISCV_GOT_HI20Palmer Dabbelt1-24/+24
2015-09-19binutils: bfd: realign R_RISCV_CALLPalmer Dabbelt1-13/+14
2015-09-18binutils: bfd: realign R_RISCV_JALPalmer Dabbelt1-1/+1
2015-09-18binutils: bfd: realign R_RISCV_JALPalmer Dabbelt1-14/+14
2015-09-18binutils: bfd: realign R_RISCV_BRANCHPalmer Dabbelt1-13/+13
2015-09-18binutils: bfd: realign RISCV_JUMP_SLOTPalmer Dabbelt1-93/+94
2015-09-18binutils: bfd: realign R_RISCV_RELATIVEPalmer Dabbelt1-21/+21
2015-09-18binutils: bfd: realign R_RISCV_64Palmer Dabbelt1-13/+13
2015-09-18binutils: bfd: realign R_RISCV_32Palmer Dabbelt1-13/+13
2015-09-18binutils: bfd: realign R_RISCV_NONEPalmer Dabbelt1-13/+13
2015-09-18binutils: bfd: fit reloc_name_lookup on 80 charactersPalmer Dabbelt1-2/+1
2015-08-19binutils: clean up styleMike Frysinger1-26/+25
2015-03-31binutils: produce RVC branches/jumpsAndrew Waterman1-0/+35
2014-11-17binutils: support code alignment in the linkerAndrew Waterman1-0/+18
2014-11-15binutils: favor elfnn-riscv.c over elfxx-riscv.cAndrew Waterman1-2971/+6
2014-11-15binutils: clean up relaxation code a bitAndrew Waterman1-58/+29
2014-10-28binutils: relax references to near-zero symbolsAndrew Waterman1-7/+14
2014-10-27binutils, gcc, glibc: new calling conventionAndrew Waterman1-24/+18
2014-10-24binutils, glibc: PIEs can now linkAndrew Waterman1-6/+19
2014-10-22binutils, glibc, gcc: support TLS copy relocationsAndrew Waterman1-165/+24