Browse Source
GDB and SIM both have functions called "debug_printf", which conflicts at link time. This commit shadows SIM's debug_printf with a macro so that SIM's symbol ends up being called "sim_debug_printf". sim/common/ChangeLog: * sim-trace.h (debug_printf): New define.binutils-2_25-branch
2 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue