This is the mail archive of the gdb-patches@sources.redhat.com 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/RFA] arm-netbsdelf cross-debugging fixes


> On Tue, Sep 03, 2002 at 08:23:01PM +0100, Richard Earnshaw wrote:
> 
>  > > While there, I also fixed a problem with arm_addr_bits_remove -- No
>  > > 26-bit systems can run in Thumb mode, and so doing an arm_pc_is_thumb
>  > > on them is unnecessary (and could return incorrect results if debugging
>  > > code which runs in FIQ mode, since (pc & 1) == FIQ mode on those CPUs).
>  > > 
>  > Yep, that would be a good move, but it would be easier to say yes if it 
>  > were a separate patch.
> 
> Ok, here's this one, separated out.
> 
> 	* arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
> 	if arm_apcs_32 is false.
> 

OK


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