aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Fixes a problem with the RX port trying to perform linker relaxation when -no...Nick Clifton2-1/+19
2015-03-16Automatic date update in version.inGDB Administrator1-1/+1
2015-03-15Automatic date update in version.inGDB Administrator1-1/+1
2015-03-14S/390: Disable relocation sort against code sections.Andreas Krebbel4-0/+21
2015-03-14Automatic date update in version.inGDB Administrator1-1/+1
2015-03-13Automatic date update in version.inGDB Administrator1-1/+1
2015-03-12Automatic date update in version.inGDB Administrator1-1/+1
2015-03-11Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is generatedAlan Modra2-4/+12
2015-03-11Automatic date update in version.inGDB Administrator1-1/+1
2015-03-10[ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang2-16/+8
2015-03-10Automatic date update in version.inGDB Administrator1-1/+1
2015-03-09Automatic date update in version.inGDB Administrator1-1/+1
2015-03-08Automatic date update in version.inGDB Administrator1-1/+1
2015-03-07Automatic date update in version.inGDB Administrator1-1/+1
2015-03-06Fix an undefined 32-bit right shift by replacing it with two 16-bit right shi...Nick Clifton2-1/+9
2015-03-06Automatic date update in version.inGDB Administrator1-1/+1
2015-03-05Fix a potentially undefined right shift by replacing it with two smaller righ...Nick Clifton2-7/+17
2015-03-05Add extern_protected_data and set it for x86H.J. Lu6-4/+35
2015-03-05Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton5-0/+91
2015-03-05Automatic date update in version.inGDB Administrator1-1/+1
2015-03-04[AArch64] Removing unused functions.Marcus Shawcroft2-42/+6
2015-03-04[AArch64] Call abort() consistently in unhandled stub switch statements.Marcus Shawcroft2-7/+10
2015-03-04S390: Place "s390:31-bit" after default arch in 64-bit arch listAndreas Arnez2-37/+33
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford2-2/+9
2015-03-04Automatic date update in version.inGDB Administrator1-1/+1
2015-03-03RL78 - fix ADDR16 relaxDJ Delorie2-1/+7
2015-03-03Automatic date update in version.inGDB Administrator1-1/+1
2015-03-02Automatic date update in version.inGDB Administrator1-1/+1
2015-03-01Automatic date update in version.inGDB Administrator1-1/+1
2015-02-28Tweak ppc32 tls_get_addr optimisationAlan Modra2-0/+8
2015-02-28Automatic date update in version.inGDB Administrator1-1/+1
2015-02-27Convert mov to lea only if neededH.J. Lu3-4/+31
2015-02-27Fixes a problem recognizing libraries created by Visual Studio.Nick Clifton2-1/+11
2015-02-27Regenerate bfd-in2.h and libbfd.hMarcus Shawcroft3-0/+9
2015-02-27Adjust ChangeLog entry.Marcus Shawcroft1-1/+2
2015-02-27Automatic date update in version.inGDB Administrator1-1/+1
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft3-4/+68
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft3-1/+30
2015-02-26Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft4-0/+88
2015-02-26Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft3-1/+26
2015-02-26Fix field size for TLSDESC_CALLMarcus Shawcroft2-1/+5
2015-02-26Fix field size for TLSLE_MOVW_TPREL_* relocations.Marcus Shawcroft2-5/+12
2015-02-26Fix TLSIE_MOVW_GOTTPREL_G0_NC field size.Marcus Shawcroft2-1/+6
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton5-6/+67
2015-02-26PowerPC64 thread-safe stubs not needed for ipltAlan Modra2-6/+17
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo2-4/+9
2015-02-26Use dynamic text relocs for protected varsAlan Modra3-0/+41
2015-02-26Automatic date update in version.inGDB Administrator1-1/+1
2015-02-25AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess2-1/+339
2015-02-25avr/objdump: Support dumping .avr.prop section.Andrew Burgess3-0/+488