This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Fwd: Re: [patch] Add support for ARMv7M devices.
- From: Yao Qi <yao at codesourcery dot com>
- To: Jonathan Larmour <jifl at eCosCentric dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 9 Mar 2012 23:38:52 +0800
- Subject: Re: Fwd: Re: [patch] Add support for ARMv7M devices.
- References: <4F598611.4020506@eCosCentric.com>
On 03/09/2012 12:24 PM, Jonathan Larmour wrote:
> - tdesc = tdesc_arm_with_m;
> + is_m = 1;
`tdesc' is used later in the function,
/* Check any target description for validity. */
if (tdesc_has_registers (tdesc))
Is it correct to skip updating `tdesc'?
--
Yao (éå)