changeset 78:1446daca36d7

2007-07-06 Kyle Galloway <kgallowa@redhat.com> * patches/icedtea-buildfix.patch: Add amd64 build fix as well.
author Kyle Galloway <kgallowa@redhat.com>
date Fri, 06 Jul 2007 13:47:39 -0400
parents f37ba6246a75
children 26caa7940a09
files ChangeLog patches/icedtea-buildfix.patch
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 06 12:52:20 2007 -0400
+++ b/ChangeLog	Fri Jul 06 13:47:39 2007 -0400
@@ -1,3 +1,7 @@
+2007-07-06  Kyle Galloway <kgallowa@redhat.com>
+
+	* patches/icedtea-buildfix.patch: Add amd64 build fix as well.
+
 2007-07-06  Francis Kung  <fkung@redhat.com>
 
 	* Makefile.am: Update for b15.
--- a/patches/icedtea-buildfix.patch	Fri Jul 06 12:52:20 2007 -0400
+++ b/patches/icedtea-buildfix.patch	Fri Jul 06 13:47:39 2007 -0400
@@ -10,3 +10,16 @@
  #endif // _LP64
  
   public:
+--- openjdk/hotspot/src/cpu/amd64/vm/assembler_amd64.hpp	2007-07-05 03:16:04.000000000 -0400
++++ icedtea-commit/openjdk/hotspot/src/cpu/amd64/vm/assembler_amd64.hpp	2007-07-06 13:34:27.000000000 -0400
+@@ -153,8 +153,8 @@
+   RelocationHolder _rspec;
+ 
+   // Easily misused constructors make them private
+-  Address::Address(int disp, address loc, relocInfo::relocType rtype);
+-  Address::Address(int disp, address loc, RelocationHolder spec);
++  Address(int disp, address loc, relocInfo::relocType rtype);
++  Address(int disp, address loc, RelocationHolder spec);
+ 
+  public:
+   // creation