From 6b4ac4b8c305896a9302e03089907dc5da6392d9 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 2 Feb 2006 06:50:07 +0000 Subject: Backport: 2006-02-01 Mark Mitchell * 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 * sim/ppc/words.h (signed32): Define as "int". (unsigned32): Define as "unsigned int". --- ChangeLog.csl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 + + Backport: + 2006-02-01 Mark Mitchell + * 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 + + Backport: + 2006-01-23 Mark Mitchell + * sim/ppc/words.h (signed32): Define as "int". + (unsigned32): Define as "unsigned int". + 2006-01-26 Daniel Jacobowitz Backport: -- cgit v1.2.3