Actions
Bug #7523
closedcmn_err format specifier is outdated
Start date:
2016-10-29
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
cmn_err.h defines *printf() functions to be __KPRINTFLIKE, which maps the format they support to the definition of cmn_err in our gcc, which in turn is outdated and doesn't support all conversions - at least, it's missing "-" (left-align).
Updated by Yuri Pankov over 5 years ago
- Category changed from kernel to tools - gate/build tools
- Status changed from New to Closed
- Assignee set to Yuri Pankov
- % Done changed from 0 to 100
- Difficulty changed from Medium to Bite-size
- Tags deleted (
needs-triage)
fixed in gcc-4.4.4_il itself.
Actions