aboutsummaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* parser/lexer:Trygve Laugstøl2016-07-171-0/+7
| | | | | | | o Support special '/DISCARD/' as NAME. o Add 'SORT' as a token. It is equivalent with SORT_BY_NAME. The new rule sort_by_name coverts both. Ld: o Don't die on unknown sections, they can be referenced before declared. Doesn't matter for this app anyway.
* o Working version that can take the data from the LD script. Only tested ↵Trygve Laugstøl2016-07-161-0/+70
with the Intel Quark D2000 LD script. lexer: Allowing capital X in hex numbers too.