aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <pcg@goof.com>1998-10-08 17:26:53 -0600
committerJeff Law <law@gcc.gnu.org>1998-10-08 17:26:53 -0600
commit1e025bde1dce0fc33fc8a6b299182e0b4670cf2e (patch)
tree0c0243353504d2077c7723c6bd882ca0eceec36d
parentd9fc1697efe82a98dfdac45f65e1ed485d20ab28 (diff)
downloadgcc-1e025bde1dce0fc33fc8a6b299182e0b4670cf2e.zip
gcc-1e025bde1dce0fc33fc8a6b299182e0b4670cf2e.tar.gz
gcc-1e025bde1dce0fc33fc8a6b299182e0b4670cf2e.tar.bz2
ylwrap: Change absolute path checks to check for DOS style path names.
� * ylwrap: Change absolute path checks to check for DOS style path names. * ylwrap: Don't use a full path name if the source file is in the same directory. From hjl@lucon.org (H.J. Lu). Brought over from devo. From-SVN: r22944
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2db6740..edd7a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,6 +107,14 @@ Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
* INSTALL/README: Fix typo.
+Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * ylwrap: Change absolute path checks to check for DOS style path
+ names.
+
+ * ylwrap: Don't use a full path name if the source file is in the
+ same directory. From hjl@lucon.org (H.J. Lu).
+
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.