aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-11-24 00:34:43 +0000
committerFernando Nasser <fnasser@redhat.com>2000-11-24 00:34:43 +0000
commit64426696342521c31916f186cd62cc5d1a2fc54e (patch)
tree5aa980c0a3b7fd29eba0ba3892e0a1c0045e6988 /gdb
parent9e28a1edadfadbdefd6cfd3703de8d8b8a19e6a7 (diff)
downloadgdb-64426696342521c31916f186cd62cc5d1a2fc54e.zip
gdb-64426696342521c31916f186cd62cc5d1a2fc54e.tar.gz
gdb-64426696342521c31916f186cd62cc5d1a2fc54e.tar.bz2
Fix entry typo and missing information.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f22ab0..303742e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>