changeset 2984:9c7c56198ae1

Add missing NEWS entry and ChangeLog for ARM fix. 2013-04-12 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add PR1362 from last commit. * ChangeLog: Add missing entry for ARM fix.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 23 Apr 2013 21:32:21 +0100
parents 5815d7235a04
children aa13d18b7c33
files ChangeLog NEWS
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 23 20:41:06 2013 +0100
+++ b/ChangeLog	Tue Apr 23 21:32:21 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 PR1362
+	fix.
+
+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-02-17  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* .hgignore: Fix so the cacao patches directory
--- a/NEWS	Tue Apr 23 20:41:06 2013 +0100
+++ b/NEWS	Tue Apr 23 21:32:21 2013 +0100
@@ -57,6 +57,7 @@
   - S8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
 * Bug fixes
   - Fix get_stack_bounds memory leak (alternate fix for S7197906)
+  - PR1362: Fedora 19 / rawhide FTBFS SIGILL
 
 New in release 1.12.4 (2013-03-04):