aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/link.x.in (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Enforce 8-byte initial stack pointer alignmentGravatar Adam Greig 1-2/+6
2023-02-11cortex-m-rt: assert in linker script that stack_start is 8-byte aligned.Gravatar Dario Nieuwenhuis 1-0/+6
2022-04-28rt: fix veneer limit position in linker scriptGravatar luojia65 1-1/+5
2022-02-25Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a...Gravatar Adam Greig 1-0/+2
2021-04-07link.x.in: move sgstubs after dataGravatar Robert Jördens 1-13/+13
2021-04-07link.x.in: put most __[se] symbols back into sectionsGravatar Robert Jördens 1-18/+27
2021-01-21Update Reset-in-asm.Gravatar Adam Greig 1-3/+6
2020-10-01Add a section to place the veneers in memoryGravatar Hugues de Valon 1-0/+12
2020-09-02[ARMv6-M] initialize the LR registerGravatar Jorge Aparicio 1-0/+4
2020-08-25Use same method for __edata and __erodataGravatar Matt Ickstadt 1-2/+4
2020-08-20Workaround lld bug and ensure sections and symbols are alignedGravatar Matt Ickstadt 1-2/+4
2020-08-20Fix INSERT AFTER for .text and .bssGravatar Matt Ickstadt 1-6/+7
2020-08-07Fix possible overflow of .data region in FLASHGravatar Guilucand 1-2/+2
2020-04-28link.x: .bss should be NOLOADGravatar Cliff L. Biffle 1-1/+1
2020-01-08Document a possible reason for the 'interrupt vectors are missing' errorGravatar Vadim Kaushan 1-0/+1
2019-10-22Rejig link.x to include more lables to help the linker lay out the objectsGravatar Daniel Egger 1-3/+6
2019-07-23Discard .ARM.exidx, closes #197Gravatar Adam Greig 1-0/+1
2019-06-19add a .uninit sectionGravatar Jorge Aparicio 1-2/+9
2019-05-31Align sectionsGravatar Niklas Claesson 1-9/+8
2019-03-24do not KEEP the .stack_sizes sectionGravatar Jorge Aparicio 1-6/+0
2019-01-21Discard .ARM.extab.*Gravatar Philipp Oppermann 1-0/+1
2018-11-14rename UserHardFault to HardFaultGravatar Jorge Aparicio 1-4/+4
2018-10-26`b UserHardFault`Gravatar Jorge Aparicio 1-0/+2
2018-09-17keep .stack_sizesGravatar Jorge Aparicio 1-0/+6
2018-08-25two separate default handlersGravatar Jorge Aparicio 1-2/+2
2018-08-25reduce the size of default handlersGravatar Jorge Aparicio 1-2/+2
2018-08-12Change pre-init to use an empty function that is overwridden instead of a sen...Gravatar Gabriel Smith 1-1/+1
2018-08-12Change the sentinel value for __pre_init to something other than 1Gravatar Gabriel Smith 1-1/+1
2018-08-12Remove the pre-init feature and provide a default for the __pre_init symbolGravatar Gabriel Smith 1-0/+5
2018-08-12Update linker script to put .data into FLASHGravatar Adam Greig 1-7/+7
2018-08-07[WIP] provide defaults for DefaultHandler and HardFaultGravatar Jorge Aparicio 1-0/+3
2018-08-07refactor the linker scriptGravatar Jorge Aparicio 1-86/+74
2018-05-12update the CHANGELOGGravatar Jorge Aparicio 1-1/+1
2018-05-12check that the heap doesn't overlap with .bss / .dataGravatar Jorge Aparicio 1-3/+11
2018-05-12fix __sheapGravatar Jorge Aparicio 1-1/+1
2018-05-12tweak error messagesGravatar Jorge Aparicio 1-20/+20
2018-05-11add CI, add device specific check of the vector table size, ..Gravatar Jorge Aparicio 1-0/+196