Commit Graph

1 Commits (f8feff2920ad0a73ff2f4764a88056a19a8e4181)

Author SHA1 Message Date
Marcus Chang 92089f66de Optimize Arm Compiler
Arm Compiler uses dedicated functions for each format specifier used by
[sn/v/vsn]printf. When minimal-printf overwrites [sn/v/vsn]printf the
linker is unable to remove unused functions related to printf.

The following stubs replace the built-in functions with dummy versions
that take up less space.
2019-04-09 07:57:41 -07:00