FYI: fix gdbserver PR 14917

Joel Brobecker brobecker@adacore.com
Fri Dec 7 02:44:00 GMT 2012


> Index: server.h
[...]
> -CORE_ADDR current_insn_ptr;
> -int emit_error;
> +extern CORE_ADDR current_insn_ptr;
> +extern int emit_error;

Back in the good old days, I think the old code would have resulted
in a link failure (symbol defined multiple times), right?

-- 
Joel



More information about the Gdb-patches mailing list