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] sim: Fix build for avr simulator


* Dimitar Dimitrov <dimitar@dinux.eu> [2019-03-28 20:05:43 +0200]:

> This commit:
> 
>   commit ef9866970ce6683d40465fb7c3168f87a1dcd1b7
>   Date:   Thu Mar 28 06:40:30 2019 +0900
> 
>       sim/common: convert sim-arange to use sim-inline
> 
> Broke simulator build for AVR.
> 
> sim/avr/ChangeLog:
> 
> 2019-03-28  Dimitar Dimitrov  <dimitar@dinux.eu>
> 
>         * interp.c: Include sim-assert.h
> 
> Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>

This is fine.

Thanks,
Andrew



> ---
>  sim/avr/interp.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sim/avr/interp.c b/sim/avr/interp.c
> index 973409225a..46f0270961 100644
> --- a/sim/avr/interp.c
> +++ b/sim/avr/interp.c
> @@ -27,6 +27,7 @@
>  #include "gdb/remote-sim.h"
>  
>  #include "sim-main.h"
> +#include "sim-assert.h"
>  #include "sim-base.h"
>  #include "sim-options.h"
>  
> -- 
> 2.11.0
> 


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