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: [trivial] remove references to add_setshow_cmd_full fromarm-tdep.c


On Fri, 2004-07-30 at 17:36, Ramana Radhakrishnan wrote:
> Hi Richard,
> 
> Oops.I am sorry about making that patch in a hurry. That should teach
> me .I hope its ok this time round.  Here we go again . 
> 
> cheers
> Ramana
> 
> ---
> 
> 
> 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
> 
> 	* arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
> 
> 
> 
> Is this ok ? 

Yes.  

Note that your initial analysis (about the command below the one you are
removing) was slightly off base, but in this case it doesn't matter. 
The command you are removing was 'set apcs32' which was deprecated by
'set arm apcs32'.  However, since that command was deprecated gdb 6.0,
6.1 and (AIUI) 6.2 have all been made, so I think it's now safe to
remove the old variant.

R.


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