aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09Special case 8 byte instruction validation to workaround undefinedColin Schmidt1-0/+3
2014-12-08binutils: get rid of spurious L0^A labels in objdumpAndrew Waterman1-0/+1
2014-12-02binutils: support code alignment to 256+ bytesAndrew Waterman1-3/+2
2014-11-17binutils: support code alignment in the linkerAndrew Waterman6-201/+215
2014-11-15binutils: fix (?) relaxation symbol adjustmentAndrew Waterman1-4/+4
2014-11-15binutils: speed up linker relaxation processAndrew Waterman1-30/+20
2014-11-15binutils: favor elfnn-riscv.c over elfxx-riscv.cAndrew Waterman3-3038/+2929
2014-11-15binutils: merge elf{32/64}-riscv into elfnn-riscvAndrew Waterman2-92/+12
2014-11-15binutils: clean up relaxation code a bitAndrew Waterman1-58/+29
2014-11-07binutils: accept CSR addresses as immediatesAlbert Ou2-7/+20
2014-10-28binutils: relax references to near-zero symbolsAndrew Waterman1-7/+14
2014-10-27binutils, gcc, glibc: new calling conventionAndrew Waterman6-49/+45
2014-10-25binutils: share reg names between gas and objdumpAndrew Waterman4-374/+126
2014-10-24binutils, glibc: PIEs can now linkAndrew Waterman1-6/+19
2014-10-22binutils, glibc, gcc: support TLS copy relocationsAndrew Waterman3-194/+38
2014-10-22binutils: refactor check_relocsAndrew Waterman1-62/+70
2014-10-21binutils: support subword local label subtractionAndrew Waterman3-16/+110
2014-10-21binutils, glibc: renumber relocsAndrew Waterman2-286/+241
2014-10-20binutils: clean up disassemblerAndrew Waterman1-251/+27
2014-10-19binutils: remove some pc-relative relocsAndrew Waterman3-65/+8
2014-10-18binutils: improve GAS's constant-generation codeAndrew Waterman1-28/+30
2014-10-18binutils: clean up GAS port a bitAndrew Waterman2-1090/+264
2014-10-18binutils, glibc: rewrite bfd; employ sane ELF ABIAndrew Waterman12-4245/+2203
2014-09-30binutils, glibc: remove unused relocAndrew Waterman2-16/+1
2014-09-30binutils: create PLT entries for unknown symbolsAndrew Waterman1-1/+1
2014-09-29binutils: allow splitting of AUIPC-based relocsAndrew Waterman2-180/+270
2014-09-28binutils: remove unused macroAndrew Waterman1-5/+0