summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk')
-rw-r--r--sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk b/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk
index 87d46eb5bc3..25a98787347 100644
--- a/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk
+++ b/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk
@@ -1,9 +1,9 @@
-$NetBSD: patch-xen_arch_x86_boot_build32.mk,v 1.1 2021/04/18 12:31:26 bouyer Exp $
+$NetBSD: patch-xen_arch_x86_boot_build32.mk,v 1.1.6.1 2022/03/24 18:59:43 bsiegert Exp $
linux's toolchain doesn't generate a .eh_frame section but NetBSD does.
remove it.
---- xen/arch/x86/boot/build32.mk.orig 2018-04-17 19:21:31.000000000 +0200
-+++ xen/arch/x86/boot/build32.mk 2018-04-23 13:29:47.000000000 +0200
+--- xen/arch/x86/boot/build32.mk.orig 2022-01-31 10:42:09.000000000 +0100
++++ xen/arch/x86/boot/build32.mk 2022-03-03 14:12:56.486320239 +0100
@@ -25,7 +25,7 @@
exit $$(expr $$idx + 1);; \
esac; \
@@ -11,5 +11,5 @@ remove it.
- $(OBJCOPY) -O binary -R .got.plt $< $@
+ $(OBJCOPY) -O binary -R .got.plt -R .eh_frame $< $@
- %.lnk: %.o
+ %.lnk: %.o build32.lds
$(LD) $(LDFLAGS_DIRECT) -N -T build32.lds -o $@ $<