summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon/KAVERI_me.bin
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/radeon/KAVERI_me.bin')
0 files changed, 0 insertions, 0 deletions
20-10-29 18:38:24 +0000'>2020-10-29make(1): add test for ignoring assignment to read-only variablerillig 2020-10-29make(1): move MAKEFLAGS handling in vardebug test to the test itselfrillig 2020-08-08make(1): extend debug logging to error valuesrillig The error marker var_Error is just an empty string. In the debug log this empty string was not distinguishable from an otherwise empty string. Having this distinction helps in understanding the exact data flow. 2020-08-08make(1): add test for debugging message for indirect modifiersrillig The current output format stops in the middle of the next modifier, which was probably not intended. 2020-07-25make(1): add tests for previously uncovered coderillig