[PATCH] Create avr-linux-tdep.c (add reintroduce gdbarch_gdb_signal_{to,from}_target for that target)

Joern Rennecke joern.rennecke@embecosm.com
Mon Aug 12 21:19:00 GMT 2013


Quoting Sergio Durigan Junior <sergiodj@redhat.com>:


> +avr-*-*linux*)
> +	# Target: AVR Linux
> +	gdb_target_obs="avr-tdep.o avr-linux-tdep.o linux-tdep.o"
> +	gdb_sim=../sim/avr/libsim.a
> +	;;
> +
>  avr-*-*)
>  	# Target: AVR
>  	gdb_target_obs="avr-tdep.o"
>

That is creating a new target.  So are users using a linux host supposed
to configure for this new target?  But why does it look like it's the
target that is running linux - there is no such thing for avr.
Shouldn't we rather autoconf the host signals?



More information about the Gdb-patches mailing list