summaryrefslogtreecommitdiff
path: root/src/lib/gcov-glue.c
AgeCommit message (Expand)Author
2020-08-03lib/gcov: Remove assert(0)Patrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-15src/lib: Clean up general issues found by checkpatch.plLee Leahy
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2017-03-12src/lib: Remove space between function name and (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2017-03-09src/lib: Remove spaces after ( and before )Lee Leahy
2016-02-02lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macroJean Lucas
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-08lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use itPaul Menzel
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-04-08Fix compilation when coverage debugging is enabledStefan Reinauer
2013-01-12Implement GCC code coverage analysisStefan Reinauer