diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-08 23:26:53 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-08 23:26:53 +0000 |
commit | a8071b4d3bc59d79692f6333b3996af23743a729 (patch) | |
tree | 0c0243353504d2077c7723c6bd882ca0eceec36d /ChangeLog | |
parent | 02a0b947504040c4091efb04fae289116513869b (diff) | |
download | gcc-a8071b4d3bc59d79692f6333b3996af23743a729.tar.gz |
�
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2db67405468..edd7a8adc27 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. |