aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Re-add a dropped trailing "+"Palmer Dabbelt1-3/+3
2015-08-19binutils: clean up styleMike Frysinger10-511/+505
2015-08-11Fix encoding of global sfence.vm.Prashanth Mundkur1-1/+1
2015-07-22Avoid t0 for indirect callsAndrew Waterman1-8/+8
2015-07-18binutils: page size is 4096, not 8192Andrew Waterman1-2/+2
2015-07-18binutils: be more conservative relaxing R_RISCV_CALL between sectionsAndrew Waterman1-13/+24
2015-07-17binutils: add missing break statementAndrew Waterman1-0/+1
2015-07-05gcc: add experimental support for compressed prologues/epiloguesAndrew Waterman1-3/+3
2015-06-28binutils: fix default xlen settingAndrew Waterman2-20/+25
2015-06-28binutils: allow call macro to specify destination registerAndrew Waterman1-0/+1
2015-06-28binutils: fix .balign directiveAndrew Waterman1-5/+19
2015-06-18binutils: gas: fix default xlen selectionMike Frysinger1-0/+11
2015-06-17binutils: use xcallocMike Frysinger1-1/+1
2015-06-17binutils: fix crash when disassembling memoryMike Frysinger1-10/+18
2015-06-15binutils: fix tentative branch offsets to improve objdump readabilityAndrew Waterman1-4/+4
2015-06-02binutils: avoid dereferencing potentially invalid pointerAndrew Waterman1-1/+1
2015-05-27binutils: when using RVC, relax calls to C.JALAndrew Waterman1-6/+15
2015-05-27binutils: add ELF e_flag to signify RVC codeAndrew Waterman2-0/+6
2015-05-27binutils: complete implementation of RVC v1.7 draftAndrew Waterman5-217/+486
2015-05-27Fix objdump error message always printedSven Stucki1-3/+5
2015-05-19binutils: support assembling wfi instructionAndrew Waterman1-0/+1
2015-05-10binutils: support assembling JAL rd, constantAndrew Waterman1-45/+43
2015-05-09binutils: update to privileged architecture 1.7Andrew Waterman2-34/+100
2015-05-04binutils: after relaxing R_RISCV_ALIGN, stop relaxingAndrew Waterman1-0/+4
2015-04-14binutils: fix .align directive in RVC codeAndrew Waterman3-12/+25
2015-03-31binutils: produce RVC branches/jumpsAndrew Waterman7-98/+250
2015-03-31binutils: support RVC, except for branches/jumpsAndrew Waterman5-1187/+1357
2015-03-28binutils: cope with GNU ifuncsAndrew Waterman1-1/+2
2015-03-17Merge [shm]call into ecall, [shm]ret into eretAndrew Waterman2-32/+20
2015-03-16vxcpthold exposes the first source operandYunsup Lee2-2/+2
2015-03-12binutils: add hcall instructionAndrew Waterman2-6/+10
2015-03-12Update to new privileged specAndrew Waterman2-73/+104
2015-03-12binutils: support call relaxations for SBI callsAndrew Waterman1-2/+2
2015-01-21binutils: use only printable chars in fake labelsAndrew Waterman2-9/+3
2015-01-11binutils: make objdump of branches more readableAndrew Waterman1-2/+18
2015-01-06binutils: accept FP reg names in .cfi directivesAndrew Waterman1-18/+21
2015-01-04binutils: obviate warnings while compiling LDAndrew Waterman1-4/+4
2015-01-04binutils: delete deprecated "b" pseudo-opAndrew Waterman1-1/+0
2014-12-31binutils: upgrade to version 2.25Andrew Waterman1-4/+4
2014-12-31binutils: don't discard eh_frames during ld -rAndrew Waterman1-0/+21
2014-12-31binutils, gcc: use more standard DWARF settingsAndrew Waterman2-2/+3
2014-12-31binutils: fix off-by-one error in relaxation codeAndrew Waterman1-2/+2
2014-12-31binutils: fill in some dynamic relocs staticallyAndrew Waterman1-4/+6
2014-12-20binutils: rework jump pseudoisntructionAndrew Waterman3-16/+7
2014-12-14binutils: update insert_bits to work for wider instructionsColin Schmidt1-2/+2
2014-12-11binutils: set text start addresses more sensiblyAndrew Waterman1-2/+1
2014-12-11binutils: avoid needlessly setting DT_TEXTRELAndrew Waterman1-4/+9
2014-12-11binutils: keep .dynamic section out of text segmentAndrew Waterman3-11/+2
2014-12-11binutils, gcc: make DWARF sections read-onlyAndrew Waterman1-1/+1
2014-12-10binutils, glibc: avoid DT_TEXTREL in ld.soAndrew Waterman1-13/+5