aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-12 20:26:05 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-12 20:26:05 +0000
commit82c0260ec6f9752dbfdf30154e0eeca706f0d5bd (patch)
treeca37ee219b06827aa6bfa68e1b13562b0fae1d72 /gdb/ChangeLog
parent70d358198ff91ea7401b66393952d28a6d7c2466 (diff)
downloadgdb-82c0260ec6f9752dbfdf30154e0eeca706f0d5bd.zip
gdb-82c0260ec6f9752dbfdf30154e0eeca706f0d5bd.tar.gz
gdb-82c0260ec6f9752dbfdf30154e0eeca706f0d5bd.tar.bz2
2002-11-12 Andrew Cagney <ac131313@redhat.com>
* utils.c (gdb_realpath): Make rp a constant pointer.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 55a1134..2299e64 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-11-12 Andrew Cagney <ac131313@redhat.com>
+ * utils.c (gdb_realpath): Make rp a constant pointer.
+
+2002-11-12 Andrew Cagney <ac131313@redhat.com>
+
* utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
a constant buffer; cannonicalize_file_name(); realpath() with a
pathconf() defined buffer, xstrdup().