changeset 2975:bcad714e7c48

Add missing NEWS entry and ChangeLog for last commit. 2013-04-12 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add PR1362 from last commit. * ChangeLog: Add missing entry for last commit.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Fri, 12 Apr 2013 22:06:38 +0100
parents 3584aac9d62d
children 44dda0c0c865
files ChangeLog NEWS
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 05 09:01:48 2013 -0400
+++ b/ChangeLog	Fri Apr 12 22:06:38 2013 +0100
@@ -1,3 +1,19 @@
+2013-04-12  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Add PR1362 from last commit.
+	* ChangeLog: Add missing entry for last
+	commit.
+
+2013-04-05  Chris Phillips  <chphilli@redhat.com>
+
+	* arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp:
+	Fix failure in the register allocation logic,
+	diagnosed by Andrew Haley to be an issue with
+	PUSH/POP macro's and assumption of order of
+	evaluation of arguments.  The fix includes
+	detection of the condition and bailing from the
+	compilation if a similar failure is detected.
+
 2013-03-26  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Fri Apr 05 09:01:48 2013 -0400
+++ b/NEWS	Fri Apr 12 22:06:38 2013 +0100
@@ -23,6 +23,7 @@
 * Bug fixes
   - PR1318: Fix automatic enabling of the Zero build on non-JIT architectures which don't use CACAO or JamVM.
   - RH902004: very bad performance with E-Porto Add-In für OpenOffice Writer installed (hs23 only)
+  - PR1362: Fedora 19 / rawhide FTBFS SIGILL
 
 New in release 1.12.4 (2013-03-04):