prefix.c (update_path): Don't strip single `.' path components unless stripping a...
authorAlan Modra <amodra@bigpond.net.au>
Sun, 28 Jul 2002 09:01:09 +0000 (09:01 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Sun, 28 Jul 2002 09:01:09 +0000 (18:31 +0930)
commitd43481779959224c758cdfcc07dc56f5d7471c3c
treeef688e323315a98c3c31c2872e3c7f41a6ac3c5d
parent3e75a2f99d191267d767d11e8e1900c1e409c80f
prefix.c (update_path): Don't strip single `.' path components unless stripping a later `..' component.

* prefix.c (update_path): Don't strip single `.' path components
unless stripping a later `..' component.  Exit loop as soon as
a valid path is found.

From-SVN: r55814
gcc/ChangeLog
gcc/prefix.c