From: Eli Zaretskii Date: Sun, 29 Jul 2001 10:12:49 +0000 (+0000) Subject: Unset CDPATH before doing annything else. X-Git-Tag: cygnus_cvs_20020108_pre~1836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f959bc4156d842940daaa36ba1a35a146be4a329;p=platform%2Fupstream%2Fbinutils.git Unset CDPATH before doing annything else. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc04866..34e8e91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-07-29 Eli Zaretskii + * config/djgpp/djconfig.sh: Unset CDPATH. + * go32-nat.c (get_cr3): Temporary disable support for page tables in UMBs, as it is incomplete. diff --git a/gdb/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index 65a4df8..cb9664b 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -30,6 +30,10 @@ # want to pass parameters to configure, you have to pass as the first # argument the srcdir, even when it is `.' !!!!! # +# First, undo any CDPATH settings; they will get in our way when we +# chdir to directories. +unset CDPATH + # Where are the sources? If you are used to having the sources # in a separate directory and the objects in another, then set # here the full path to the source directory and run this script