Compare commits

...

13 Commits

Author SHA1 Message Date
David Abdurachmanov 437025a4db
Upstream dist-git with no changes (rebuild)
All the changes have been upstreamed to dist-git, but this doesn't have
a new NVR yet. No actual changes here.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-02-13 11:03:00 +02:00
David Abdurachmanov 0a7f7b22d5
Merge remote-tracking branch 'up/main' into main-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-02-13 11:01:30 +02:00
Jens Petersen 63a2061ee7 condition the riscv64 patches
Patching Cabal would cause the ABI hash to change causing major
rawhide breakage
2024-02-13 00:50:57 +08:00
Richard W.M. Jones 2c11fbebc0 riscv64: Apply Cabal patch
Commit ebb2ee7214 ("Add RISCV64 to Cabal") added the patch but did not
apply it in %prep.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2024-02-12 15:38:31 +00:00
Richard W.M. Jones c1d77a5759 riscv64: Enable support for GHCi (internal interpreter)
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2024-02-12 14:48:56 +00:00
Jens Petersen 5bda6f7d57 Merge #6 `Add support for riscv64` 2024-02-12 14:15:46 +00:00
David Abdurachmanov 21c896f4bc Add support for riscv64
Support for an LLVM backend was added a while back in this
upstream commit:
31e265c1df

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-02-07 13:40:03 +00:00
David Abdurachmanov ebb2ee7214 Add RISCV64 to Cabal
This is already merged upstreamed. See:
https://github.com/haskell/cabal/pull/9062

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-02-07 13:36:53 +00:00
Fedora Release Engineering 3797e2ad85 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-24 12:57:27 +00:00
Fedora Release Engineering b9119ce1a9 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 20:41:58 +00:00
Jens Petersen 6253449ed3 enable the llvm alignment patch for all archs not just s390x 2023-12-16 18:18:55 +08:00
Jens Petersen f3741279b3 BR ghc-*-devel instead of ghc-*-static 2023-11-29 10:34:09 +08:00
Jens Petersen 204697fda0 s390x: patch from @stefansf (IBM) to fix llvm alignment of data sections 2023-11-29 10:34:09 +08:00
3 changed files with 100 additions and 25 deletions

31
11662.patch Normal file
View File

@ -0,0 +1,31 @@
From bed85f7bc358fdca4677a3070b94ea544bb9e7ff Mon Sep 17 00:00:00 2001
From: Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Date: Mon, 27 Nov 2023 12:34:47 +0100
Subject: [PATCH] llvmGen: Align objects in the data section
Objects in the data section may be referenced via tagged pointers.
Thus, align those objects to a 4- or 8-byte boundary for 32- or 64-bit
platforms, respectively. Note, this may need to be reconsidered if
objects with a greater natural alignment requirement are emitted as e.g.
128-bit atomics.
Fixes #24163.
---
compiler/GHC/CmmToLlvm/Data.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/GHC/CmmToLlvm/Data.hs b/compiler/GHC/CmmToLlvm/Data.hs
index caac121413c..5e8912e3bc7 100644
--- a/compiler/GHC/CmmToLlvm/Data.hs
+++ b/compiler/GHC/CmmToLlvm/Data.hs
@@ -89,6 +89,7 @@ genLlvmData (sec, CmmStaticsRaw lbl xs) = do
align = case sec of
Section CString _ -> if (platformArch platform == ArchS390X)
then Just 2 else Just 1
+ Section Data _ -> Just $ platformWordSizeInBytes platform
_ -> Nothing
const = if sectionProtection sec == ReadOnlySection
then Constant else Global
--
GitLab

View File

@ -0,0 +1,26 @@
From dd38aca95ac25adc9888083669b32ff551151259 Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@suse.de>
Date: Mon, 19 Jun 2023 10:38:26 +0200
Subject: [PATCH] Hadrian: enable GHCi support on riscv64
---
hadrian/src/Oracles/Setting.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadrian/src/Oracles/Setting.hs b/hadrian/src/Oracles/Setting.hs
index b9e5d312074..93561a94fe4 100644
--- a/hadrian/src/Oracles/Setting.hs
+++ b/hadrian/src/Oracles/Setting.hs
@@ -302,7 +302,8 @@ ghcWithInterpreter = do
, "darwin", "kfreebsdgnu" ]
goodArch <- anyTargetArch [ "i386", "x86_64", "powerpc"
, "arm", "aarch64", "s390x"
- , "powerpc64", "powerpc64le" ]
+ , "powerpc64", "powerpc64le"
+ , "riscv64" ]
return $ goodOs && goodArch
-- | Variants of the ARM architecture.
--
GitLab

