[BACK]Return to patch-rts_Linker.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / ghc7 / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/ghc7/patches/Attic/patch-rts_Linker.c between version 1.1 and 1.2

version 1.1, 2013/12/12 12:47:17 version 1.2, 2014/05/21 16:07:59
Line 10  Support 64-bit x86 SunOS.
Line 10  Support 64-bit x86 SunOS.
          defined(openbsd_HOST_OS  ) || defined(darwin_HOST_OS ) || \           defined(openbsd_HOST_OS  ) || defined(darwin_HOST_OS ) || \
 -        defined(kfreebsdgnu_HOST_OS) || defined(gnu_HOST_OS)))  -        defined(kfreebsdgnu_HOST_OS) || defined(gnu_HOST_OS)))
 +        defined(kfreebsdgnu_HOST_OS) || defined(gnu_HOST_OS) || \  +        defined(kfreebsdgnu_HOST_OS) || defined(gnu_HOST_OS) || \
 +        defined(solari2_HOST_OS)))  +        defined(solaris2_HOST_OS)))
  /* Don't use mmap on powerpc_HOST_ARCH as mmap doesn't support   /* Don't use mmap on powerpc_HOST_ARCH as mmap doesn't support
   * reallocating but we need to allocate jump islands just after each    * reallocating but we need to allocate jump islands just after each
   * object images. Otherwise relative branches to jump islands can fail    * object images. Otherwise relative branches to jump islands can fail

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>