aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-07-03 04:21:13 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-07-03 04:21:13 +0000
commitbacb96b24f038ebc8072abfcdb145ff6568a8554 (patch)
treed1cc6bda2fe6015dd6a2674ee25e7ae059f6d3d9 /libiberty/ChangeLog
parentcac4a1a56f789e3406662ceebb8609f837fbbf9d (diff)
downloadgcc-bacb96b24f038ebc8072abfcdb145ff6568a8554.zip
gcc-bacb96b24f038ebc8072abfcdb145ff6568a8554.tar.gz
gcc-bacb96b24f038ebc8072abfcdb145ff6568a8554.tar.bz2
pex-win32.c (fix_argv): Ensure that the executable pathname uses Win32 backslashes.
2003-07-02 Danny Smith <dannysmith@users.source.forge.net> * pex-win32.c (fix_argv): Ensure that the executable pathname uses Win32 backslashes. (pexecute): Cast away constness when assigning *errmsg_arg. From-SVN: r68862
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 99f2f0a..770ef95 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-02 Danny Smith <dannysmith@users.source.forge.net>
+
+ * pex-win32.c (fix_argv): Ensure that the executable pathname
+ uses Win32 backslashes.
+ (pexecute): Cast away constness when assigning *errmsg_arg.
+
2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/demangle-expected: Add more GNU V3 testcases.