[trivial] remove references to add_setshow_cmd_full from arm-tdep.c

Richard Earnshaw rearnsha@gcc.gnu.org
Fri Jul 30 15:58:00 GMT 2004


On Fri, 2004-07-30 at 16:26, Ramana Radhakrishnan wrote:
> Hi ,
> While attempting to build cvs head now for arm-elf I ran into a problem 
> with add_setshow_cmd_full  for apcs32. It has been made
> static in cli-decode.c  . Someone has corrected the call but not removed 
> the reference . So here goes.
> 
> This patch removes the reference. Below the call to add_setshow_cmd_full 
> and a call to add_setshow_cmd_boolean is present below. Ok to apply ?
> 
> cheers
> Ramana
> 

This isn't correct.

1) No ChangeLog entry
2) It's adding code, yet you claim you're removing code.
3) (assuming the patch is inverted somehow) It removes the
initialization of new_set and new_show, but you've left the subsequent
deprecate_cmd calls.

R.



More information about the Gdb-patches mailing list