aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Add canonical JALR for RISC-VAndrew Waterman2-0/+8
2016-12-20Don't define RISC-V .p2alignAndrew Waterman3-42/+82
2016-12-20Re-work RISC-V gas flags: now we just support -mabi and -marchAndrew Waterman13-131/+186
2016-12-20Fix an integer overflow in RISC-V relocation handlingAndrew Waterman2-2/+7
2016-12-20Rework RISC-V relocationsAndrew Waterman11-71/+472
2016-12-20Formatting changes for RISC-VAndrew Waterman7-59/+68
2016-12-20Improve RISC-V LD error messagePalmer Dabbelt2-2/+8
2016-12-20Add opcodes RISC-V dependenciesAlan Modra4-0/+14
2016-12-19Fix problem where linker does not place .note sections according to script.Cary Coutant5-30/+61
2016-12-20Automatic date update in version.inGDB Administrator1-1/+1
2016-12-19Fix an internal error in the constructor of Target_arm.Igor Kudrin6-28/+55
2016-12-19Fix forced allocation of common (-d) during -r links.Cary Coutant5-4/+81
2016-12-19Clean up gdb.gdb/selftest.expYao Qi2-293/+6
2016-12-19bfd/elf32-arm.c: Rename 'popcount' to 'elf32_arm_popcount'Christian Groessler2-7/+13
2016-12-19MIPS/opcodes: Only examine ELF file structures if SYMTAB_AVAILABLEMaciej W. Rozycki2-1/+6
2016-12-19MIPS/opcodes: Only call `bfd_mips_elf_get_abiflags' if BFD64Maciej W. Rozycki2-2/+14
2016-12-19Automatic date update in version.inGDB Administrator1-1/+1
2016-12-18Automatic date update in version.inGDB Administrator1-1/+1
2016-12-17Automatic date update in version.inGDB Administrator1-1/+1
2016-12-16Darwin: Fix gdb compilation.Bernhard Heckel2-3/+6
2016-12-16Fix compile time warning building arm-dis.cNick Clifton2-2/+7
2016-12-16Implement and document --gc-keep-exportedfincs8-1/+40
2016-12-16Automatic date update in version.inGDB Administrator1-1/+1
2016-12-15Linking non-ELF file broken by PR20908 fixAlan Modra2-28/+30
2016-12-15Automatic date update in version.inGDB Administrator1-1/+1
2016-12-14MAINTAINERS: Add myself as a MIPS maintainerMaciej W. Rozycki2-0/+6
2016-12-14MIPS/opcodes: Also set disassembler's ASE flags from ELF structuresMaciej W. Rozycki15-3/+191
2016-12-14MIPS/opcodes: Reorder ELF file header flag handling in disassemblerMaciej W. Rozycki2-13/+18
2016-12-14MIPS16/GAS: Fix assertion failures with relocations on 16-bit instructionsMaciej W. Rozycki8-3/+50
2016-12-14MIPS16: Fix SP-relative SD instruction annotationMaciej W. Rozycki6-2/+58
2016-12-14MIPS16/opcodes: Fix and clarify MIPS16e commentaryMaciej W. Rozycki2-4/+9
2016-12-14ld: aarch64: fix TLS relaxation where TCB_SIZE is usedYury Norov6-5/+56
2016-12-14Revert "bfd: aarch64: fix word and arrdess size declaration in ilp32 mode"Yury Norov1-4/+4
2016-12-14Revert "ld: aarch64: fix TLS relaxation where TCB_SIZE is used"Yury Norov4-44/+3
2016-12-14bfd: aarch64: fix word and arrdess size declaration in ilp32 modeYury Norov1-4/+4
2016-12-14ld: aarch64: fix TLS relaxation where TCB_SIZE is usedYury Norov4-3/+44
2016-12-14Automatic date update in version.inGDB Administrator1-1/+1
2016-12-13Add --orphan-handling option.Cary Coutant4-4/+80
2016-12-13Do not use linker script to place static relocation sections.Cary Coutant3-20/+32
2016-12-13[Binutils][AARCH64]Remove Cn register for coprocessor CRn, CRm fieldRenlin Li12-151/+174
2016-12-13PE linker script improvements.Nick Clifton2-3/+10
2016-12-13Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson7-45/+309
2016-12-13[AArch64] Recognize R_AARCH64_P32_ABS32 as 32-bit relocation in readelfJiong Wang2-1/+6
2016-12-13[AArch64] Make LD testcases support ILP32 modeJiong Wang23-207/+265
2016-12-13[AArch64] Make GAS testcases support ILP32 modeJiong Wang110-210/+346
2016-12-13Add a 'Past Maintainers' section to the MAINTAINERS file. Retire Mark Mitche...Nick Clifton2-2/+13
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant7-5/+101
2016-12-12Fix edge cases in orphan section placement.Cary Coutant2-3/+42
2016-12-13Automatic date update in version.inGDB Administrator1-1/+1
2016-12-13Don't add PHDR for objcopy/strip or ld script specifying PHDRSAlan Modra6-29/+25