This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Add support for Tilera TILE-Gx processor (part 3/3: gdbserver)
- From: Pedro Alves <palves at redhat dot com>
- To: Jeff Kenton <jkenton at tilera dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 23 May 2012 18:49:53 +0100
- Subject: Re: [PATCH] Add support for Tilera TILE-Gx processor (part 3/3: gdbserver)
- References: <4FAD3C4D.9080409@tilera.com> <4FBA5138.4090203@tilera.com>
On 05/21/2012 03:29 PM, Jeff Kenton wrote:
> * Makefile.in: Add tilegx dependencies.
> * configure.srv: Add tilegx dependencies.
> * linux-tile-low.c: New file.
This needs to be more specific. Something like:
* Makefile.in (SFILES): Add linux-tile-low.c.
(linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
* configure.srv: Handle tilegx-*-linux*.
* linux-tile-low.c: New file.
Otherwise looks fine, thanks.
Same comment about ps_get_thread_area though.
--
Pedro Alves