aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-27binutils: clean up code; adhere to FSF spacingAndrew Waterman7-36/+99
2014-09-20Print absolute addresses for auli/jalr pairMatt Thomas1-1/+1
2014-09-17binutils: remove legacy cruft and s/MIPS/RISC-V/Andrew Waterman14-836/+671
2014-09-16binutils: don't needlessly set needs_plt flagAndrew Waterman1-5/+5
2014-09-16binutils: try copy relocs only for static linkingAndrew Waterman1-27/+22
2014-09-12binutils: fix printf formats in disassemblerAndrew Waterman1-4/+4
2014-09-08binutils: initial binutils 2.24 portAndrew Waterman17-0/+12831