aboutsummaryrefslogtreecommitdiff
path: root/lang/harec/files/patch-rt_+freebsd_start+x86__64.s
diff options
context:
space:
mode:
Diffstat (limited to 'lang/harec/files/patch-rt_+freebsd_start+x86__64.s')
-rw-r--r--lang/harec/files/patch-rt_+freebsd_start+x86__64.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/harec/files/patch-rt_+freebsd_start+x86__64.s b/lang/harec/files/patch-rt_+freebsd_start+x86__64.s
new file mode 100644
index 000000000000..d40cdc9ff2e1
--- /dev/null
+++ b/lang/harec/files/patch-rt_+freebsd_start+x86__64.s
@@ -0,0 +1,9 @@
+--- rt/+freebsd/start+x86_64.s.orig 2022-04-28 14:14:40 UTC
++++ rt/+freebsd/start+x86_64.s
+@@ -2,5 +2,6 @@ _start:
+ .global _start
+ _start:
+ xor %rbp, %rbp
++ pushq %rbp
+ movq %rsp, %rdi
+ call rt.start_ha