Module Name:    src
Committed By:   uwe
Date:           Thu Apr 20 18:53:12 UTC 2017

Modified Files:
        src/sys/arch/macppc/stand/fixcoff: elf32_powerpc_merge.x

Log Message:
Merge .eh_frame_hdr and .eh_frame into .text


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x
diff -u src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x:1.3 src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x:1.4
--- src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x:1.3	Tue Dec 23 19:03:25 2014
+++ src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x	Thu Apr 20 18:53:12 2017
@@ -32,6 +32,8 @@ SECTIONS
     *(.rodata.*)
     *(.rodata1)
     *(.got1)
+    *(.eh_frame_hdr)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }

Reply via email to