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/c7dcd32c3759
branches:  trunk
changeset: 793964:c7dcd32c3759
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 0111ea64f6e8 -r c7dcd32c3759 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