View File

@ -20,10 +20,6 @@
# use Hadrian buildsystem for production builds: seems redundant
%bcond hadrian 1
%ifarch riscv64
%global _lto_cflags %{nil}
%endif
# disabled to allow parallel install of ghcX.Y-X.Y.(Z+1) and ghc-X.Y.Z
%if 0
%global ghc_major 9.4
@ -91,7 +87,7 @@ Version: 9.4.5
# - release can only be reset if *all* library versions get bumped simultaneously
# (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically
Release: 136.3.riscv64%{?dist}
Release: 139.0.riscv64%{?dist}
Summary: Glasgow Haskell Compiler
License: BSD-3-Clause AND HaskellReport
@ -137,6 +133,11 @@ Patch13: text2-allow-ghc8-arm.patch
Patch15: ghc-warnings.mk-CC-Wall.patch
Patch16: ghc-hadrian-s390x-rts--qg.patch
# s390x
# https://gitlab.haskell.org/ghc/ghc/-/issues/24163
# https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11662
Patch17: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11662.patch
# Debian patches:
Patch24: buildpath-abi-stability.patch
Patch26: no-missing-haddock-file-warning.patch
@ -148,6 +149,10 @@ Patch30: https://src.opensuse.org/rpm/ghc/raw/branch/factory/sphinx7.patch
# See: https://github.com/haskell/cabal/pull/9062
Patch40: cabal-add-riscv64.patch
# Enable GHCi support on riscv64
# Upstream in >= 9.9.
Patch41: https://gitlab.haskell.org/ghc/ghc/-/commit/dd38aca95ac25adc9888083669b32ff551151259.patch
# https://gitlab.haskell.org/ghc/ghc/-/wikis/platforms
# fedora ghc has been bootstrapped on
@ -200,20 +205,20 @@ BuildRequires: elfutils-devel
# needed for binary-dist-dir
BuildRequires: autoconf automake
%if %{with build_hadrian}
BuildRequires: ghc-Cabal-static
BuildRequires: ghc-QuickCheck-static
BuildRequires: ghc-base-static
BuildRequires: ghc-bytestring-static
BuildRequires: ghc-containers-static
BuildRequires: ghc-directory-static
BuildRequires: ghc-extra-static
BuildRequires: ghc-filepath-static
BuildRequires: ghc-mtl-static
BuildRequires: ghc-parsec-static
BuildRequires: ghc-shake-static
BuildRequires: ghc-stm-static
BuildRequires: ghc-transformers-static
BuildRequires: ghc-unordered-containers-static
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-extra-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-shake-devel
BuildRequires: ghc-stm-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unordered-containers-devel
%else
BuildRequires: %{name}-hadrian
%endif
@ -462,6 +467,8 @@ rm libffi-tarballs/libffi-*.tar.gz
%patch -P16 -p1 -b .orig
%endif
%patch -P17 -p1 -b .orig
#debian
#%%patch -P24 -p1 -b .orig
%patch -P26 -p1 -b .orig
@ -472,6 +479,13 @@ rm libffi-tarballs/libffi-*.tar.gz
%patch -P30 -p1 -b .orig
%endif
%ifarch riscv64
#RISCV64 cabal support
%patch -P40 -p1 -b .orig
#GHCi support
%patch -P41 -p1 -b .orig
%endif
%if %{with haddock} && %{without hadrian}
%global gen_contents_index gen_contents_index.orig
if [ ! -f "libraries/%{gen_contents_index}" ]; then
@ -1015,14 +1029,18 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%changelog
* Mon Nov 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 9.4.5-136.3.riscv64
- Build with a new ghc-rpm-macros
* Tue Feb 13 2024 David Abdurachmanov <davidlt@rivosinc.com> - 9.4.5-139.0.riscv64
- Rebuild (riscv64) upstream dist-git (no changes)
* Mon Nov 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 9.4.5-136.2.riscv64
- Add RISCV64 to Cabal
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.5-139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 14 2023 David Abdurachmanov <davidlt@rivosinc.com> - 9.4.5-136.0.riscv64
- Add support for riscv64
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.4.5-138
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Nov 25 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-137
- s390x: patch from @stefansf (IBM) to fix llvm alignment in data sections
which should fix certain runtime crashes (#2248097)
* Mon Sep 11 2023 Jens Petersen <petersen@redhat.com> - 9.4.5-136
- sync with ghc9.4: add sphinx7 patch