Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/stand/fixcoff Merge .eh_frame_hdr and .eh_fr...



details:   https://anonhg.NetBSD.org/src/rev/6a9e77e0d8d6
branches:  trunk
changeset: 823371:6a9e77e0d8d6
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Apr 20 18:53:12 2017 +0000

description:
Merge .eh_frame_hdr and .eh_frame into .text

diffstat:

 sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d32ba2db682f -r 6a9e77e0d8d6 sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x
--- a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x       Thu Apr 20 18:39:28 2017 +0000
+++ b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x       Thu Apr 20 18:53:12 2017 +0000
@@ -32,6 +32,8 @@
     *(.rodata.*)
     *(.rodata1)
     *(.got1)
+    *(.eh_frame_hdr)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }



Home | Main Index | Thread Index | Old Index