RFA: Split linespec from symtab

Andrew Cagney ac131313@cygnus.com
Fri Nov 10 20:51:00 GMT 2000


> Here is the ChangeLog:
> 
>         * symtab.c (decode_line_1, total_number_of_methods, find_methods,
>         build_command_line_spec, find_toplevel_char, decode_line_2):
>         Move to linespec.c.
>         * linespec.c: New file. Routines that handle linespecs, formerly
>         in symtab.c.
>         * symtab.h: Export find_line_symtab and find_function_start_sal,
>         * Makefile.in: Add linespec.c.
> 

Fernando,

Do you intend moving the declarations for the functions exported by
linespec.c to a new linespec.h file?

As for how to format the ChangeLog, have a look at other earlier but
similar moves (is that a stray comma?).  The Makefile.in entry should
mention the makefile variable(s) being updated.  I suspect that you
added linespec.o somewhere.

I'll update MAINTAINERS to reflect the creation of the new file.

	Andrew


More information about the Gdb-patches mailing list