summaryrefslogtreecommitdiff
path: root/pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch')
-rw-r--r--pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch b/pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch
deleted file mode 100644
index 3a2f7231c091..000000000000
--- a/pkgs/applications/science/math/gap/mark-genstackfuncbags-as-noinline.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/gasman.c b/src/gasman.c
-index 417811401..314a74190 100644
---- a/src/gasman.c
-+++ b/src/gasman.c
-@@ -1861,7 +1861,7 @@ void SparcStackFuncBags( void )
- #endif
-
-
--void GenStackFuncBags ( void )
-+NOINLINE void GenStackFuncBags ( void )
- {
- Bag * top; /* top of stack */
- Bag * p; /* loop variable */