mirror of https://github.com/acidanthera/audk.git
5244f47e46
There are several significant differences between the mingw32 (gcc 4.3.0 based) compiler and the GCC 4.4 and later compilers. Mingw32 requires that types int, long, long long, unsigned { int, long, long long}, float, and double be the only types passed to va_arg(). This requires the programmer to ensure that va_arg is called with type int for arguments of any type with a size less-than or equal-to int. GCC 4.4 and later does not require this and performs the appropriate promotions for you. Mingw32 uses 32-bit long in both ia32 and x64 mode. GCC 4.4 makes long a 64-bit value when in x64 mode. Signed-off-by: darylm503 Reviewed-by: jcarsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12258 6f19259b-4bc3-4df7-8a09-765794883524 |
||
---|---|---|
.. | ||
Stdio.inf | ||
clrerr.c | ||
fclose.c | ||
fdopen.c | ||
feof.c | ||
ferror.c | ||
fflush.c | ||
fgetc.c | ||
fgetln.c | ||
fgetpos.c | ||
fgets.c | ||
fgetstr.c | ||
fgetwc.c | ||
fgetws.c | ||
fileext.h | ||
fileno.c | ||
findfp.c | ||
flags.c | ||
floatio.h | ||
flockfile.c | ||
fopen.c | ||
fparseln.c | ||
fprintf.c | ||
fpurge.c | ||
fputc.c | ||
fputs.c | ||
fputwc.c | ||
fputws.c | ||
fread.c | ||
freopen.c | ||
fscanf.c | ||
fseek.c | ||
fseeko.c | ||
fsetpos.c | ||
ftell.c | ||
ftello.c | ||
funopen.c | ||
fvwrite.c | ||
fvwrite.h | ||
fwalk.c | ||
fwide.c | ||
fwprintf.c | ||
fwrite.c | ||
fwscanf.c | ||
getc.c | ||
getchar.c | ||
gets.c | ||
gettemp.c | ||
getwc.c | ||
getwchar.c | ||
glue.h | ||
local.h | ||
makebuf.c | ||
mkdtemp.c | ||
mkstemp.c | ||
mktemp.c | ||
perror.c | ||
printf.c | ||
putc.c | ||
putchar.c | ||
puts.c | ||
putwc.c | ||
putwchar.c | ||
refill.c | ||
remove.c | ||
rewind.c | ||
rget.c | ||
scanf.c | ||
setbuf.c | ||
setbuffer.c | ||
setvbuf.c | ||
snprintf.c | ||
snprintf_ss.c | ||
sprintf.c | ||
sscanf.c | ||
stdio.c | ||
swprintf.c | ||
swscanf.c | ||
tempnam.c | ||
tmpfile.c | ||
tmpnam.c | ||
ungetc.c | ||
ungetwc.c | ||
vasprintf.c | ||
vfprintf.c | ||
vfscanf.c | ||
vfwprintf.c | ||
vfwscanf.c | ||
vprintf.c | ||
vscanf.c | ||
vsnprintf.c | ||
vsnprintf_ss.c | ||
vsprintf.c | ||
vsscanf.c | ||
vswprintf.c | ||
vswscanf.c | ||
vwprintf.c | ||
vwscanf.c | ||
wbuf.c | ||
wcio.h | ||
wprintf.c | ||
wscanf.c | ||
wsetup.c |