aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
AgeCommit message (Expand)AuthorFilesLines
2016-07-06FT32 linker script cleanupjamesbowman1-1/+3
2016-07-04Allow the flash and ram memory region sizes to be specified in the default FT...Nick Clifton1-4/+7
2016-05-26Provide the __bssstart and __bsssize symbols needed by the MSP430's crt0.o code.Nick Clifton2-1/+5
2016-05-19[ARC] Emulation and default script template changes.Claudiu Zissulescu1-176/+419
2016-05-18Fix lots of linker testsuite failures for the FT32 target.Nick Clifton2-8/+12
2016-05-17Place progmem data from AVR's libc before other progmem data.Senthil Kumar Selvaraj2-0/+8
2016-04-25AVR: Allow the start address of the .text section to be set by --section-start.Senthil Kumar Selvaraj1-1/+1
2016-04-07Fix typo in name of MSP430 attribute section.Nick Clifton2-2/+2
2016-03-18Ensure that the .rdata_pseudo_runtime_reloc sections are not discarded by gab...Awson2-2/+2
2016-03-10Remove bogus LONG(0) from MSP430 built in linker script.Nick Clifton1-1/+0
2016-03-09Fix v850 bfd arch info printable namesPedro Alves2-2/+2
2016-02-29[ARC] General fixes.Claudiu Zissulescu1-2/+2
2016-01-25Prevent .noinit section from incorrect placement for AVR.Denis Chertykov2-2/+2
2016-01-05Fix the execution of the MSP430 simulator testsuite.Nick Clifton2-0/+6
2016-01-01Copyright update for binutilsAlan Modra91-178/+178
2015-10-07New ARC implementation.Nick Clifton5-5/+1211
2015-09-09FT32 linker script now parameterized for flash and RAM size.jamesbowman1-2/+5
2015-08-06Revert ALIGN changesAlan Modra1-2/+2
2015-07-20ALIGN change affects cris scriptsAlan Modra1-2/+2
2015-07-20ALIGN change affects standard scriptsAlan Modra1-2/+2
2015-07-03Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz2-48/+56
2015-05-28Compact EH SupportCatherine Moore1-3/+5
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton1-1/+19
2015-04-01Start of relro segment adjustmentAlan Modra1-1/+5
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton2-0/+4
2015-02-24This patch modifies the AVR linker script templates to use __<name>_REGION_LE...Senthil Kumar Selvaraj2-11/+26
2015-01-28FT32 initial supportAlan Modra1-0/+62
2015-01-20Reorder more powerpc64 sections again for -z relroAlan Modra1-1/+2
2015-01-20Reorder more powerpc64 sections for -z relroAlan Modra1-5/+9
2015-01-20Reorder powerpc64 sections for -z relroAlan Modra1-0/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra91-178/+178
2014-12-06Add Visium support to ldEric Botcazou1-0/+181
2014-11-11 * avrtiny.sc: Apply avr.sc fixes.Denis Chertykov1-38/+22
2014-08-20Add copyright notice to linker script files.Nick Clifton89-58/+1111
2014-07-08 * scripttempl/avr.sc: Remove KEEP for .data andDenis Chertykov1-5/+2
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford1-0/+250
2014-06-16Fix duplicated assignments to __rel_iplt and __rela_iplt symbolsAlan Modra2-8/+8
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson1-37/+0
2014-04-08This patch removes the inclusion of the default manifest in final links forNick Clifton2-34/+6
2014-03-19Improve .rsrc section merging again. This time with an algorithm thatNick Clifton2-6/+12
2014-03-19Improve .rsrc section merging with better handling of the alignment adjustmentsNick Clifton2-4/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-27This patch adds a default manifest in to the final links performed by the Cyg...Nick Clifton2-22/+46
2014-01-22Make assignments to dot keep an empty output section.Alan Modra1-2/+2
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen1-0/+615
2013-11-22 * scripttempl/avr.sc: Set .data section's LMA to next availableSenthil Kumar Selvaraj1-2/+2
2013-11-20 * scripttempl/elf32msp430.sc (.data): Set the based on the nextNick Clifton2-5/+5
2013-08-23Fix typo.Nick Clifton1-6/+6
2013-08-23 PR ld/15839Nick Clifton1-9/+9
2013-07-08 * scripttempl/elf.sc: Handle function names and otherJeff Law1-1/+1