changeset 998:63c7ccd8da7f

2008-08-01 Matthias Klose <doko@ubuntu.com> * patches/icedtea-zero.patch (os::dll_load): Fix typo for mipsel.
author doko@ubuntu.com
date Fri, 01 Aug 2008 01:25:21 +0200
parents 2f5fc8b7349e
children 59665e494100
files ChangeLog patches/icedtea-zero.patch
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 31 18:11:05 2008 +0200
+++ b/ChangeLog	Fri Aug 01 01:25:21 2008 +0200
@@ -1,3 +1,7 @@
+2008-08-01  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/icedtea-zero.patch (os::dll_load): Fix typo for mipsel.
+
 2008-07-31  Matthias Klose  <doko@ubuntu.com>
 
 	* acinclude.m4 (SET_ARCH_DIRS): Avoid calling uname for alpha,
--- a/patches/icedtea-zero.patch	Thu Jul 31 18:11:05 2008 +0200
+++ b/patches/icedtea-zero.patch	Fri Aug 01 01:25:21 2008 +0200
@@ -38,7 +38,7 @@
 +  #elif  (defined ALPHA)
 +    static  Elf32_Half running_arch_code=EM_ALPHA;
 +  #elif  (defined MIPSEL)
-+    static  Elf32_Half running_arch_code=EM_MIPS_RS3_EL;
++    static  Elf32_Half running_arch_code=EM_MIPS_RS3_LE;
 +  #elif  (defined HPPA)
 +    static  Elf32_Half running_arch_code=EM_PARISC;
 +  #elif  (defined MIPS)