aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-12 17:19:06 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-12 17:19:06 +0000
commit70d358198ff91ea7401b66393952d28a6d7c2466 (patch)
tree640c5ea01223cdcfb198598588dffdd7937f1b18 /gdb/ChangeLog
parent9835a8b012c3beec8e6d9ab314094f072e19c53c (diff)
downloadgdb-70d358198ff91ea7401b66393952d28a6d7c2466.zip
gdb-70d358198ff91ea7401b66393952d28a6d7c2466.tar.gz
gdb-70d358198ff91ea7401b66393952d28a6d7c2466.tar.bz2
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().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4e50111..55a1134 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
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().
+
+2002-11-12 Andrew Cagney <ac131313@redhat.com>
+
* config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
to hang2.C; hang3.c to hang3.C.