Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-02-02 09:50:07 +0300
committerMark Mitchell <mark@codesourcery.com>2006-02-02 09:50:07 +0300
commit6b4ac4b8c305896a9302e03089907dc5da6392d9 (patch)
treed0a32ecb822d8dfada3c49637d9df27bf5303743
parent216736f5e1c26fc70925cee71c09efaab834f23e (diff)
Backport:
2006-02-01 Mark Mitchell <mark@codesourcery.com> * sim/ppc/emul_netbsd.c (emul_netbsd_create): Quote file-name property. * sim/ppc/emul_unix.c (emul_unix_create): Likewise. * sim/ppc/tree.c (libiberty.h): Include it. (tree_quote_property): New function. * sim/ppc/tree.h (tree_quote_property): Declare. Backport: 2006-01-23 Mark Mitchell <mark@codesourcery.com> * sim/ppc/words.h (signed32): Define as "int". (unsigned32): Define as "unsigned int".
-rw-r--r--ChangeLog.csl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index c2a70f6a7..f64824942 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,20 @@
+2006-02-01 Mark Mitchell <mark@codesourcery.com>
+
+ Backport:
+ 2006-02-01 Mark Mitchell <mark@codesourcery.com>
+ * sim/ppc/emul_netbsd.c (emul_netbsd_create): Quote file-name property.
+ * sim/ppc/emul_unix.c (emul_unix_create): Likewise.
+ * sim/ppc/tree.c (libiberty.h): Include it.
+ (tree_quote_property): New function.
+ * sim/ppc/tree.h (tree_quote_property): Declare.
+
+2006-01-23 Mark Mitchell <mark@codesourcery.com>
+
+ Backport:
+ 2006-01-23 Mark Mitchell <mark@codesourcery.com>
+ * sim/ppc/words.h (signed32): Define as "int".
+ (unsigned32): Define as "unsigned int".
+
2006-01-26 Daniel Jacobowitz <dan@codesourcery.com>
Backport: