aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/layoutrom.py
Commit message (Expand)AuthorAgeFilesLines
* build: Support declaring 32bit C functions that must reside in the f-segmentKevin O'Connor2014-10-111-5/+11
* build: Minor - fix comments referring to old tools/ directory.Kevin O'Connor2014-06-111-1/+1
* build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor2014-06-111-4/+6
* build: Only export needed fields in LayoutInfo in layoutrom.py.Kevin O'Connor2014-06-111-63/+67
* build: Use fileid instead of category to write sections in layoutrom.py.Kevin O'Connor2014-06-111-21/+28
* build: Keep segmented sections separate until final link step.Kevin O'Connor2014-06-111-32/+20
* build: Rework getRelocs() to use a hash instead of categories in layoutrom.pyKevin O'Connor2014-06-111-19/+13
* build: Refactor findInit() function.Kevin O'Connor2014-06-111-28/+18
* build: Use customized entry point for each type of build.Kevin O'Connor2014-06-111-12/+15
* build: Refactor layoutrom.py gc() function.Kevin O'Connor2014-06-111-25/+15
* build: Extract section visiting logic in layoutrom.py.Kevin O'Connor2014-06-111-57/+60
* build: Remove unused function getSectionsStart() from layoutrom.py.Kevin O'Connor2014-06-111-5/+0
* build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf2014-01-201-7/+7
* build: Avoid sort() on unordered classes for python3 compatibility.Johannes Krampf2014-01-201-3/+4
* build: Be explicit that we want integers when dividing for python3 compat.Johannes Krampf2014-01-201-2/+2
* build: Make print statements in scripts python3 compatible.Johannes Krampf2014-01-201-16/+16
* Separate out sec32init sections even when not doing code relocation.Kevin O'Connor2013-12-071-19/+34
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-171-0/+693