[icedtea6] remove obsolete sparc patch

Dr Andrew John Hughes ahughes at redhat.com
Tue Nov 30 09:21:08 PST 2010


On 16:35 Tue 30 Nov     , Matthias Klose wrote:
> This chunk can be removed, in the defs.make file it is preceded by
> 
> # sparc
> ifneq (,$(filter $(ARCH), sparc sparc64))
>    ifeq ($(ARCH_DATA_MODEL), 64)
>      ARCH_DATA_MODEL  = 64
>      MAKE_ARGS        += LP64=1
>      PLATFORM         = linux-sparcv9
>      VM_PLATFORM      = linux_sparcv9
>    else
>      ARCH_DATA_MODEL  = 32
>      PLATFORM         = linux-sparc
>      VM_PLATFORM      = linux_sparc
>    endif
>    HS_ARCH            = sparc
> endif
> 
> 
> which already cares about the settings.
> 
>    Matthias

> --- openjdk/hotspot/src/cpu/sparc/vm/frame_sparc.hpp.orig	2010-08-27 18:01:43.000000000 +0000
> +++ openjdk/hotspot/src/cpu/sparc/vm/frame_sparc.hpp	2010-09-07 15:15:04.000000000 +0000
> @@ -264,7 +264,7 @@
>  
>   private:
>  
> -  constantPoolCacheOop* frame::interpreter_frame_cpoolcache_addr() const;
> +  constantPoolCacheOop* interpreter_frame_cpoolcache_addr() const;
>  
>  #ifndef CC_INTERP
>  

Err... which sparc patch? What's the filename?
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list