aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/common_header.inc
Commit message (Collapse)AuthorAgeFilesLines
* Linker scripts: Remove useless junk.Marti Bolivar2011-09-091-4/+1
|
* [support/ld] Factor out header from common_rom.inc, common_ram.inc.Marti Bolivar2011-09-071-0/+39
The linker scripts share an initial section. Factor this out into a new file common_header.inc, and have the main linker scripts include this file. Apart from eliminating a redundancy, this will make it easier to add new linker scripts in the future.