changeset in /hg/icedtea6: 2008-12-17 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Wed Dec 17 01:04:32 PST 2008


changeset b95615866532 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b95615866532
description:
	2008-12-17  Matthias Klose  <doko at ubuntu.com>

	        * patches/icedtea-zero.patch: Update for PARISC.

diffstat:

2 files changed, 7 insertions(+), 3 deletions(-)
ChangeLog                  |    4 ++++
patches/icedtea-zero.patch |    6 +++---

diffs (41 lines):

diff -r a30fada94a6c -r b95615866532 ChangeLog
--- a/ChangeLog	Tue Dec 16 14:24:38 2008 -0500
+++ b/ChangeLog	Wed Dec 17 10:03:26 2008 +0100
@@ -1,3 +1,7 @@ 2008-12-16  Lillian Angel  <langel at redha
+2008-12-17  Matthias Klose  <doko at ubuntu.com>
+
+	* patches/icedtea-zero.patch: Update for PARISC.
+
 2008-12-16  Lillian Angel  <langel at redhat.com>
 
 	* patches/icedtea-version.patch: Moved bug report link
diff -r a30fada94a6c -r b95615866532 patches/icedtea-zero.patch
--- a/patches/icedtea-zero.patch	Tue Dec 16 14:24:38 2008 -0500
+++ b/patches/icedtea-zero.patch	Wed Dec 17 10:03:26 2008 +0100
@@ -22,7 +22,7 @@
 +    {EM_ALPHA,       EM_ALPHA,   ELFCLASS64, ELFDATA2LSB, (char*)"Alpha"},
 +    {EM_MIPS_RS3_LE, EM_MIPS_RS3_LE, ELFCLASS32, ELFDATA2LSB, (char*)"MIPSel"},
 +    {EM_MIPS,        EM_MIPS,    ELFCLASS32, ELFDATA2MSB, (char*)"MIPS"},
-+    {EM_PARISC,      EM_PARISC,  ELFCLASS32, ELFDATA2MSB, (char*)"HPPA"},
++    {EM_PARISC,      EM_PARISC,  ELFCLASS32, ELFDATA2MSB, (char*)"PARISC"},
 +    {EM_68K,         EM_68K,     ELFCLASS32, ELFDATA2MSB, (char*)"M68k"}
    };
  
@@ -39,7 +39,7 @@
 +    static  Elf32_Half running_arch_code=EM_ALPHA;
 +  #elif  (defined MIPSEL)
 +    static  Elf32_Half running_arch_code=EM_MIPS_RS3_LE;
-+  #elif  (defined HPPA)
++  #elif  (defined PARISC)
 +    static  Elf32_Half running_arch_code=EM_PARISC;
 +  #elif  (defined MIPS)
 +    static  Elf32_Half running_arch_code=EM_MIPS;
@@ -48,7 +48,7 @@
    #else
      #error Method os::dll_load requires that one of following is defined:\
 -         IA32, AMD64, IA64, __sparc, __powerpc__
-+         IA32, AMD64, IA64, __sparc, __powerpc__, ARM, S390, ALPHA, MIPS, MIPSEL, HPPA, M68K
++         IA32, AMD64, IA64, __sparc, __powerpc__, ARM, S390, ALPHA, MIPS, MIPSEL, PARISC, M68K
    #endif
  
    // Identify compatability class for VM's architecture and library's architecture



More information about the distro-pkg-dev mailing list