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] Add support for fido.


On Sun, Oct 07, 2007 at 11:12:33AM -0700, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to support for fido.
> 
> Tested by running Hello, world from gdb.  OK to apply?

Does this simpler version work?

> +fido*)			gdb_target_cpu=m68k ;;

Keep this.

> +fido-*-elf*)		gdb_target=fido ;;

gdb_target=monitor

> --- /dev/null	2007-05-10 18:31:20.000000000 -0700
> +++ gdb/config/m68k/fido.mt	2007-10-07 10:13:36.000000000 -0700

Skip this file.

The only thing we needed fido.mt for, originally, was
HAVE_CONTINUABLE_WATCHPOINT.  That is now effectively the default, so
there shouldn't be any difference between this and a normal m68k-elf
target.

-- 
Daniel Jacobowitz
CodeSourcery


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