summaryrefslogtreecommitdiff
path: root/asm/exprdump.c
Commit message (Collapse)AuthorAgeFilesLines
* exprlib: move dumping code to a separate C fileH. Peter Anvin2017-02-281-0/+79
Most of the time we don't need the dumping code, so move it to a separate C file to the linker can exclude it. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>