CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/17 09:53:51
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c
Log message:
Revert the va_start() and va_arg() optimization for functions which have no
variadic arguments passed in registers: these functions may pass a va_list to
another function, which will then need to rely upon a properly filled
__va_list struct and can't assume anything about the way arguments have been
passed to its caller.
