summaryrefslogtreecommitdiff
path: root/bsp/env/coreplexip-e31-arty/link.lds
AgeCommit message (Collapse)Author
2017-06-09Don't use .section\nALIGN, reorder sdata and srodataPalmer Dabbelt
I'm hoping this will make everything more likely to align. We can't use the other mechanism because our loader is lazy and assumes all the sections are contiguous.
2017-06-08Specify alignment on the .sdata and .srodata sectionsPalmer Dabbelt
Without these alignment directives the sections are only required to be aligned on word-sized boundries, but we sometimes require double-word alignment. This allows the linker to sanely emit these sections.
2017-05-04Update SDK For E31/E51 Coreplex IP EvaluationMegan Wachs