changeset in /hg/icedtea6: 2008-08-01 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Thu Jul 31 16:25:21 PDT 2008


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

	        * patches/icedtea-zero.patch (os::dll_load): Fix typo for mipsel.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                  |    4 ++++
patches/icedtea-zero.patch |    2 +-

diffs (23 lines):

diff -r 2f5fc8b7349e -r 63c7ccd8da7f ChangeLog
--- 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-07-31  Matthias Klose  <doko at ubuntu
+2008-08-01  Matthias Klose  <doko at ubuntu.com>
+
+	* patches/icedtea-zero.patch (os::dll_load): Fix typo for mipsel.
+
 2008-07-31  Matthias Klose  <doko at ubuntu.com>
 
 	* acinclude.m4 (SET_ARCH_DIRS): Avoid calling uname for alpha,
diff -r 2f5fc8b7349e -r 63c7ccd8da7f patches/icedtea-zero.patch
--- 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)



More information about the distro-pkg-dev mailing list