mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 12:24:04 +08:00

* gdb.c++/virtfunc.cc: Declare extern "C" printf to return int, not void. fche says he vaguely remembers a problem with returning int instead of void, but ISO C sez printf returns int, so let's see what happens.