Fix entry typo and missing information.
authorFernando Nasser <fnasser@redhat.com>
Fri, 24 Nov 2000 00:34:43 +0000 (00:34 +0000)
committerFernando Nasser <fnasser@redhat.com>
Fri, 24 Nov 2000 00:34:43 +0000 (00:34 +0000)
gdb/ChangeLog

index 4f22ab0..303742e 100644 (file)
@@ -165,8 +165,10 @@ Wed Nov 15 00:29:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        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 <cgf@cygnus.com>