Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot Discard .SUNW_ctf section just in c...



details:   https://anonhg.NetBSD.org/src/rev/bbd82cfbcfa7
branches:  trunk
changeset: 327224:bbd82cfbcfa7
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Mar 02 06:16:27 2014 +0000

description:
Discard .SUNW_ctf section just in case.
patch from martin@, see PR/48623.

diffstat:

 sys/arch/x68k/stand/boot/boot.ldscript |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r f79418042390 -r bbd82cfbcfa7 sys/arch/x68k/stand/boot/boot.ldscript
--- a/sys/arch/x68k/stand/boot/boot.ldscript    Sun Mar 02 04:58:20 2014 +0000
+++ b/sys/arch/x68k/stand/boot/boot.ldscript    Sun Mar 02 06:16:27 2014 +0000
@@ -63,5 +63,6 @@
       *(.debug_str)
       *(.debug_frame)
       *(.eh_frame)
+      *(.SUNW_ctf)
   }
 }



Home | Main Index | Thread Index | Old Index