summaryrefslogtreecommitdiff
path: root/printf.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-05Make qemu-palcode build environment standalone. NFC.Jason Thorpe1-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>
2011-05-06Handle padding in printf numerical output.Richard Henderson1-26/+59
2011-05-01Add copyright information.Richard Henderson1-0/+20
2011-04-16Use explicit division avoidance in print_decimal.Richard Henderson1-2/+10
2011-04-11Add simplistic printf.Richard Henderson1-0/+142