aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
AgeCommit message (Expand)AuthorFilesLines
2017-06-14Move location of .jumptables section and add .hightext section to AVR linker ...Georg-Johann Lay1-5/+12
2017-06-13Replace multiple AVR scripts with a single, customizable linker script.Georg-Johann Lay2-279/+35
2017-05-19Update avrxmega3 linker emulation to support avrxmega2 devices with flash mem...eorg-Johann Lay1-1/+50
2017-05-15Add .debug_gdb_scripts section to PE linker scripts.Nick Clifton2-0/+20
2017-02-27Place read-only data in the text section on AVR Tiny targets.Georg-Johann Lay1-2/+8
2017-02-21PE ld -r script fixesAlan Modra2-15/+25
2017-02-20Move .stack before debug sectionsAlan Modra9-57/+36
2017-01-02Support -z relro on hppaAlan Modra1-12/+14
2017-01-02Update year range in copyright notice of all files.Alan Modra92-180/+180
2016-12-31PRU LD PortDimitar Dimitrov1-0/+179
2016-12-26Correct .dynbss in scriptAlan Modra1-1/+1
2016-12-13PE linker script improvements.Nick Clifton1-3/+3
2016-11-27Fix spelling in comments in .sc files (ld)Ambrogino Modigliani4-6/+6
2016-10-14Add separate debug info file sectionAlan Modra1-0/+1
2016-09-30v850 linker scriptsAlan Modra2-2/+2
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