summaryrefslogtreecommitdiff
path: root/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* Make qemu-palcode build environment standalone. NFC.Jason Thorpe2021-06-051-3/+1
| | | | | | | | | | Don't include system headers. Instead, provide standalone definitions and declarations of types needed and functions used by the PALcode that are compatible with the standard Alpha / GCC ABI. Signed-off-by: Jason Thorpe <thorpej@me.com> Message-Id: <20210603035317.6814-2-thorpej@me.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* Handle padding in printf numerical output.Richard Henderson2011-05-061-26/+59
|
* Add copyright information.Richard Henderson2011-05-011-0/+20
|
* Use explicit division avoidance in print_decimal.Richard Henderson2011-04-161-2/+10
|
* Add simplistic printf.Richard Henderson2011-04-111-0/+142