From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Eli Zaretskii Cc: ezannoni@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Move some funcs from top.c to completer.c Date: Tue, 12 Jun 2001 12:20:00 -0000 Message-id: <15142.27537.550759.555913@kwikemart.cygnus.com> References: <15098.5049.922353.613702@kwikemart.cygnus.com> <200106120841.LAA01962@is.elta.co.il> X-SW-Source: 2001-06/msg00240.html Yes, but I am also waiting for approval from the relevant maintainers. Even though, I would consider these obvious fixes. Elena Eli Zaretskii writes: > > 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. >