From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Andrew Cagney Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA/REPOST] Move some funcs from top.c to completer.c Date: Sun, 15 Jul 2001 11:57:00 -0000 Message-id: <15185.62803.322286.666156@krustylu.cygnus.com> References: <15183.30502.43690.797983@krustylu.cygnus.com> <3B4F7590.3000900@cygnus.com> X-SW-Source: 2001-07/msg00352.html Andrew Cagney writes: > > This is a repost of a patch I submitted long time ago. > > http://sources.redhat.com/ml/gdb-patches/2001-05/msg00136.html > > I modified it slightly to adapt it to the current sources. > > > Treat it as obvious :-) > > Andrew > OK, it's in. Elena > > > 2001-07-13 Elena Zannoni > > * top.c (readline_line_completion_function, noop_completer): Move > > from here... > > * completer.c (readline_line_completion_function, noop_completer): > > ...to here. > > * gdbcmd.h (readline_line_completion_function, noop_completer): > > Move declarations from here... > > * completer.h (readline_line_completion_function, noop_completer): > > ...to here. > > * corefile.c: Include completer.h. > > * source.c: Ditto. > > * symfile.c: Ditto. > > * Makefile.in: Update dependencies. > > > > >