aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-05-06 17:24:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-05-06 17:24:08 +0000
commit0225268769846f662aa56d340ef6cf1749747d18 (patch)
treed9668ecd8b8cc03814a46cc2b05111d5d8fd2045 /ChangeLog.csl
parentaf87caaf5ab9c29aacd068937d73d43ae55b2643 (diff)
2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>csl/sourcerygxx/3.4.4-19
* gcc/config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Support N32 and N64. 2006-05-05 Joseph Myers <joseph@codesourcery.com> * gcc/testsuite/gcc.dg/20030121-1.c, gcc/fixinc/tests/base/internal/math_core.h: Fix SVN conversion errors. * gcc/testsuite/gcc.c-torture/execute/loop-2f.x, gcc/testsuite/gcc.c-torture/execute/loop-2g.x: New. XFAIL on mips*-*-linux*. * gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C: Expect excess errors on mips*-*-linux*. * gcc/testsuite/g++.old-deja/g++.eh/catchptr1.C: XFAIL execution on mips*-*-linux*. * gcc/testsuite/gcc.dg/builtins-18.c: Expect excess errors on mips*-*-linux*. * gcc/config/mips/mips.md (clzdi2): Restrict to TARGET_64BIT. 2006-05-05 Paul Brook <paul@codesourcery.com> * gcc/testsuite/gcc.dg/20050629-1.c: Add missing close comment. 2006-05-05 Richard Sandiford <richard@codesourcery.com> * gcc/reload1.c (inherit_piecemeal_p): New function. (emit_reload_insns): When reloading a group of hard registers, use inherit_piecemeal_p to decide whether the values of individual hard registers can be inherited. * gcc/testsuite/gcc.dg/torture/mips-hilo-2.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@113578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index a7d4858a60c..ba323aa6920 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,36 @@
+2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gcc/config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Support
+ N32 and N64.
+
+2006-05-05 Joseph Myers <joseph@codesourcery.com>
+
+ * gcc/testsuite/gcc.dg/20030121-1.c,
+ gcc/fixinc/tests/base/internal/math_core.h: Fix SVN conversion
+ errors.
+ * gcc/testsuite/gcc.c-torture/execute/loop-2f.x,
+ gcc/testsuite/gcc.c-torture/execute/loop-2g.x: New. XFAIL on
+ mips*-*-linux*.
+ * gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C: Expect excess
+ errors on mips*-*-linux*.
+ * gcc/testsuite/g++.old-deja/g++.eh/catchptr1.C: XFAIL execution
+ on mips*-*-linux*.
+ * gcc/testsuite/gcc.dg/builtins-18.c: Expect excess errors on
+ mips*-*-linux*.
+ * gcc/config/mips/mips.md (clzdi2): Restrict to TARGET_64BIT.
+
+2006-05-05 Paul Brook <paul@codesourcery.com>
+
+ * gcc/testsuite/gcc.dg/20050629-1.c: Add missing close comment.
+
+2006-05-05 Richard Sandiford <richard@codesourcery.com>
+
+ * gcc/reload1.c (inherit_piecemeal_p): New function.
+ (emit_reload_insns): When reloading a group of hard registers, use
+ inherit_piecemeal_p to decide whether the values of individual hard
+ registers can be inherited.
+ * gcc/testsuite/gcc.dg/torture/mips-hilo-2.c: New test.
+
2006-04-30 Mark Mitchell <mark@codesourcery.com>
Backport: