From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: ezannoni@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Move some funcs from top.c to completer.c Date: Tue, 12 Jun 2001 01:40:00 -0000 Message-id: <200106120841.LAA01962@is.elta.co.il> References: <15098.5049.922353.613702@kwikemart.cygnus.com> X-SW-Source: 2001-06/msg00228.html > From: Elena Zannoni > Date: Thu, 10 May 2001 00:06:17 -0400 > > After staring at completion stuff for a while, I realized that I could > clean this up. [You'll notice that the changes to Makefile.in don't > correspond 100% to the new include's. This is because the dependencies > were already in the Makefile.in, for some files. I think this was left > over from JT include's clean up.] > > Ok to apply? [Eli: actually this can go in after your patch is > committed, if this makes your life easier.] Elena, you can now commit this, since my completion patches are in. Thanks for waiting. > > Elena > > 2001-05-09 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. > * infcmd.c: Ditto. > * proc-api.c: Ditto. > * source.c: Ditto. > * symfile.c: Ditto. > * tracepoint.c: Ditto. > * Makefile.in: Update dependencies.