From bf646ffdb7bd3649b6f22ef72fd530a64d36b80e Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 20 Apr 2017 18:53:12 +0000 Subject: [PATCH] Merge .eh_frame_hdr and .eh_frame into .text --- sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x index d5b9ef11ea74..73565fb98be6 100644 --- a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x +++ b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x @@ -32,6 +32,8 @@ SECTIONS *(.rodata.*) *(.rodata1) *(.got1) + *(.eh_frame_hdr) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) }