diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-12 17:19:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-12 17:19:06 +0000 |
commit | 70d358198ff91ea7401b66393952d28a6d7c2466 (patch) | |
tree | 640c5ea01223cdcfb198598588dffdd7937f1b18 /gdb/ChangeLog | |
parent | 9835a8b012c3beec8e6d9ab314094f072e19c53c (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |