From: Fernando Nasser Date: Fri, 24 Nov 2000 00:34:43 +0000 (+0000) Subject: Fix entry typo and missing information. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64426696342521c31916f186cd62cc5d1a2fc54e;p=binutils-gdb.git Fix entry typo and missing information. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f22ab08d93..303742e64e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -165,8 +165,10 @@ Wed Nov 15 00:29:46 2000 Andrew Cagney 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. + * symtab.h: Export find_line_symtab and find_function_start_sal. + * Makefile.in (SFILES): Add linespec.c. + (COMMON_OBS): Add linespec.o. + (linespec.o): New target. 2000-11-10 Christopher Faylor