aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-02 03:42:59 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-02 03:42:59 +0000
commit255e7dbf2e106ccba748f1d34422d9df7fcc1038 (patch)
tree8049bf598088831675b090b7bbb04419768c308e /gdb/ChangeLog
parent261c4ca20698ffa0b5efa6a0908c55aae31711e8 (diff)
downloadgdb-255e7dbf2e106ccba748f1d34422d9df7fcc1038.zip
gdb-255e7dbf2e106ccba748f1d34422d9df7fcc1038.tar.gz
gdb-255e7dbf2e106ccba748f1d34422d9df7fcc1038.tar.bz2
* utils.c (error_begin): Make static.
* defs.h (error_begin): Delete declaration. * linespec.c (cplusplus_error): Replace cplusplus_hint. (decode_line_1): Use cplusplus_error instead of error_begin, cplusplus_hint and return_to_top_level. * coffread.c (coff_symfile_read): Use error instead of error_begin and return_to_top_level. * infrun.c (default_skip_permanent_breakpoint): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 233e3b0..27aff5f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2002-02-01 Andrew Cagney <ac131313@redhat.com>
+ * utils.c (error_begin): Make static.
+ * defs.h (error_begin): Delete declaration.
+
+ * linespec.c (cplusplus_error): Replace cplusplus_hint.
+ (decode_line_1): Use cplusplus_error instead of error_begin,
+ cplusplus_hint and return_to_top_level.
+ * coffread.c (coff_symfile_read): Use error instead of error_begin
+ and return_to_top_level.
+ * infrun.c (default_skip_permanent_breakpoint): Ditto.
+
+2002-02-01 Andrew Cagney <ac131313@redhat.com>
+
* language.h (type_error, range_error): Make string parameter
constant.
* language.c (warning_pre_print): Delete extern declaration.