This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 07/14] sim/erc32: Use gdb callback for UART I/O when linked with gdb.


On 01 Mar 2015 22:10, Jiri Gaisler wrote:
> --- a/sim/erc32/sis.h
> +++ b/sim/erc32/sis.h
>
>  /* Prototypes  */
>  
>  /* erc32.c */
> -extern void	init_sim (void);
> +extern void	init_sim ();
>  extern void	reset (void);
>  extern void	error_mode (uint32 pc);
>  extern void	sim_halt (void);

why ?  not only does it look unrelated to this patch, this looks wrong.
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]